@@ -108,7 +108,6 @@ Supported use cases:
108
108
* [ ` peadm::backup_ca ` ] ( #peadm--backup_ca )
109
109
* [ ` peadm::convert ` ] ( #peadm--convert ) : Convert an existing PE cluster to a PEAdm-managed cluster
110
110
* [ ` peadm::install ` ] ( #peadm--install ) : Install a new PE cluster
111
- * [ ` peadm::migrate ` ] ( #peadm--migrate ) : Migrate a PE primary server to a new host
112
111
* [ ` peadm::modify_certificate ` ] ( #peadm--modify_certificate ) : Modify the certificate of one or more targets
113
112
* [ ` peadm::replace_failed_postgresql ` ] ( #peadm--replace_failed_postgresql ) : Replaces a failed PostgreSQL host
114
113
* [ ` peadm::restore ` ] ( #peadm--restore ) : Restore puppet primary configuration
@@ -120,6 +119,7 @@ Supported use cases:
120
119
#### Private Plans
121
120
122
121
* ` peadm::convert_compiler_to_legacy `
122
+ * ` peadm::migrate ` : Migrate a PE primary server to a new host - Note: this plan is a work in progress and it
123
123
* ` peadm::misc::divert_code_manager ` : This plan exists to account for a scenario where a PE XL
124
124
* ` peadm::modify_cert_extensions `
125
125
* ` peadm::subplans::component_install ` : Install a new PEADM component
@@ -2206,7 +2206,7 @@ Data type: `Peadm::Pe_version`
2206
2206
2207
2207
2208
2208
2209
- Default value: ` '2023.8.1 ' `
2209
+ Default value: ` '2023.8.2 ' `
2210
2210
2211
2211
##### <a name =" -peadm--install--dns_alt_names " ></a >` dns_alt_names `
2212
2212
@@ -2312,47 +2312,6 @@ Data type: `String`
2312
2312
2313
2313
Default value: ` '1y' `
2314
2314
2315
- ### <a name =" peadm--migrate " ></a >` peadm::migrate `
2316
-
2317
- Migrate a PE primary server to a new host
2318
-
2319
- #### Parameters
2320
-
2321
- The following parameters are available in the ` peadm::migrate ` plan:
2322
-
2323
- * [ ` old_primary_host ` ] ( #-peadm--migrate--old_primary_host )
2324
- * [ ` new_primary_host ` ] ( #-peadm--migrate--new_primary_host )
2325
- * [ ` upgrade_version ` ] ( #-peadm--migrate--upgrade_version )
2326
- * [ ` replica_host ` ] ( #-peadm--migrate--replica_host )
2327
-
2328
- ##### <a name =" -peadm--migrate--old_primary_host " ></a >` old_primary_host `
2329
-
2330
- Data type: ` Peadm::SingleTargetSpec `
2331
-
2332
- The existing PE primary server that will be migrated from
2333
-
2334
- ##### <a name =" -peadm--migrate--new_primary_host " ></a >` new_primary_host `
2335
-
2336
- Data type: ` Peadm::SingleTargetSpec `
2337
-
2338
- The new server that will become the PE primary server
2339
-
2340
- ##### <a name =" -peadm--migrate--upgrade_version " ></a >` upgrade_version `
2341
-
2342
- Data type: ` Optional[String] `
2343
-
2344
- Optional version to upgrade to after migration is complete
2345
-
2346
- Default value: ` undef `
2347
-
2348
- ##### <a name =" -peadm--migrate--replica_host " ></a >` replica_host `
2349
-
2350
- Data type: ` Optional[Peadm::SingleTargetSpec] `
2351
-
2352
-
2353
-
2354
- Default value: ` undef `
2355
-
2356
2315
### <a name =" peadm--modify_certificate " ></a >` peadm::modify_certificate `
2357
2316
2358
2317
Certificates can be modified by adding extensions, removing extensions, or
0 commit comments