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

Update page 'Home'

fox 2020-09-30 10:16:24 +00:00
parent 38e99d8997
commit 53b3b6876c

@ -99,7 +99,6 @@ A process to restore from such backup would look like this:
1. Enter `backups` container shell: `docker-compose exec backups /bin/sh` 1. Enter `backups` container shell: `docker-compose exec backups /bin/sh`
2. Inside the container, locate and choose the backup file: `ls -t /backups/*.sql.gz` 2. Inside the container, locate and choose the backup file: `ls -t /backups/*.sql.gz`
3. Restore the backup: `/backups/ttrss-backup-yyyymmdd.sql.gz | psql -h db -U $DB_USER $DB_NAME` 3. Restore the backup: `/backups/ttrss-backup-yyyymmdd.sql.gz | psql -h db -U $DB_USER $DB_NAME`
```
Alternatively, if you want to initiate backups from the host, you can use something like this: Alternatively, if you want to initiate backups from the host, you can use something like this: