Failure to create database archive
-
I am attempting to create a package to back up a development site, which will be used to move the site into the production directory. The package build fails almost immediately, with the error message:
Host Build Interrupt
This server cannot complete the build due to setup constraints.The log file indicates that there is a problem setting a MySQL option:
RESPONSE: mysqldump: Couldn't execute 'SET OPTION SQL_QUOTE_SHOW_CREATE=1': You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_QUOTE_SHOW_CREATE=1' at line 1 (1064)The complete log file has been uploaded to pastebin.com here.
The error persists whether I set Duplicator to archive only the database or the entire site. The odd thing is that I successfully created a package of the production site, which is hosted on the same server.
Please advise.
Thanks…
JGB
The topic ‘Failure to create database archive’ is closed to new replies.