nvazquez commented on issue #11202: URL: https://github.com/apache/cloudstack/issues/11202#issuecomment-3079424295
Hi @DaanHoogland do you mean to not run if `cloud` and/or `cloud_usage` databases are present? I have been doing some checks and we can have some conflicts with an existing optional parameter to create schemas only: ```` -s, --schema-only Creates the db schema without having to pass root credentials - Please note: The databases (cloud, cloud_usage) and user (cloud) has to be configured manually prior to running this script when using this flag. ```` In this case if admins pass the `--schema-only` option, CloudStack would expect the `cloud` (and `cloud_usage`) to be already created. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org