Skip to content
Snippets Groups Projects
Verified Commit 5bc0821f authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Added additional instructions when restoring database content.

For #34.
parent 5ae28a52
No related branches found
No related tags found
1 merge request!17Release 6.0
Pipeline #26390 canceled
......@@ -136,6 +136,11 @@ name in your .config file "
function restore_db() {
SQL_FILE="$1"
$MYSQL_CMD $(get_mysql_args) < "$SQL_FILE"
cat <<EOF
If this is not the same SQL server where the SQL dump was originally created
from, make sure that a user with sufficient permissions exist. Note that you
can use the 'grant' action of this script to do this.
EOF
}
function test-connection() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment