meymigrou
New Pleskian
- Server operating system version
- CentOS 7
- Plesk version and microupdate number
- 18.0.64
I have a WordPress website running on a dedicated server (Plesk Obsidian v18.0.64 and CentOS 7) which I am unable to backup from Plesk (or any other plugin whatsoever).
Each time I try to backup the database I get this error: The backup Nov 11, 2024 05:55 PM was created and can be restored, although some minor issues occurred.
Looking at the log file it says: Unable to make database dump. Error: Failed to exec mysqldump: Exit code: 3: mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' bytes when dumping table NvR0P1evBv_options at row: 1165
Looking at the file in the same row I can see the following:
Each time I try to backup the database I get this error: The backup Nov 11, 2024 05:55 PM was created and can be restored, although some minor issues occurred.
Looking at the log file it says: Unable to make database dump. Error: Failed to exec mysqldump: Exit code: 3: mysqldump: Error 2020: Got packet bigger than 'max_allowed_packet' bytes when dumping table NvR0P1evBv_options at row: 1165
Looking at the file in the same row I can see the following:
What I’ve Tried
- I’ve increased the max_allowed_packet in the my.cnf to max_allowed_packet=1G and made sure it has been placed below the [mysqld].
- I’ve used the SQL Command OPTIMIZE TABLE NvR0P1evBv_options; but it didn’t help.
- I’ve cleaned Rank Math’s analytics and tables and used all the options/tools they provide to clean and reset them. I’ve also tried to completely uninstall it.
- I’ve tried backing up the database through a Scheduled Task: mysqldump --max_allowed_packet=512M -u your_username -p'your_password' your_database_name > /var/www/vhosts/your_site.com/httpdocs/database_backup.sql but that didn’t help either.