From 485e0e3188484e8b19c3df2d4e4990748604701c Mon Sep 17 00:00:00 2001 From: Casey Peel Date: Fri, 25 Aug 2023 23:12:00 +0000 Subject: [PATCH] Correct backup instructions dump_db_schema is absolutely not adequate for a DB backup as it only outputs the schema -- we should not be telling people to use it for that purpose! --- SETUP/UPGRADE.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SETUP/UPGRADE.md b/SETUP/UPGRADE.md index 07a27750d7..65eebfb844 100644 --- a/SETUP/UPGRADE.md +++ b/SETUP/UPGRADE.md @@ -6,11 +6,7 @@ release. ## Back up your data Before doing an upgrade, back up your data. The most important data -is the one in your database. You can dump that data from within the -existing installation with: -```bash -c/SETUP/dump_db_schema > somewhere/pre_upgrade_db_schema -``` +is the one in your database. You should also back up your `projects/` directory.