How to backup the database.db? #2294
-
|
I thought filebrowser uses a SQLite DB, but when trying to execute Is there a preferred way to backup the db? or a cli argument to trigger backup? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Copy the file :) its just one file, doesn't need a backup function like some databases. the program does use an sqlite database for indexing, but the main database file is still bolt key/value database. v2.0.0 will have the upgrade to sqlite. |
Beta Was this translation helpful? Give feedback.
Copy the file :)
its just one file, doesn't need a backup function like some databases.
the program does use an sqlite database for indexing, but the main database file is still bolt key/value database. v2.0.0 will have the upgrade to sqlite.