Home page › Forums › Technical Support, Bugs and Fixes › fail Postgres › Reply To: fail Postgres
March 5, 2025 at 8:28 am
#8458
based on the logs during the first initial of your installation something went wrong and the initial is not finished ,
check https://github.com/MikroWizard/docker-compose-deployment/blob/master/mikroman/init.sh
there are two options for you:
1. remove line 66:python3 /app/initpy.py from init.sh and try loading again.
2. delete all containers including Postgres and try docker-compose again.
it seems the init.sh for first initial is executed and data is written to Postgres but the file is not created in the final step. (line 72 of init.sh)