Changes between Version 12 and Version 13 of keepalived
- Timestamp:
- 07/19/22 07:33:36 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
keepalived
v12 v13 55 55 ├── default.prf 56 56 ├── notifyFile_3.sh 57 ├── nodedb1_start.sh 57 58 ├── omd-labs-docker 58 59 │ ├── Dockerfile.omd-labs-debian … … 69 70 70 71 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) 72 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). This file was in [attachement:nodedb1_start.sh nodedb1_start.sh] 73 72 74 {{{ 73 75 #!/usr/bin/bash