question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
PoojaPatel05commented, Jan 24, 2018

Done!! Thank you so much for your support.

0reactions
lock[bot]commented, Mar 9, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found