Describe the bug
After update to BackWPup 5.6.6 the database-backup failed.
To Reproduce
Backup Database
Expected behavior
Export SQL-Dump includes in tar-file.
Additional context
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 49152 bytes) in /usr/www/users/***/wp/wp-includes/class-wpdb.php on line 2328
PHP 8.5
memory_limit = 128M worked well until last upgrade.
memory_limit = 192M is now not enough. It is the maximum my provider allows.
Describe the bug
After update to BackWPup 5.6.6 the database-backup failed.
To Reproduce
Backup Database
Expected behavior
Export SQL-Dump includes in tar-file.
Additional context
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 49152 bytes) in /usr/www/users/***/wp/wp-includes/class-wpdb.php on line 2328
PHP 8.5
memory_limit = 128M worked well until last upgrade.
memory_limit = 192M is now not enough. It is the maximum my provider allows.