1. run backup command
docker exec -t immich_postgres pg_dumpall --clean --if-exists --username=postres | gzip > "/mnt/hdd1/backup/dump.sql.gz"
note: change /mnt/hdd1/backup/dump.sql.gz to your desire location
2. Create Job on portal then Create Database Dumb
3. run this on command
wget -O docker-compose.yml https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml
4. docker compose pull && docker compose up -d
finished :)