Skip to content

OpenMetadata with Azure Postgresql #20197

Answered by Prajwal214
sreejith-geodis asked this question in Q&A
Discussion options

You must be logged in to vote

To configure OpenMetadata to use Azure PostgreSQL instead of the default Docker PostgreSQL, you need to ensure that the database schema is properly initialized. Here are the steps you can follow:

  1. Database Connection Configuration: Update your environment variables to point to your Azure PostgreSQL instance. Ensure that the connection details (host, port, database name, username, password) are correctly specified.

https://docs.open-metadata.org/latest/deployment/docker#3.-update-environment-variables-required-for-openmetadata-dependencies

  1. Run Database Migrations: Since the tables are not being created automatically, you need to run the database migrations manually. Use the following com…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Prajwal214
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants