-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.6.10
-
Fix Version/s: None
-
Component/s: upgrade
-
Labels:
-
Environment:
Oak 1.6.10
PostgreSQL DB
Szenario
When using the upgrade tool to migrate from a (jdbc) database to another database,
the migration failes when connecting to the database, because of invalid credentials.
Reason
Attaching the source-code in a debug-session, i saw, that the password given to the source database was equal to the login, The value of the argument --src-password seems to be unused.
Workaround
When setting equal username and password in the database, the tool works fine.