Changes between Version 2 and Version 3 of GROUPReplicate


Ignore:
Timestamp:
06/11/22 02:19:12 (2 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUPReplicate

    v2 v3  
    1313{{{
    1414$ docker-compose stack deploy -c docker-compose.yml db
     15
     16Ignoring unsupported options: restart
     17Ignoring deprecated options:
     18container_name: Setting the container name is not supported.
     19
     20Creating network db_mysqlgr
     21Creating service db_node2
     22Creating service db_node3
     23Creating service db_node1
    1524}}}
    1625
    17 3. Check with
     263. Check with '''docker stack ps db'''
    1827{{{
    19 $ docker-compose stack ps db
     28root@n1:/home/ubuntu/GR# docker stack ps db
     29ID             NAME         IMAGE                    NODE      DESIRED STATE   CURRENT STATE                ERROR     PORTS
     30z8tarrgj0isq   db_node1.1   mysql/mysql-server:8.0   n3        Running         Running 50 seconds ago                 
     31xt8vagtlz79c   db_node2.1   mysql/mysql-server:8.0   n2        Running         Running about a minute ago             
     32ve5o54jtwc4v   db_node3.1   mysql/mysql-server:8.0   n1        Running         Running about a minute ago         
    2033}}}
    2134