How to store database file at different location
See original GitHub issue chatbot = ChatBot(
"Terminal",
storage_adapter="chatterbot.storage.DjangoStorageAdapter",
input_adapter="chatterbot.input.TerminalAdapter",
output_adapter="chatterbot.output.TerminalAdapter",
database="../database",
)
I want to store this database file in different (another) location. how to do that? I have tried all possible ways, But I am fail to do that.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Change the default folder for storing databases
Click File > Options. · Click the General category. · Under Creating Databases, either type the new folder location in the Default database...
Read more >Should I store file in database or just the location to that file?
Avoid storing files in your database. Most don't deal with them well.
Read more >How To Move SQL Server Database Files To A Different ...
If you ever run into the problem where your database files are getting too large and you want to move the database files...
Read more >How to move SQL database files (MDF and LDF) to another ...
Right click a SQL Server instance that hosts a database which files are moved to a new location and choose the Properties option...
Read more >Moving database files to a different location - SQLMatters
The recommended approach to moving the location of database files is using ALTER DATABASE commands. Here we list the steps required to do...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done!! Thank you so much for your support.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.