mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-07-02 03:19:52 +02:00
Update page 'Home'
parent
4c8d17cae3
commit
28bdc2a0ba
1 changed files with 1 additions and 1 deletions
2
Home.md
2
Home.md
|
@ -97,7 +97,7 @@ Unless you have `backups` container disabled, stock configuration makes automati
|
||||||
A process to restore from such backup would look like this:
|
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`
|
2. Inside the container, locate and choose the backup file: `ls -t /backups/*.sql.gz`
|
||||||
3. Restore the backup:
|
3. Restore the backup:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue