Closed developer-ballastlane closed 7 months ago
This issue is still active, consistently getting the error:
origin=postgres_1 [error] PostgresConnectorSup failed to start child :postgres_producer with reason: {:bad_return_value, {:error, :invalid_authorization_specification}}.
We have tried several changes to the RDS parameter group and other details of our configuration in kubernetes, no luck so far.
FYI, we have another instance of electric running without issues in Kubernetes connected to another database running on the cluster, this only happens to us with RDS.
For anyone interested in this, the trick with RDS is:
rds.logical_replication: true
We are attempting to deploy electric-sql as a Kubernetes deployment. We have verified the network connections between the RDS database and the cluster, but still stuck at:
These the environment definitions:
Any assistance is greatly appreciated.