Skip to content

deployment: fix migration job for RDS postgresql 15 #266

@migmartri

Description

@migmartri

PostgreSQL 15 RDS requires connecting via TLS but our DB migration job disables it (sslmode=disable)

{{- printf "postgres://%s:%s@%s:%s/%s?sslmode=disable" (include "controlplane.database.user" .) (include "controlplane.database.escapedPassword" .) (include "controlplane.database.host" .) (include "controlplane.database.port" .) (include "controlplane.database.name" .) }}

We need to either support both modes without requiring user input or allow the user to customize the SSL mode in the Helm Chart values.yaml file

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions