diff --git a/docs/ADR/001-porting-to-postgresql.md b/docs/ADR/001-porting-to-postgresql.md index 8213641b..f7648e0c 100644 --- a/docs/ADR/001-porting-to-postgresql.md +++ b/docs/ADR/001-porting-to-postgresql.md @@ -3,7 +3,7 @@ * Spin up a completely separate stack of router and router-api (govuk-docker first) that will talk to a PostgreSQL db only (as forks) * Provision in EKS a new PostgreSQL db * Provision the new p-router/p-router-api apps -* Amend messages to router-api to be duplicated to p-router-api within the gds-api-adapters gem +* Amend messages to router-api to be duplicated to p-router-api within content-store * As updates are being made to the two databases, we can backfill data previous to that point in time without loss of service or downtime to the live (old) service * We can test traffic going to the new p-router stack insolation * Switchover would mean a change in DNS