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
early-lamp-41924
11/04/2021, 6:47 PM
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
curved-jordan-15657
11/04/2021, 8:36 PM
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?