Imdich
IImmich
•Created by Imdich on 7/29/2023 in #help-desk-support
postgres backup on umbrel
I am using immich on umbrel (latest available there). How do I backup manually the database part, so I can reinstall the app on a fresh umbrel?
I have tried on the umbrel shell:
docker exec -t immich_postgres pg_dumpall -c -U postgres | gzip > "/path/to/backup/dump.sql.gz"
And got:
this doesn't work: Error: No such container: immich_postgres
4 replies