diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index a0773f7d1fc..a0552ccedf4 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -447,7 +447,7 @@ 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
-
+
If you are using Ubuntu, follow this procedure to upgrade your packages. If not, skip to step .
Community Packages
This section assumes you're using the community supplied packages for &PRODUCT;. If you've created your own packages and APT repository, substitute your own URL for the ones used in these examples.
@@ -487,7 +487,7 @@ under the License.
-
+
If you are using CentOS or RHEL, follow this procedure to upgrade your packages. If not, skip to step .
Community Packages
This section assumes you're using the community supplied packages for &PRODUCT;. If you've created your own packages and yum repository, substitute your own URL for the ones used in these examples.
@@ -529,7 +529,7 @@ under the License.
-
+
Once you've upgraded the packages on your management servers, you'll need to restart the system VMs. Make sure port 8096 is open in your local host firewall to do this.
There is a script that will do this for you, all you need to do is run the script and supply the IP address for your MySQL instance and your MySQL credentials:
# nohup cloudstack-sysvmadm -d IP address -u cloud -p -a > sysvm.log 2>&1 &