Skip to content

Commit

Permalink
reverting to mariadb import
Browse files Browse the repository at this point in the history
  • Loading branch information
khamer committed Jan 6, 2022
1 parent 6d1d11a commit 5460b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ops-install() {

elif [[ -e ./padstone.sql ]] && [[ -n "$DB_DATABASE" ]]; then
echo "Importing padstone.sql into $DB_DATABASE..."
ops craft db/restore padstone.sql
ops mariadb import $DB_DATABASE < ./padstone.sql

echo "Running craft migrations..."
ops craft migrate/all --no-backup=1 --interactive=0
Expand Down

0 comments on commit 5460b24

Please sign in to comment.