Merge pull request #1570 from ericgaspar/dev

MySQL database backup does not include procedures.
This commit is contained in:
Alexandre Aubin 2023-01-16 17:41:00 +01:00 committed by GitHub
commit f1c7c3d237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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