Prepare repo migration (#3085)

This commit is contained in:
Polina Bungina
2024-06-17 09:04:43 +02:00
committed by GitHub
parent a5d095e316
commit 6e1f9f7a6e
11 changed files with 13 additions and 17 deletions
+2 -2
View File
@@ -893,7 +893,7 @@ class PatroniPoolController(object):
.format(os.path.join(self.patroni_path, 'data', 'wal_archive_clone').replace('\\', '/'))
},
'authentication': {
'superuser': {'password': 'zalando1'},
'superuser': {'password': 'patroni1'},
'replication': {'password': 'rep-pass1'}
}
}
@@ -925,7 +925,7 @@ class PatroniPoolController(object):
},
'postgresql': {
'authentication': {
'superuser': {'password': 'zalando2'},
'superuser': {'password': 'patroni2'},
'replication': {'password': 'rep-pass2'}
}
}