Hi team! I wan’t to use postgres as a db of datahu...
# all-things-deployment
c
Hi team! I wan’t to use postgres as a db of datahub. I’ve tried to get the datahub-postgres-setup from acryldata dockerhub, but since the mysql-setup-job includes MYSQL_PORT, MYSQL_HOST etc, it can’t connect the db since docker image requires POSTGRES_HOST etc. What can i do about this problem? We were using mysql but now we need postgresql. Basically, how do we do that 😄
e
Hey @curved-jordan-15657 We don’t have a helm chart for postgres-setup yet. Would you mind contributing to the datahub-helm repo to add a postgres-setup jobs? As you said, the env var names are different so need a separate template for it.
c
Hey @early-lamp-41924! Thank you for this good idea. I don’t know if I can handle it since I’m a junior, but I can investigate 😄 By the way, do you think the existing mysql-setup-job will work for AWS Aurora mysql?
e
Yes! We are using AWS RDS Aurora to power demo.datahubproject.io
c
Oh cool, thank you!