Skip to content

Commit

Permalink
Add warning on overwriting old database content
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Oct 20, 2023
1 parent f21af0d commit 167a99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/dj_setup_database.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Commands:
install-loadtest configure for load testing. WARNING: CREATES A LOT OF EXTRA ITEMS!
upgrade upgrade MySQL database schema to current version
dump backup the current database to file (without .tar.gz suffix)
load load a backup from file (without.tar.gz suffix)
load load a backup from file (without.tar.gz suffix). REMOVES ALL PREVIOUS DATA!
Options:
-u <user> connect to MySQL with DB admin <user>
Expand Down

0 comments on commit 167a99c

Please sign in to comment.