OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems oro:install breaks when run a MySQL DB using GTID replication

This topic contains 3 replies, has 2 voices, and was last updated by  andrew wilcox 7 years, 7 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #27306

    andrew wilcox
    Participant

    Oracle’s preferred method for MySQL HA is to use GTID based replication. To enable GTID based replication, two things need to be added to the /etc/my.cnf file

    The oro_search_index_text table is MyISAM. Updates to a MyISAM table have certain restrictions when using GTIDs.

    The install script will break when the target database is set up for GTID based replication. The specific error is:

    Running this statement outside a transaction (or in autocommit mode) should solve this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #27307

    andrew wilcox
    Participant

    (Using MySQL 5.7 BTW. GTIDs are post 5.1 IIRC)

    #27308

    Artem Liubeznyi
    Spectator

    Hi Andrew,

    Thanks for sharing the issue. Is there anything we can help you in this regard, or you’re just sharing the knowledge to the community?

    #27309

    andrew wilcox
    Participant

    Hi Artem,

    Just sharing the issue and hoping for a fix in the near future.
    Andrew.

Viewing 3 replies - 1 through 3 (of 3 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top