You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using your library to get backup from a managed mysql database on DigitalOcean. it is required to use --set-gtid-purged=OFF when get a backup to be able to restore it on the cloud again.
Could you plz add this feature in your library?
The text was updated successfully, but these errors were encountered:
I have investigated the problem more. It seems that the library can not get a correct backup from managed mysql (DigitalOcean managed solution)
when I want to restore the dump using msyql command I get this error:
ERROR 1064 (42000) at line 27: 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
Hi,
I'm using your library to get backup from a managed mysql database on DigitalOcean. it is required to use --set-gtid-purged=OFF when get a backup to be able to restore it on the cloud again.
Could you plz add this feature in your library?
The text was updated successfully, but these errors were encountered: