[Request] - Ability to specify where the `database.db` file is stored.
See original GitHub issueFor example, on a different drive, as the database files can get quite chonky.
database_file_location:
`/a/new/location/database.db
Like with a pterodactyl mount. Thank you.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:21 (3 by maintainers)
Top Results From Across the Web
Database File Format - SQLite
This document describes and defines the on-disk database file format used by all releases of SQLite since version 3.0.0 (2004-06-18).
Read more >Where Does H2's Embedded Database Store The Data?
H2 is very flexible concerning the storage of database files. At this moment, we can configure its storage directory to: directory on disk ......
Read more >Change SQLite database mode to read-write - Stack Overflow
Database instance open in another application. My DB appeared to have been in a "locked" state so it transition to read only mode....
Read more >Database Files and Filegroups - SQL Server - Microsoft Learn
Learn about database files and how to create filegroups in SQL Server for allocation and administrative purposes. View examples, rules, and ...
Read more >Working with storage for Amazon RDS DB instances
Specify the storage type, allocated storage, and the amount of Provisioned IOPS that you require. The range depends on your database engine and...
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 Free
Top 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
The present available options are to either move your
plugins
folder to the HDD, or to set up a MySQL database on the HDD. Both are viable options that are already available.A symbolic link would also work if you just want to just move the database.db file. Note though that running a purge would overwrite the symlink with a full copy of the database.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.