AnimeThemes/animethemes-server

Database dump commands are not compatible with managed database

Closed this issue · 1 comments

The managed database requires the follow arguments to be set:

  • --set-gtid-purged=OFF
  • --single-transaction
  • -h [host]
  • -P [port]

host and port are meant to be set in a temporary credentials file. We need to investigate why these aren't being set.

Verified in production. Closing.