diff --git a/_posts/2023-06-05-aws-ending-support-mysql-57.md b/_posts/2023-06-05-aws-ending-support-mysql-57.md index 9bc7476db..2614e871e 100644 --- a/_posts/2023-06-05-aws-ending-support-mysql-57.md +++ b/_posts/2023-06-05-aws-ending-support-mysql-57.md @@ -77,10 +77,10 @@ To upgrade your existing MySQL 5.7 database to MySQL 8.0: cf unbind-service ``` -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 --rolling + cf restage --strategy rolling ``` 1. Verify that your application is still working and operating with the expected data.