1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-03 06:49:51 +02:00

Update page 'Home'

fox 2020-09-30 10:14:57 +00:00
parent 86c88b156d
commit 4c8d17cae3

@ -96,7 +96,7 @@ Unless you have `backups` container disabled, stock configuration makes automati
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, find latest backup: `ls -t /backups/*.sql.gz`
3. Restore the backup: