Description
The goal of this task is to migrate the final AWS-hosted component—Postgres—to the Philly Cluster. This involves deploying a new pgcluster with pgvector features enabled and performing a data migration from the current AWS RDS instance.
Scope of Work
Strategy: Blue-Green Deployment
To avoid disruption in the dev and live environments, we will shift a percentage of requests from the current app to RDS and another to the new pgcluster.
Related Pull Requests
- PR # (To be linked): Infrastructure deployment for pgcluster
- PR # (To be linked): Configuration changes for pgvector and traffic splitting
- PR # (To be linked): Final cutover and RDS cleanup
Staheholders
Description
The goal of this task is to migrate the final AWS-hosted component—Postgres—to the Philly Cluster. This involves deploying a new
pgclusterwithpgvectorfeatures enabled and performing a data migration from the current AWS RDS instance.Scope of Work
pgclusterin bothcfp-sandboxandcfp-liveenvironments.pgvectorfeatures on the new clusters.pgclusterto avoid disruption.Strategy: Blue-Green Deployment
To avoid disruption in the dev and live environments, we will shift a percentage of requests from the current app to RDS and another to the new pgcluster.
Related Pull Requests
Staheholders