Skip to content

Commit 09885d3

Browse files
changes
1 parent 3d38bb1 commit 09885d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/upgrading/upgrade/upgrade_notes.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,14 @@ refer to MySQL documentation here: https://dev.mysql.com/doc/refman/8.4/en/cachi
165165
166166
Note: Please ensure that the password used for the cloud database user matches the value
167167
configured in /etc/cloudstack/management/db.properties. If the password in db.properties
168-
is encrypted, you can retrieve it using:
168+
is encrypted, you can retrieve it using the below command.
169169

170-
.. code-block:: bash
170+
.. code-block:: bash
171171
172-
java -classpath /usr/share/cloudstack-common/lib/cloudstack-utils.jar \
173-
com.cloud.utils.crypt.EncryptionCLI -d \
174-
-i "$(grep -oP 'db.cloud.password=ENC\(\K[^\)]+(?=\))' /etc/cloudstack/management/db.properties)" \
175-
-p "$(cat /etc/cloudstack/management/key)"
172+
java -classpath /usr/share/cloudstack-common/lib/cloudstack-utils.jar \
173+
com.cloud.utils.crypt.EncryptionCLI -d \
174+
-i "$(grep -oP 'db.cloud.password=ENC\(\K[^\)]+(?=\))' /etc/cloudstack/management/db.properties)" \
175+
-p "$(cat /etc/cloudstack/management/key)"
176176
177177
#. Remove deprecated authentication plugin 'mysql_native_password' from the MySQL configuration. Either comment or remove the below line from /etc/my.cnf
178178

0 commit comments

Comments
 (0)