File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
installguide/management-server Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -121,11 +121,11 @@ In Debian:
121121
122122You can also install CloudStack on Debian systems using APT in the same way
123123as 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
126126Use 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments