mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: formatting
This commit is contained in:
parent
1bcd5faae9
commit
6d5ed78bc5
1 changed files with 3 additions and 4 deletions
|
|
@ -80,9 +80,8 @@ docker compose up -d # Start remainder of Immich apps
|
|||
</TabItem>
|
||||
<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'
|
||||
# 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>))
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue