diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index 46d97a3c3f8..687a93dd021 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -4708,10 +4708,6 @@ under the License.
Make a backup of your MySQL database. If you run into any issues or need to roll back the upgrade, this will assist in debugging or restoring your existing environment. You'll be prompted for your password.
# mysqldump -u root -p cloud > cloudstack-backup.sql
-
- Whether you're upgrading a Red Hat/CentOS based system or Ubuntu based system, you're going to need to stop the CloudStack management server before proceeding.
- # service cloud-management stop
-
If you have made changes to /etc/cloud/management/components.xml, you'll need to carry these over manually to the new file, /etc/cloudstack/management/componentContext.xml. This is not done automatically. (If you're unsure, we recommend making a backup of the original components.xml to be on the safe side.