Skip to content

Instantly share code, notes, and snippets.

@djazayeri
Created August 7, 2018 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djazayeri/6e8cc1395dd9ef04decd9af9e2dbdaef to your computer and use it in GitHub Desktop.
Save djazayeri/6e8cc1395dd9ef04decd9af9e2dbdaef to your computer and use it in GitHub Desktop.
Error message when installing OpenMRS on Google Cloud SQL with binary logging enabled
SEVERE 8/7/18 12:34 AM:liquibase: Change Set liquibase-update-to-latest.xml::20090122-0853::bwolfe failed. Error: Error executing SQL CREATE TABLE `tmp_concept_name_tag_duplicates` AS SELECT DISTINCT concept_name_tag_id AS concept_name_tag_id FROM `concept_name_tag` WHERE concept_name_tag_id IS NOT NULL: Statement violates GTID consistency: CREATE TABLE ... SELECT.
See “Global Transaction Identifiers” at https://cloud.google.com/sql/docs/mysql/diagnose-issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment