Issue with cloudstack-setup-databases #11925
Unanswered
kiranchavala
asked this question in
Q&A
Replies: 3 comments
-
|
@kiranchavala , have you validated this is not present in prior releases? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The options -u and --force-recreate were introduced only in 4.21 The issue is not present with 4.20 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@kiranchavala |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
apt-get install mysql-server
systemctl restart mysql
Log in with root password and execute the following commands
mysql -u root -p
cloudstack-setup-databases cloud:password@localhost -s -u -v
A workaround is to use the parameter --force-recreate command
What to do about it?
The command should without --force-recreate option
cloudstack-setup-databases cloud:password@localhost -s -u -v
Beta Was this translation helpful? Give feedback.
All reactions