Skip to content

Commit

Permalink
Update 2023-06-05-aws-ending-support-mysql-57.md (#2438)
Browse files Browse the repository at this point in the history
Fixed a command
  • Loading branch information
ArsHaider authored Nov 20, 2023
1 parent a75fd7f commit 8e8b1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-06-05-aws-ending-support-mysql-57.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ To upgrade your existing MySQL 5.7 database to MySQL 8.0:
cf unbind-service <app-name> <mysql57-database-name>
```

1. Restage your application (the `--rolling` flag is optional but ensures no downtime):
1. Restage your application (the `--strategy rolling` flag is optional but ensures no downtime):

```shell
cf restage <app-name> --rolling
cf restage <app-name> --strategy rolling
```

1. Verify that your application is still working and operating with the expected data.
Expand Down

0 comments on commit 8e8b1ff

Please sign in to comment.