From 6f0b5d986f589acee3af7ed148aeeee79d58aac0 Mon Sep 17 00:00:00 2001 From: fox Date: Thu, 24 Jun 2021 10:36:14 +0300 Subject: [PATCH] Update 'Home' --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 7e7f578..261d444 100644 --- a/Home.md +++ b/Home.md @@ -274,7 +274,7 @@ See also: Unless you have `backups` container disabled, stock configuration makes automatic backups (database, local plugins, etc.) once a week to a separate storage volume. -A process to restore from such backup would look like this: +A process to restore the database 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`