1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

docs: typo on backup script (#8349)

Update backup-and-restore.md
This commit is contained in:
mmomjian
2024-03-28 23:49:55 -04:00
committed by GitHub
parent b8c5363a15
commit 78f202603c

View File

@ -20,7 +20,7 @@ The recommended way to backup and restore the Immich database is to use the `pg_
<Tabs>
<TabItem value="Linux system based Backup" label="Linux system based Backup" default>
```bash title='Bash'
```bash title='Backup'
docker exec -t immich_postgres pg_dumpall -c -U postgres | gzip > "/path/to/backup/dump.sql.gz"
```