Replace master/slave with primary/secondary where possible
This commit is contained in:
@@ -5,12 +5,12 @@ metadata:
|
||||
labels:
|
||||
app: mysql
|
||||
data:
|
||||
master.cnf: |
|
||||
# Apply this config only on the master.
|
||||
primary.cnf: |
|
||||
# Apply this config only on the primary.
|
||||
[mysqld]
|
||||
log-bin
|
||||
slave.cnf: |
|
||||
# Apply this config only on slaves.
|
||||
secondary.cnf: |
|
||||
# Apply this config only on secondaries.
|
||||
[mysqld]
|
||||
super-read-only
|
||||
|
||||
|
||||
Reference in New Issue
Block a user