Hi everyone! I need to reinstall my datahub with p...
# all-things-deployment
e
Hi everyone! I need to reinstall my datahub with postgresql. I deployed it with local docker compose file.(docker-compose-without-neo4j-m1.quickstart.yml) Could you tell me how to change my local file to deploy with postgres database? I found this link https://datahubproject.io/docs/generated/ingestion/sources/postgres/ , but it is not that clear to understand how should I change my file
1
b
The link is for ingesting postgresql sources, not for changing datahub datastore. https://github.com/datahub-project/datahub/blob/master/docker/postgres/docker-compose.postgres.yml is the PARTIAL compose file, you could replace out the MySQL and gms env parts on the quickstart yml file
e
Thx a lot))