-
Bug
-
Resolution: Done
-
Major
-
None
-
2.9.1 GA
-
False
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Undefined
-
-
In the Backup/restore procedure one of the steps is to migrate MySQL db, however root password in MySQL DC is generated (or set) at install time while its value in the system-* pod is in the secret system-database URL field.
Thus in a restored environment system-app is failing with:
Mysql2::Error::ConnectionError: Access denied for user 'root'@'10.129.3.130' (using password: YES)
Moving MYSQL_ROOT_PASSWORD value to a secret should solve the issue.