You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2018/11/29 10:50:00 UTC

[jira] [Created] (OAK-7925) OakUpgrade for RDBMK: user name and password must match

Thomas Mueller created OAK-7925:
-----------------------------------

             Summary: OakUpgrade for RDBMK: user name and password must match
                 Key: OAK-7925
                 URL: https://issues.apache.org/jira/browse/OAK-7925
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: upgrade
            Reporter: Thomas Mueller


The oak-upgrade MigrationOptions class has a very ugly bug:

{noformat}
        this.srcUser = args.getOption(OptionParserFactory.SRC_USER);
        this.srcPassword = args.getOption(OptionParserFactory.SRC_USER);
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)