mysql8_innodb_cluster

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
mysql8_innodb_cluster [2024/06/25 12:48] andonovjmysql8_innodb_cluster [2024/06/25 13:40] (current) andonovj
Line 83: Line 83:
           name: mysqld           name: mysqld
           state: stopped           state: stopped
- 
-      - name: Template the my.cnf 
-        template: 
-          dest: "/etc/my.cnf" 
-          src: templates/my.cnf.js.j2 
-          owner: "root" 
-          group: "root" 
-          mode: '0644' 
  
       - name: Define the primary host (e.g. first host in the group)       - name: Define the primary host (e.g. first host in the group)
Line 127: Line 119:
       - name: Bootstrap the cluster (new deployment)       - name: Bootstrap the cluster (new deployment)
         command: mysqlsh -f /tmp/bootstrap_cluster.js         command: mysqlsh -f /tmp/bootstrap_cluster.js
 +
 +      - name: Wait to start
 +        wait_for:
 +          timeout: 5
  
       - name: Add the other instances       - name: Add the other instances
  • mysql8_innodb_cluster.txt
  • Last modified: 2024/06/25 13:40
  • by andonovj