@@ -46,7 +46,7 @@ We have written a more detailed explanation of the process in the [explanation s
46
46
2 . Run the [ setup] ( ../../../operate/cli/reference/postgres.md#migrate-setup ) command and follow the prompts
47
47
48
48
``` shell
49
- nais migrate postgres setup < appname> < new-sql-instance-name>
49
+ nais postgres migrate setup < appname> < new-sql-instance-name>
50
50
```
51
51
52
52
3. Check that the replication is up to date by checking the URL you got from the setup command.
@@ -62,7 +62,7 @@ We have written a more detailed explanation of the process in the [explanation s
62
62
1. Run the [promote](../../../operate/cli/reference/postgres.md#migrate-promote) command and follow the instructions
63
63
64
64
` ` ` shell
65
- nais migrate postgres promote < appname> < new-sql-instance-name>
65
+ nais postgres migrate promote < appname> < new-sql-instance-name>
66
66
` ` `
67
67
68
68
2. Check that the application is running as expected, and that all data is available in the new SQLInstance.
@@ -81,7 +81,7 @@ We have written a more detailed explanation of the process in the [explanation s
81
81
1. Run the [finalize](../../../operate/cli/reference/postgres.md#migrate-finalize) command
82
82
83
83
` ` ` shell
84
- nais migrate postgres finalize < appname> < new-sql-instance-name>
84
+ nais postgres migrate finalize < appname> < new-sql-instance-name>
85
85
` ` `
86
86
87
87
# # Rolling back the migration
@@ -91,5 +91,5 @@ If you decide to not go through with the migration, you can roll back to the old
91
91
1. Run the [rollback](../../../operate/cli/reference/postgres.md#migrate-rollback) command
92
92
93
93
` ` ` shell
94
- nais migrate postgres rollback < appname> < new-sql-instance-name>
94
+ nais postgres migrate rollback < appname> < new-sql-instance-name>
95
95
` ` `
0 commit comments