From a0a25e2c0690580338c7a7aeb7b85a036c091be2 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 8 Jun 2023 12:13:01 -0400 Subject: [PATCH] Add depending on system. --- src/en/administration/backup_and_restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/administration/backup_and_restore.md b/src/en/administration/backup_and_restore.md index f8692c0..f50ca32 100644 --- a/src/en/administration/backup_and_restore.md +++ b/src/en/administration/backup_and_restore.md @@ -35,7 +35,7 @@ docker-compose up -d postgres # Restore from the .sql.gz backup gunzip < db_dump.sql | docker-compose exec -T postgres psql -U lemmy -# Note: You may need to change the permissions on the postgres directory +# Note: You may need to change the permissions on the postgres directory, depending on your system. chown -R $USER volumes docker-compose restart postgres