Promote a new PostgreSQL primary: postgres-2

This commit is contained in:
Greg Karékinian 2021-01-23 19:09:41 +01:00
parent a7116b8fe5
commit 7e61e9cb45
2 changed files with 3 additions and 4 deletions

View File

@ -63,7 +63,6 @@
"run_list": [
"recipe[kosmos-base]",
"recipe[kosmos_encfs]",
"role[postgresql_primary]",
"recipe[kosmos_kvm::host]",
"recipe[kosmos-ejabberd::firewall]",
"recipe[kosmos-ipfs::firewall_swarm]",

View File

@ -8,7 +8,7 @@
"automatic": {
"fqdn": "postgres-2",
"os": "linux",
"os_version": "5.4.0-59-generic",
"os_version": "5.4.0-64-generic",
"hostname": "postgres-2",
"ipaddress": "192.168.122.244",
"roles": [
@ -50,6 +50,6 @@
},
"run_list": [
"recipe[kosmos-base]",
"role[postgresql_replica]"
"role[postgresql_primary]"
]
}