Error when I try to run the B2C 202108.0-p2 release freshly cloned from GitHub

U03ME4Y6LKD
U03ME4Y6LKD Posts: 3 🧑🏻‍🚀 - Cadet
edited June 2023 in Spryker Dev Environment

Hi all,
when I tried to run the B2C 202108.0-p2 release freshly cloned from GitHub with the Docker SDK I encountered this error:

Store: DE | Environment: docker.dev
Migrate database
Executing migration PropelMigration_1660826450 up
275 of 275 SQL statements executed successfully on datasource "zed"
Migration complete. No further migration to execute.
Propel\Runtime\Exception\PropelException - Exception: Database map was not initialized. Please check the database loader script included by your conf. Visit <https://github.com/propelorm/Propel2/wiki/Exception-Target:-Loading-the-database> for information on how to fix this. 

The 202108.0 release works just fine. Does anyone happen to know that may cause this issue with the vanilla B2C store?

Tagged:

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Did you prune images and volumes you already have from previous installations?

  • U03ME4Y6LKD
    U03ME4Y6LKD Posts: 3 🧑🏻‍🚀 - Cadet

    Volumes and Containers yes, for the Images I would say yes but I am not completely sure

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice
    edited June 2023

    docker system prune -a && docker system prune --volumes && docker/sdk boot && docker/sdk up

  • U03ME4Y6LKD
    U03ME4Y6LKD Posts: 3 🧑🏻‍🚀 - Cadet

    I will try this