mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
parent
b8c5363a15
commit
78f202603c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ The recommended way to backup and restore the Immich database is to use the `pg_
|
||||||
<Tabs>
|
<Tabs>
|
||||||
<TabItem value="Linux system based Backup" label="Linux system based Backup" default>
|
<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"
|
docker exec -t immich_postgres pg_dumpall -c -U postgres | gzip > "/path/to/backup/dump.sql.gz"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue