1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-08 17:09:52 +02:00

Update 'Home'

fox 2021-06-04 07:58:45 +03:00
parent 2c9afea022
commit 393fd4df05

@ -286,8 +286,8 @@ Alternatively, if you want to initiate backups from the host, you can use someth
```sh ```sh
source .env source .env
docker-compose exec db /bin/bash \ docker-compose exec db /bin/bash \
-c "export PGPASSWORD=$POSTGRES_PASSWORD \ -c "export PGPASSWORD=$TTRSS_DB_PASS \
&& pg_dump -U $POSTGRES_USER $POSTGRES_USER" \ && pg_dump -U $TTRSS_DB_USER $TTRSS_DB_NAME" \
| gzip -9 > backup.sql.gz | gzip -9 > backup.sql.gz
``` ```