wodby migrate wodby1 server
Plan a Wodby 1 server-to-cluster migration
Usage
wodby migrate wodby1 server SOURCE_SERVER_UUID [flags]
Options
| Flag |
Description |
Default |
--accept-review |
Accept non-blocking review items non-interactively |
false |
--allow-missing-secrets |
Allow redacted secrets as manual follow-up items |
false |
--assume-envoy-gateway |
Assume the target cluster supports Envoy Gateway redirect routes during planning |
false |
--continue-on-error |
Continue server migration after an app failure |
false |
--create-missing-envs |
Create missing target envs during execution |
false |
--create-source-backup |
Create missing source backups before migration execution |
false |
--dry-run |
Plan only; this is also the default when --execute is omitted |
false |
--execute |
Execute the reviewed migration plan |
false |
-h, --help |
help for server |
false |
--include-secrets |
Ask the source API to include protected secret values |
false |
-o, --output string |
Output format: text or json |
text |
--parallel int |
Parallel app migrations for server migrations |
1 |
--plan-file string |
Write the normalized migration plan to this JSON file |
- |
--resume |
Resume from the state file |
false |
--service-map stringArray |
Service mapping override, e.g. redis=valkey |
[] |
--source-base-url string |
Wodby 1 API base URL |
https://api.wodby.com |
--source-token string |
Wodby 1 API token |
- |
--stack-map stringArray |
Managed stack mapping override, e.g. drupal9=drupal10 |
[] |
--state-file string |
Path to resumable migration state file |
- |
--target-cluster string |
Target Wodby 2 cluster name or ID |
- |
--target-env-map stringArray |
Source-to-target env mapping, e.g. prod=production |
[] |
--target-org string |
Target Wodby 2 org name or ID |
- |
--target-project string |
Target Wodby 2 project name or ID |
- |
--yes |
Confirm clean managed-stack execution non-interactively |
false |
Options inherited from parent commands
| Flag |
Description |
Default |
--access-token string |
Access token |
- |
--api-base-url string |
Public REST API base URL |
https://apiv2.wodby.com/v1 |
--api-key string |
API key |
- |
--ci-config-path string |
Path to CI config |
/tmp/.wodby-ci.json |
--verbose |
Verbose output |
false |