Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/installguide/management-server/_database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ MySQL. See :ref:`install-database-on-separate-node`.
the root User is deploying the database and creating the "cloud"
User.

- Since 4.21, the databases (cloud, cloud_usage) are only created if they
do not exist. This behavior prevents accidental recreation of existing
databases. The databases recreation can still be invoked by passing the
--force-recreate flag.

- (Optional) There is an option to bypass the creating of the databases,
User and granting permissions to the user. This is useful if you don't
want to expose your root credentials but still want the database to
Expand Down Expand Up @@ -228,6 +233,10 @@ MySQL. See :ref:`install-database-on-separate-node`.
GRANT process ON *.* TO cloud@`localhost`;
GRANT process ON *.* TO cloud@`%`;
.. note::
Since 4.21, it is required to pass the --force-recreate flag for
databases recreation.

- (Optional) For encryption\_type, use file or web to indicate the
technique used to pass in the database encryption password.
Default: file. See :ref:`about-password-key-encryption`.
Expand Down