You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by jgondron <gi...@git.apache.org> on 2018/12/12 18:19:58 UTC

[GitHub] nifi-registry pull request #151: Bugfix overriding db props via environment ...

GitHub user jgondron opened a pull request:

    https://github.com/apache/nifi-registry/pull/151

    Bugfix overriding db props via environment variables (Docker)

    The mapping from env to registry properties for the database user, pass, and max connections are referencing the incorrect property names. This should fix the issue in the Docker update_database.sh script, and correct other references in the documentation.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ndlib/nifi-registry-1 bugfix-db-prop-replace

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-registry/pull/151.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #151
    
----
commit 7ec9eabef41eb6fcdd138a86090a46b3ac283c84
Author: Justin Gondron <jg...@...>
Date:   2018-12-12T18:19:15Z

    Bugfix overriding db props via environment variables (Docker)
    
    The mapping from env to registry properties for the database user, pass, and max connections are referencing the incorrect property names. This should fix the issue in the Docker update_database.sh script, and correct other references in the documentation.

----


---

[GitHub] nifi-registry issue #151: Bugfix overriding db props via environment variabl...

Posted by kevdoran <gi...@git.apache.org>.
Github user kevdoran commented on the issue:

    https://github.com/apache/nifi-registry/pull/151
  
    Thanks for the contribution @jgondron. Will review this when I get a chance!


---