Skip to content

Commit 485e0e3

Browse files
committed
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!
1 parent cdd2ca4 commit 485e0e3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

SETUP/UPGRADE.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ release.
66

77
## Back up your data
88
Before doing an upgrade, back up your data. The most important data
9-
is the one in your database. You can dump that data from within the
10-
existing installation with:
11-
```bash
12-
c/SETUP/dump_db_schema > somewhere/pre_upgrade_db_schema
13-
```
9+
is the one in your database.
1410

1511
You should also back up your `projects/` directory.
1612

0 commit comments

Comments
 (0)