Spaceman1984 commented on a change in pull request #229: URL: https://github.com/apache/cloudstack-documentation/pull/229#discussion_r666157225
########## File path: source/installguide/management-server/_database.rst ########## @@ -197,6 +197,17 @@ MySQL. See :ref:`install-database-on-separate-node`. cluster management server node IP. If not specified, the local IP address will be used. + - (Optional) The cloudstack-setup-databases script is responsible for + creating the cloudstack databases (cloud, cloud_usage), creating a + user (cloud), granting permissions to the user and preparing the tables + for the first startup of the management server. There is an option to + bypass the two initial steps of creating the databases 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 be prepeared for first + start up. These skipped steps will have had to be done manually prior to + executing this script. This behaviour can be envoked by passing the + --schema-only flag. This flag conflicts with the --deploy-as flag so + the two cannot be used together. Review comment: I don't think it is applicable to this section @sureshanaparti, If you use the --schema-only flag here, you won't get the desired result, in this case, adding another management server. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org