You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when launching using docker-compose script with a fresh virtual machine the installation always fails because the PG_VERSION file in the database directory always gets created and therefore the check for it in the postgres-init.sh script always returns true and therefore the illa database does not get created.
when launching using docker-compose script with a fresh virtual machine the installation always fails because the PG_VERSION file in the database directory always gets created and therefore the check for it in the postgres-init.sh script always returns true and therefore the illa database does not get created.
deploy-illa-manually/docker-compose/postgres-init.sh
Line 15 in 810347a
steps to recreate on fresh machine run:
then you can
docker exec -i -t illa-database /bin/bash -c 'su --login postgres'
and viapsql
you can see theilla
database doesn't exist.The text was updated successfully, but these errors were encountered: