• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Issue Correcting mysqldump parameters for AWS RDS

Marco T.

New Pleskian
Hello,

I am trying to migrate to a new installation with AWS RDS as my database (which I have already been using for years). The problem with RDS is the lack of the SUPER privilege and the way mysqldump works when invoked via Plesk. My dumps have some lines that cause problems:

Code:
SET @@SESSION.SQL_LOG_BIN= 0;
SET @@GLOBAL.GTID_PURGED='';

It seems that mysqldump is called with --no-defaults option, so I don't know how to override these parameters. I would probably need to set "--set-gtid-purged=OFF", but I don't know where to place it.

Is there a way I can proceed? I cannot think of moving all databases by hand.

Best regards.
 
Back
Top