• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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