Open AMcManigal opened 1 year ago
@AMcManigal which version of Postgres are you running?
@AMcManigal which version of Postgres are you running?
Ah, sorry, I should have added that.
PostgreSQL 13.8 on x86_64-pc-linux-gnu, compiled by x86_64-pc-linux-gnu-gcc (GCC) 7.4.0, 64-bit
Affected module It impacts installation of OpenMetadata in K8s.
Describe the bug A clear and concise description of what the bug is.
When installing OpenMetadata using a PostgreSQL DB that has replication enabled the flyway scripts will fail with many errors like this.
This can be fixed as follows.
To Reproduce
Simply try to do a fresh install on a PostgreSQL instance that has replication enabled. In this case the DB was an AWS RDS instance with a read replica.
Screenshots or steps to reproduce
Expected behavior A clear and concise description of what you expected to happen.
Version:
Additional context Add any other context about the problem here.