wp-media / backwpup

BackWPup - WordPress Backup Plugin
https://backwpup.com
GNU General Public License v2.0
88 stars 35 forks source link

PHP 7.3? #83

Open adleviton opened 5 years ago

adleviton commented 5 years ago

After upgrading to PHP 7.3, I am now consistently getting the following error:

[13-Jan-2019 08:45:03] Backup database table "wp_posts" with "16391" records [13-Jan-2019 13:45:04 America/New_York] PHP Fatal error: Allowed memory size of 65011712 bytes exhausted (tried to allocate 258048 bytes) in /srv/www/site.test/current/web/app/plugins/backwpup/inc/class-mysqldump.php on line 514 [13-Jan-2019 08:45:04] ERROR: Allowed memory size of 65011712 bytes exhausted (tried to allocate 258048 bytes)

widoz commented 5 years ago

Hi @adleviton may we have more information about the server? Like memory limit (also for WordPress), post size, max execution time?

adleviton commented 5 years ago

Sure, can you see my second post here? https://wordpress.org/support/topic/scheduled-backups-fail-on-wp_posts/