Seravo / wordpress

The WordPress project layout used by many of Seravo's customers, suitable also for local development with Vagrant and git deployment
https://seravo.com
GNU General Public License v3.0
104 stars 53 forks source link

wp-pull-production-db no longer works #219

Closed spktklr closed 3 months ago

spktklr commented 3 months ago

Running this command in production servers results in this error:

ERROR at line 1: Unknown command '\-'.

Circumventable by manually exporting the db, downloading it, removing the first line of

/*M!999999\- enable the sandbox mode */

and importing and search replacing. But this is cumbersome.

eHooli commented 3 months ago

This is a known issue originating from MariaDB: https://jira.mariadb.org/browse/MDEV-34183

Pulling our Docker-image (after June) fixes this issue.