Skip to content

Commit aed51c8

Browse files
authored
change the order of cli arguments
1 parent 03b4f73 commit aed51c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/persistence/postgres/how-to/migrate-to-new-instance.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ We have written a more detailed explanation of the process in the [explanation s
4646
2. Run the [setup](../../../operate/cli/reference/postgres.md#migrate-setup) command and follow the prompts
4747

4848
```shell
49-
nais migrate postgres setup <appname> <new-sql-instance-name>
49+
nais postgres migrate setup <appname> <new-sql-instance-name>
5050
```
5151

5252
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
6262
1. Run the [promote](../../../operate/cli/reference/postgres.md#migrate-promote) command and follow the instructions
6363

6464
```shell
65-
nais migrate postgres promote <appname> <new-sql-instance-name>
65+
nais postgres migrate promote <appname> <new-sql-instance-name>
6666
```
6767

6868
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
8181
1. Run the [finalize](../../../operate/cli/reference/postgres.md#migrate-finalize) command
8282

8383
```shell
84-
nais migrate postgres finalize <appname> <new-sql-instance-name>
84+
nais postgres migrate finalize <appname> <new-sql-instance-name>
8585
```
8686

8787
## 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
9191
1. Run the [rollback](../../../operate/cli/reference/postgres.md#migrate-rollback) command
9292

9393
```shell
94-
nais migrate postgres rollback <appname> <new-sql-instance-name>
94+
nais postgres migrate rollback <appname> <new-sql-instance-name>
9595
```

0 commit comments

Comments
 (0)