From 8e8b1ff757e74483aea9008d66cf19e40f0b1e33 Mon Sep 17 00:00:00 2001 From: ArsHaider <104385372+ArsHaider@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:40:45 -0500 Subject: [PATCH] Update 2023-06-05-aws-ending-support-mysql-57.md (#2438) Fixed a command --- _posts/2023-06-05-aws-ending-support-mysql-57.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.