You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/using-librislog/administration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ Click "Delete" to remove a user account. You cannot delete your own account from
25
25
26
26
### Creating a Backup
27
27
28
-
Downloads the entire SQLite database as a `.db` file. This is a complete snapshot of your library, users, and settings.
28
+
Downloads a ZIP archive containing the SQLite database, cover images, and import temp files. This is a complete snapshot of your library, users, and settings.
29
29
30
30
### Restoring a Backup
31
31
32
-
Upload a previously downloaded `.db`file to restore the database. The app validates the backup before applying it.
32
+
Upload a previously downloaded `.zip` backup file to restore the database. The app validates the backup before applying it. Backups from older versions are automatically migrated to the current schema on restore.
33
33
34
34
::: warning
35
35
Restoring overwrites all current data. Create a fresh backup first if you want to preserve your current library.
0 commit comments