GitHub user sureshanaparti closed the discussion with a comment: Issue with
cloudstack-setup-databases
it's addressed in #12004
GitHub link:
https://github.com/apache/cloudstack/discussions/11925#discussioncomment-14900334
This is an automatically sent email for [email protected].
GitHub user kiranchavala closed a discussion: Issue with
cloudstack-setup-databases
### problem
Getting an exception when I run the command
cloudstack-setup-databases cloud:password@localhost -s -u -v
### versions
ACS 4.21, ubuntu 22.04
### The steps to reproduce the bug
1. Install my
GitHub user sureshanaparti added a comment to the discussion: Issue with
cloudstack-setup-databases
@kiranchavala `--force-recreate` option is required in the cmd as databases
cloud & cloud_usage exists.
GitHub link:
https://github.com/apache/cloudstack/discussions/11925#discussioncomment-14
GitHub user kiranchavala added a comment to the discussion: Issue with
cloudstack-setup-databases
@DaanHoogland
The options -u and --force-recreate were introduced only in 4.21
```
Since 4.21, the databases (cloud, cloud_usage) are only created if they do not
exist. This behavior prevents
GitHub user DaanHoogland added a comment to the discussion: Issue with
cloudstack-setup-databases
@kiranchavala , have you validated this is not present in prior releases?
GitHub link:
https://github.com/apache/cloudstack/discussions/11925#discussioncomment-14814145
This is an automatic
GitHub user kiranchavala created a discussion: Issue with
cloudstack-setup-databases
### problem
Getting an exception when I run the command
cloudstack-setup-databases cloud:password@localhost -s -u -v
### versions
ACS 4.21, ubuntu 22.04
### The steps to reproduce the bug
1. Install m