asdasdasd1
New Pleskian
When i try to export a database dump in plesk admin i receive below errors:
Note: I have included max_allowed_packet = 1G in /etc/my.cnf under [mysqld] and [mysqldump] I am able to import and export in phpmyadmin but i want to use backup manager to automate backups.
When using backup manager all the files a transferred except the database, i get same packet error. My database size is around 250mb, and i have restarted server after updating /etc/my.cnf
Unable to export a dump of wordpress_x:
mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' bytes when dumping table `wpu2_postmeta` at row: 28081
Traceback (most recent call last):
File "/usr/local/psa/admin/sbin/dbbackup", line 6, in <module>
dbbackup.main()
File "/usr/local/psa/lib/modules/python/dbbackup/dbbackup.py", line 97, in main
backup(options, password)
File "/usr/local/psa/lib/modules/python/dbbackup/dbbackup.py", line 68, in backup
raise Exception("program 'mysqldump' finished with non-zero exit code: %d", p1.returncode)
Exception: ("program 'mysqldump' finished with non-zero exit code: %d", 3)
Note: I have included max_allowed_packet = 1G in /etc/my.cnf under [mysqld] and [mysqldump] I am able to import and export in phpmyadmin but i want to use backup manager to automate backups.
When using backup manager all the files a transferred except the database, i get same packet error. My database size is around 250mb, and i have restarted server after updating /etc/my.cnf
Unable to export a dump of wordpress_x:
mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' bytes when dumping table `wpu2_postmeta` at row: 28081
Traceback (most recent call last):
File "/usr/local/psa/admin/sbin/dbbackup", line 6, in <module>
dbbackup.main()
File "/usr/local/psa/lib/modules/python/dbbackup/dbbackup.py", line 97, in main
backup(options, password)
File "/usr/local/psa/lib/modules/python/dbbackup/dbbackup.py", line 68, in backup
raise Exception("program 'mysqldump' finished with non-zero exit code: %d", p1.returncode)
Exception: ("program 'mysqldump' finished with non-zero exit code: %d", 3)
Last edited: