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