Docker compose install pgsql not found · JanssenProject/jans · Discussion #12447 (original) (raw)

following https://docs.jans.io/stable/janssen-server/install/docker-install/compose/#environment-variables
after getting the postgres yml, and the up/down/clean scripts, running gives:
./up.sh pgsql no after install janssen image found - fresh installation with empty database will be executed open D:\janssen\dockerUbuntu\pgsql: The system cannot find the file specified.
I see that the yml specifies CN_INSTALL_PGSQL=true

But I don't see that the docs say anything about this......am I missing something?

You must be logged in to vote

@ksully-execute the command you ran is wrong. It should be ./up.sh postgres not ./up pgsql

View full answer

is a doc issue, the doc says this
"You can pass mysql or postgres as an argument to the script. If you don't pass any, it will default to mysql."
But the command window has:
./up.sh pgsql

You must be logged in to vote

0 replies

@ksully-execute I am checking on this. Thanks for highlighting this issue. 🤝

You must be logged in to vote

0 replies

@ksully-execute the command you ran is wrong. It should be ./up.sh postgres not ./up pgsql

You must be logged in to vote

0 replies

Answer selected by moabu