Add --routines flag

This commit is contained in:
Éric Gaspar 2023-01-16 16:58:18 +01:00
parent f17e5df173
commit e73209b7c4

View file

@ -133,7 +133,7 @@ ynh_mysql_dump_db() {
# Manage arguments with getopts
ynh_handle_getopts_args "$@"
mysqldump --single-transaction --skip-dump-date "$database"
mysqldump --single-transaction --skip-dump-date --routines "$database"
}
# Create a user