Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.6.10
-
None
-
Oak 1.6.10
PostgreSQL DB
Description
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.