fix commands and notes
diff --git a/source/installguide/management-server/_pkg_repo.rst b/source/installguide/management-server/_pkg_repo.rst
index 4eb86f4..54e1061 100644
--- a/source/installguide/management-server/_pkg_repo.rst
+++ b/source/installguide/management-server/_pkg_repo.rst
@@ -121,11 +121,11 @@
You can also install CloudStack on Debian systems using APT in the same way
as on Ubuntu. Replace the Debian release codename (for example, "bookworm"
-for Debian 12 or "bullseye" for Debian 11) as appropriate.
+for Debian 12) as appropriate.
Use your preferred editor and open (or create)
``/etc/apt/sources.list.d/cloudstack.list``. Add the community provided
-repository to the file (replace "noble" with "bookworm" or "bullseye" if it is the case):
+repository to the file (replace "bookworm" with the codename of Debian release if it is the case):
.. parsed-literal::
diff --git a/source/upgrading/upgrade/upgrade-4.22.rst b/source/upgrading/upgrade/upgrade-4.22.rst
index 80d4ace..38ad410 100644
--- a/source/upgrading/upgrade/upgrade-4.22.rst
+++ b/source/upgrading/upgrade/upgrade-4.22.rst
@@ -98,6 +98,9 @@
$ mysqldump -u root -p -R cloud > cloud-backup_$(date +%Y-%m-%d-%H%M%S)
$ mysqldump -u root -p cloud_usage > cloud_usage-backup_$(date +%Y-%m-%d-%H%M%S)
+.. note::
+ The -R option is required in the mysqldump command to retain MySQL stored procedures.
+
.. _ubuntu414:
.. _apt-repo414:
@@ -146,7 +149,7 @@
.. parsed-literal::
- $ sudo apt-get update
+ $ sudo apt update
#. Now that you have the repository configured, it's time to upgrade
the ``cloudstack-management`` package.