From 53b3b6876c386271d71a1bb40ce101d89b3691cc Mon Sep 17 00:00:00 2001 From: fox Date: Wed, 30 Sep 2020 10:16:24 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Home.md b/Home.md index d908659..a938403 100644 --- a/Home.md +++ b/Home.md @@ -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` 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` -``` Alternatively, if you want to initiate backups from the host, you can use something like this: