mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-07-04 17:49:51 +02:00
Update page 'Home'
parent
3f688208e6
commit
dd73cd4c30
1 changed files with 2 additions and 1 deletions
3
Home.md
3
Home.md
|
@ -97,7 +97,8 @@ Unless you have `backups` container disabled, stock configuration makes automati
|
||||||
A command to restore from such backup would look similar to this (use `docker volume inspect` to find the location of the storage volume on your server):
|
A command to restore from such backup would look similar to this (use `docker volume inspect` to find the location of the storage volume on your server):
|
||||||
|
|
||||||
``sh
|
``sh
|
||||||
zcat /var/lib/docker/volumes/ttrss-docker-static_backups/_data/ttrss-backup-20200930.sql.gz | docker exec -i --user postgres ttirc-docker-compose_db psql
|
zcat /var/lib/docker/volumes/ttrss-docker-static_backups/_data/ttrss-backup-20200930.sql.gz |
|
||||||
|
docker exec -i --user postgres ttirc-docker-compose_db psql
|
||||||
``
|
``
|
||||||
|
|
||||||
Alternatively, you can use something like this:
|
Alternatively, you can use something like this:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue