Re: MySQL dump truncating backups at ~18GB - RT database
Your suggestion worked. I needed to modify it slightly. It looks like the max_allowed_packet setting in the my.cnf/my.ini ISN'T carrying over to the backup account/activity.
To get it to successfully backup, I am using the following command line parameters:
-u USER -h HOST --max_allowed_packet=512M --single_transaction --extended_insert=FALSE > outputfile.sql
Just ran it & I've got my first full backup in weeks. Thank you!!!
Subject
Views
Written By
Posted
1326
January 25, 2017 07:32AM
751
January 26, 2017 08:06AM
643
January 28, 2017 08:26AM
712
January 30, 2017 11:43AM
758
January 30, 2017 12:03PM
765
January 30, 2017 12:23PM
Re: MySQL dump truncating backups at ~18GB - RT database
685
January 30, 2017 12:50PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.