I am trying to do some cold start with the project. My commands are as following:
git clone https://github.com/MarquezProject/marquez && cd marquez./docker/up.sh --seed --api-port 5050
The outcome from db container is as following:
2024-10-31 12:38:48 PostgreSQL Database directory appears to contain a database; Skipping initialization
2024-10-31 12:38:48
2024-10-31 12:38:48 2024-10-31 11:38:48.633 GMT [1] LOG: skipping missing configuration file "/var/lib/postgresql/data/postgresql.auto.conf"
2024-10-31 12:38:48 postgres: could not find the database system
2024-10-31 12:38:48 Expected to find it in the directory "/var/lib/postgresql/data",
2024-10-31 12:38:48 but could not open file "/var/lib/postgresql/data/global/pg_control": No such file or directory
I am trying to do some cold start with the project. My commands are as following:
git clone https://github.com/MarquezProject/marquez && cd marquez
./docker/up.sh --seed --api-port 5050
The outcome from db container is as following: