Skip to content

Commit

Permalink
migrate mysql routines, triggers, and events
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Nov 8, 2023
1 parent 0cef18c commit 962894c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fi
section "Dumping database from PLUGIN_URL"

dump_file="plugin_dump.sql"
mysqldump -u $PLUGIN_USER -p$PLUGIN_PASSWORD -h $PLUGIN_HOST -P $PLUGIN_PORT $PLUGIN_DB > $dump_file
mysqldump -u $PLUGIN_USER -p$PLUGIN_PASSWORD -h $PLUGIN_HOST -P $PLUGIN_PORT --routines --triggers --events --all-databases > $dump_file

write_ok "Successfully saved dump to $dump_file"

Expand Down

0 comments on commit 962894c

Please sign in to comment.