diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index b8465ed2e82..00cbc49c881 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -54,6 +54,26 @@ 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.
+
+
+ For AWS API Users Only
+ This step is only necessary if you're using the AWS APIs with &PRODUCT;. If not, you can skip this step.
+
+ The file /etc/cloud/management/db.properties will be carried over to etc/cloudstack/management/db.properties, but the parameters for the AWS API are not carried over. You'll need to add these parameters to the new file manually:
+
+db.awsapi.username=
+db.awsapi.password=
+db.awsapi.host=
+db.awsapi.port=
+
+ For the AWS API queries to work, you'll need to copy those over to /etc/cloudstack/management/db.properties (with the values you have currently).
+
If you are using Ubuntu, follow this procedure to upgrade your packages. If not, skip to step .
Community Packages
@@ -74,7 +94,8 @@ under the License.
$ sudo apt-get update
- ### upgrade steps for Debian on master servers goes here.
+ Now that you have the repository configured, it's time to install the cloudstack-management package. This will pull in any other dependencies you need.
+ $ sudo apt-get install cloudstack-management
You will need to manually install the cloudstack-agent package: