MarquezProject / marquez

Collect, aggregate, and visualize a data ecosystem's metadata
https://marquezproject.ai
Apache License 2.0
1.78k stars 320 forks source link

Cannot run ./docker/up.sh on MacOS M1 #2964

Closed mikebocian closed 3 weeks ago

mikebocian commented 3 weeks ago

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
boring-cyborg[bot] commented 3 weeks ago

Thanks for opening your first issue in the Marquez project! Please be sure to follow the issue template!