Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Not a Bug
-
10.5.11
-
None
-
Ubuntu 18.04 64bit
Description
command:
mysqldump -v -f --max_allowed_packet=1G --skip-log-queries --add-locks --single-transaction --dump-date --events --flush-logs --quick --opt --routines --triggers --log-error=/tmp/log.txt --result_file=/tmp/zgx.sql zgx
Last part of log output
– Sending SELECT query...
– Retrieving rows...
– Rolling back to savepoint sp...
– Retrieving table structure for table zgx_zorgovereenkomsten_documenten_audit...
– Sending SELECT query...
– Retrieving rows...
– Rolling back to savepoint sp...
– Retrieving table structure for table zgx_zorgprofielen_wlz...
– Sending SELECT query...
– Retrieving rows...
– Rolling back to savepoint sp...
– Retrieving table structure for table zgx_zorgverzekeraars...
– Sending SELECT query...
– Retrieving rows...
– Rolling back to savepoint sp...
– Retrieving table structure for table zgx_zorgverzekeraars_audit...
– Sending SELECT query...
– Retrieving rows...
– Rolling back to savepoint sp...
– Releasing savepoint...
CPU is now 100% and runs forever
dump data only works
mysqldump -v --no-create-info --single-transaction zgx > /backup/zgx_data.sql
dump create info without data also works
mysqldump -v -d -R --triggers --result_file=/backup/zgx_ddl.sql zgx