jbfavre / docker-vertica

Docker images collection for Vertica database
GNU General Public License v3.0
40 stars 36 forks source link

Fixed password parameter for vsql command for running entrypoint scripts #15

Closed oyarushe closed 4 years ago

oyarushe commented 5 years ago

Fixed command to run entrypoint scripts from /docker-entrypoint-initdb.d/. Changed password parameter DBPW (which is "-p {password}") to VSQLPW (which is "-w {password}").