We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i have a problem when i install pialab:
In EnvVarProcessor.php line 77: Environment variable not found: "DATABASE_VERSION". The command '/bin/sh -c cd /usr/share/pialab-back && rm ./composer.lock && . /usr/share/pialab-back/.env && ./bin/ci-scripts/install.sh && ./bin/ci-scripts/create_database.sh && psql -w -h ${DBHOST} -c "ALTER USER ${DBUSER} WITH PASSWORD '${DBPASSWORD}';" -U ${DBROOTUSER} && ./bin/ci-scripts/create_schema.sh && CLIENTURL=${FRONTURL} ./bin/ci-scripts/create_client_secret.sh && if [ "$CREATEUSER" = "true" ]; then ./bin/ci-scripts/create_user.sh; fi && ./bin/ci-scripts/update_users_app.sh && ./bin/ci-scripts/post_install.sh' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
Hello,
you just have a missing parameter in .env named DATABASE_VERSION. see the file .env.dist to see the default value and place it into your .env file
.env
DATABASE_VERSION
.env.dist
Sorry, something went wrong.
ok, sorry... but i'm using the docker version of pialab. How i can set the .env file when i launch install.sh?
A fix has been ported to the docker version, so fetch the latest version and this problem would be fixed.
Regards.
No branches or pull requests
Hello, i have a problem when i install pialab:
The text was updated successfully, but these errors were encountered: