Changes between Version 12 and Version 13 of keepalived


Ignore:
Timestamp:
07/19/22 07:33:36 (2 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • keepalived

    v12 v13  
    5555├── default.prf
    5656├── notifyFile_3.sh
     57├── nodedb1_start.sh
    5758├── omd-labs-docker
    5859│   ├── Dockerfile.omd-labs-debian
     
    6970
    7071
    71 After wake up, we need to start docker database and sync to mysql group replication. In command '''docker exec -i''', we use only '''-i''' not '''-it''' because '''-t''' was a tty console when run as a script it was not from tty console so we need to use only '''-i''' (interactive mode)
     72After wake up, we need to start docker database and sync to mysql group replication. In command '''docker exec -i''', we use only '''-i''' not '''-it''' because '''-t''' was a tty console when run as a script it was not from tty console so we need to use only '''-i''' (interactive mode). This file was in [attachement:nodedb1_start.sh nodedb1_start.sh]
     73
    7274{{{
    7375#!/usr/bin/bash