mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-07-04 04:49:53 +02:00
Update 'Home'
parent
2c9afea022
commit
393fd4df05
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -286,8 +286,8 @@ Alternatively, if you want to initiate backups from the host, you can use someth
|
|||
```sh
|
||||
source .env
|
||||
docker-compose exec db /bin/bash \
|
||||
-c "export PGPASSWORD=$POSTGRES_PASSWORD \
|
||||
&& pg_dump -U $POSTGRES_USER $POSTGRES_USER" \
|
||||
-c "export PGPASSWORD=$TTRSS_DB_PASS \
|
||||
&& pg_dump -U $TTRSS_DB_USER $TTRSS_DB_NAME" \
|
||||
| gzip -9 > backup.sql.gz
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue