Over 10 years we help companies reach their financial and branding goals. Engitech is a values-driven technology agency dedicated.

Gallery

Contacts

411 University St, Seattle, USA

+1 -800-456-478-23

Home page Forums Technical Support, Bugs and Fixes fail Postgres Reply To: fail Postgres

#8458
adminadmin
Keymaster

    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)