Skip to content

Commit 39ee4c2

Browse files
fix commands and notes
1 parent 18d6bbe commit 39ee4c2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

source/installguide/management-server/_pkg_repo.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ In Debian:
121121

122122
You can also install CloudStack on Debian systems using APT in the same way
123123
as on Ubuntu. Replace the Debian release codename (for example, "bookworm"
124-
for Debian 12 or "bullseye" for Debian 11) as appropriate.
124+
for Debian 12) as appropriate.
125125

126126
Use your preferred editor and open (or create)
127127
``/etc/apt/sources.list.d/cloudstack.list``. Add the community provided
128-
repository to the file (replace "noble" with "bookworm" or "bullseye" if it is the case):
128+
repository to the file (replace "bookworm" with the codename of Debian release if it is the case):
129129

130130
.. parsed-literal::
131131

source/upgrading/upgrade/upgrade-4.22.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ Backup current database
9898
$ mysqldump -u root -p -R cloud > cloud-backup_$(date +%Y-%m-%d-%H%M%S)
9999
$ mysqldump -u root -p cloud_usage > cloud_usage-backup_$(date +%Y-%m-%d-%H%M%S)
100100
101+
.. note::
102+
The -R option is required in the mysqldump command to retain MySQL stored procedures.
103+
101104

102105
.. _ubuntu414:
103106
.. _apt-repo414:
@@ -146,7 +149,7 @@ Setup the public key for the above repository:
146149

147150
.. parsed-literal::
148151
149-
$ sudo apt-get update
152+
$ sudo apt update
150153
151154
#. Now that you have the repository configured, it's time to upgrade
152155
the ``cloudstack-management`` package.

0 commit comments

Comments
 (0)