chore: formatting

This commit is contained in:
Jason Rasmussen 2025-10-17 11:03:58 -04:00
parent 1bcd5faae9
commit 6d5ed78bc5
No known key found for this signature in database
GPG key ID: 2EF24B77EAFA4A41

View file

@ -80,9 +80,8 @@ docker compose up -d # Start remainder of Immich apps
</TabItem> </TabItem>
<TabItem value="Windows system (PowerShell)" label="Windows system (PowerShell)"> <TabItem value="Windows system (PowerShell)" label="Windows system (PowerShell)">
Replace <DB_USERNAME> with the database username - usually postgres unless you have changed it.
```powershell title='Backup' ```powershell title='Backup'
# Replace <DB_USERNAME> with the database username - usually postgres unless you have changed it.
[System.IO.File]::WriteAllLines("C:\absolute\path\to\backup\dump.sql", (docker exec -t immich_postgres pg_dumpall --clean --if-exists --username=<DB_USERNAME>)) [System.IO.File]::WriteAllLines("C:\absolute\path\to\backup\dump.sql", (docker exec -t immich_postgres pg_dumpall --clean --if-exists --username=<DB_USERNAME>))
``` ```