From 167a99c84d251c15ab78b49193ca670749df7cd9 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sat, 21 Oct 2023 00:41:51 +0200 Subject: [PATCH] Add warning on overwriting old database content --- sql/dj_setup_database.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/dj_setup_database.in b/sql/dj_setup_database.in index 86e0f34505..c657fcaaa5 100755 --- a/sql/dj_setup_database.in +++ b/sql/dj_setup_database.in @@ -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 connect to MySQL with DB admin