This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git


The following commit(s) were added to refs/heads/4.20 by this push:
     new 53173a11 Debian: add instruction for MySQL python connector (#610)
53173a11 is described below

commit 53173a118c6add1206f2b33d7e0c72cee727d910
Author: Wei Zhou <[email protected]>
AuthorDate: Thu Dec 18 08:52:15 2025 +0100

    Debian: add instruction for MySQL python connector (#610)
    
    Co-authored-by: Jonathan de Jong <[email protected]>
---
 source/installguide/management-server/_pkg_install.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/source/installguide/management-server/_pkg_install.rst 
b/source/installguide/management-server/_pkg_install.rst
index ad8aed59..e44ddcaa 100644
--- a/source/installguide/management-server/_pkg_install.rst
+++ b/source/installguide/management-server/_pkg_install.rst
@@ -53,3 +53,19 @@ Install on Ubuntu
 
    sudo apt install cloudstack-management
 
+Install on Debian
+^^^^^^^^^^^^^^^^^
+
+.. note::
+   The MySQL Python connector is not available in Debian's package repository 
sources, please add MySQL's own package repository:
+
+   .. code:: bash
+
+       wget https://dev.mysql.com/get/mysql-apt-config_0.8.36-1_all.deb -O 
/tmp/mysql-apt-config_0.8.36-1_all.deb
+       sudo apt install -y /tmp/mysql-apt-config_0.8.36-1_all.deb
+       sudo apt update
+
+.. parsed-literal::
+
+   sudo apt install cloudstack-management
+

Reply via email to