Skip to content

Commit

Permalink
Correct backup instructions
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
cpeel committed Sep 18, 2023
1 parent cdd2ca4 commit 485e0e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions SETUP/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 485e0e3

Please sign in to comment.