mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Merge pull request #2523 from tenpai-git/PostgreSQL-Manual-Backup-Documentation
Pushing a minor fix to the bash commands.
This commit is contained in:
commit
979bdcfeb1
@ -125,12 +125,12 @@ pg_dump docspelldb > docspelldb_backup.sql
|
|||||||
|
|
||||||
Optionally, once the docspell backup is complete you can
|
Optionally, once the docspell backup is complete you can
|
||||||
use `rsync` or `scp` to send `docspelldb_backup.sql` to a backup server.
|
use `rsync` or `scp` to send `docspelldb_backup.sql` to a backup server.
|
||||||
Now that you have known backup(s) of Docspell, you may one day have to restore a backup.
|
Now that you have known backup(s) of Docspell's database, you may one day have to restore this backup.
|
||||||
|
|
||||||
Let's test restoring a backup. You can start a PostgreSQL shell by using
|
Let's test try restoring it. You can start a PostgreSQL shell by using
|
||||||
the `psql` command as the `postgres` user or a PostgreSQL admin account.
|
the `psql` command as the `postgres` user or a PostgreSQL admin account.
|
||||||
If the database is corrupted or still exists, you will first need to remove it.
|
If the database is corrupted or still exists, you will first need to remove it.
|
||||||
Warning: By performing this next step you are *deleting* your database.
|
Warning: By performing this next step you are **deleting** your database.
|
||||||
```sql
|
```sql
|
||||||
DROP DATABASE docspelldb;
|
DROP DATABASE docspelldb;
|
||||||
```
|
```
|
||||||
@ -153,8 +153,8 @@ psql docspelldb < docspelldb_backup.sql
|
|||||||
Now your database should be fully restored from your backup!
|
Now your database should be fully restored from your backup!
|
||||||
Let's go to the Docspell server and restart the Docspell services.
|
Let's go to the Docspell server and restart the Docspell services.
|
||||||
```bash
|
```bash
|
||||||
sudo systemctl stop docspell-joex
|
sudo systemctl start docspell-joex
|
||||||
sudo systemctl stop docspell-restserver
|
sudo systemctl start docspell-restserver
|
||||||
```
|
```
|
||||||
|
|
||||||
If your database and owner are the same as your initial configuration,
|
If your database and owner are the same as your initial configuration,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user