add routines
build (backupdb) TeamCity build finished Details

This commit is contained in:
Sergey Paramoshkin 2025-09-23 10:44:35 +03:00
parent 8f0e46a4ea
commit ee2b686c1b
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ while true; do
--lock-tables=false \
--skip-add-locks \
--skip-comments \
--routines \
--triggers \
--events \
"${database}" | gzip -c > "${BACKUP_FILE}"
if [ $? -eq 0 ]; then