We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47b724 commit b73d322Copy full SHA for b73d322
plans/migrate.pp
@@ -149,6 +149,7 @@
149
run_plan('peadm::add_replica', {
150
primary_host => $new_primary_host,
151
replica_host => $replica_host,
152
+ replica_postgresql_host => $replica_postgresql_host,
153
})
154
}
155
$peadm_config_after_replica = run_task('peadm::get_peadm_config', $new_primary_host).first.value
@@ -162,6 +163,8 @@
162
163
version => $upgrade_version,
164
download_mode => 'direct',
165
166
+ primary_postgresql_host => $primary_postgresql_host,
167
168
169
170
0 commit comments