nais postgres migrate setup
nais postgres migrate setup APP_NAME TARGET_SQL_INSTANCE_NAME [flags]
Setup will create a new (target) instance with updated configuration, and enable continuous replication of data from the source instance.
Options
--disk-auto-resize- Enable automatic disk resizing for the new instance.
--disk-size- The
DISK_SIZEof the new instance. --instance-type- The
TYPEof the new instance. --no-wait- Do not wait for the job to complete.
--tier- The
TIERof the new instance.
Inherited options
--config- Specify the location for the configuration file.
-c,--context- REMOVED, see –environment.
--dry-run- Perform a dry run of the migration without applying changes.
-e,--environment- The
ENVIRONMENTto use. -n,--namespace- REMOVED, see –team.
--no-colors- Disable colors in the output.
-r,--reason- Justification for accessing the database. Required for audit logging.
-t,--team- Specify the team to use for this command. Overrides the default team from configuration.
-v,--verbose- Set verbosity level. Use -v for verbose, -vv for debug, -vvv for trace.