@@ -80,13 +80,13 @@ Backup current database
8080
8181 .. parsed-literal ::
8282
83- $ sudo service cloudstack-management stop
83+ $ sudo systemctl stop cloudstack-management
8484
8585 #. If you are running a usage server or usage servers, stop those as well:
8686
8787 .. parsed-literal ::
8888
89- $ sudo service cloudstack-usage stop
89+ $ sudo systemctl stop cloudstack-usage
9090
9191 #. Make a backup of your MySQL database. If you run into any issues or
9292 need to roll back the upgrade, this will assist in debugging or
@@ -105,7 +105,7 @@ Backup current database
105105Management Server
106106-----------------
107107
108- Ubuntu
108+ Ubuntu/Debian
109109######
110110
111111If you are using Ubuntu, follow this procedure to upgrade your packages. If
@@ -128,7 +128,13 @@ This file should have one line, which contains:
128128
129129.. parsed-literal ::
130130
131- deb http://download.cloudstack.org/ubuntu bionic |version |
131+ deb http://download.cloudstack.org/ubuntu noble |version |
132+
133+ If you are using Debian,
134+
135+ .. parsed-literal ::
136+
137+ deb http://download.cloudstack.org/debian bookworm |version |
132138
133139 Setup the public key for the above repository:
134140
@@ -147,13 +153,13 @@ Setup the public key for the above repository:
147153
148154 .. parsed-literal ::
149155
150- $ sudo apt-get upgrade cloudstack-management
156+ $ sudo apt-get install cloudstack-management
151157
152158 #. If you use CloudStack usage server
153159
154160 .. parsed-literal ::
155161
156- $ sudo apt-get upgrade cloudstack-usage
162+ $ sudo apt-get install cloudstack-usage
157163
158164
159165 .. _rhel414 :
@@ -235,7 +241,7 @@ No additional steps are required for the VMware Hypervisor for this upgrade.
235241Hypervisor: KVM
236242#################
237243
238- KVM on Ubuntu
244+ KVM on Ubuntu/Debian
239245""""""""""""""
240246
241247(KVM only) Additional steps are required for each KVM host. These
@@ -249,7 +255,7 @@ hosts.
249255
250256 .. parsed-literal ::
251257
252- $ sudo service cloudstack-agent stop
258+ $ sudo systemctl stop cloudstack-agent
253259
254260 #. Update the agent software.
255261
@@ -261,7 +267,7 @@ hosts.
261267
262268 .. parsed-literal ::
263269
264- $ sudo service cloudstack-agent start
270+ $ sudo systemctl start cloudstack-agent
265271
266272
267273 KVM on CentOS/RHEL
@@ -280,8 +286,8 @@ For KVM hosts, upgrade the ``cloudstack-agent`` package
280286
281287 .. parsed-literal ::
282288
283- $ sudo service cloudstack-agent stop
284- $ sudo service cloudstack-agent start
289+ $ sudo systemctl stop cloudstack-agent
290+ $ sudo systemctl start cloudstack-agent
285291
286292
287293 Restart management services
@@ -291,13 +297,13 @@ Restart management services
291297
292298 .. parsed-literal ::
293299
294- $ sudo service cloudstack-management start
300+ $ sudo systemctl start cloudstack-management
295301
296302 #. If you use it, start the usage server
297303
298304 .. parsed-literal ::
299305
300- $ sudo service cloudstack-usage start
306+ $ sudo systemctl start cloudstack-usage
301307
302308
303309 .. include :: _sysvm_restart.rst
0 commit comments