Skip to content

Commit c869c20

Browse files
Merge pull request #2901 from segmentio/DOC-519
Add note about Compose (Postgres) EOL
2 parents 23cc720 + a7259fb commit c869c20

File tree

1 file changed

+8
-2
lines changed
  • src/connections/storage/catalog/postgres

1 file changed

+8
-2
lines changed

src/connections/storage/catalog/postgres/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ PostgreSQL is ACID-compliant and transactional. PostgreSQL has updatable views a
1515
Segment supports the following Postgres database providers:
1616
- [Heroku](#heroku-postgres)
1717
- [RDS](#rds-postgres)
18-
- [Compose](#compose-postgres)
18+
- [Compose](#compose-postgres)*
19+
20+
> note "Deprecation of Compose"
21+
> On March 1, 2023, [Compose will be deprecated](https://help.compose.com/docs/compose-deprecation){:target="_blank"}. After this date, all databases on Compose will be disabled and deprovisioned. If you need help selecting another Segment-supported Postgres database provider, [contact Segment Support](https://segment.com/help/contact){:target="_blank"}.
1922
2023
> warning ""
21-
> Segment supports only these Postgres databases. Postgres databases from other providers are not guaranteed to work. For questions or concerns about Segment-supported Postgres providers, contact [Segment Support](https://segment.com/help/contact){:target="_blank"}.
24+
> Segment only supports these Postgres databases. Postgres databases from other providers aren't guaranteed to work. For questions or concerns about Segment-supported Postgres providers, [contact Segment Support](https://segment.com/help/contact){:target="_blank"}.
2225
2326
## Heroku Postgres
2427

@@ -82,6 +85,9 @@ To create a new inbound rule:
8285

8386
## Compose Postgres
8487

88+
> warning "Deprecation of Compose"
89+
> [Compose will be deprecated](https://help.compose.com/docs/compose-deprecation){:target="_blank"} on March 1, 2023. After this date, all databases on Compose will be disabled and deprovisioned. To continue sending your Segment data to a Postgres destination, consider using either [Heroku Postgres](#heroku-postgres) or [Amazon's Relational Database Service](#rds-postgres).
90+
8591
Compose is the first DBaaS (Database as a Service) of its kind, geared at helping developers spend more time building their applications rather than wrestling with database provisioning and maintenance. Compose provides easy to deploy and scale data stores and services in many flavors: PostgreSQL, MongoDB, RethinkDB, Elasticsearch, Redis, etcd, and RabbitMQ.
8692

8793
Using Compose, companies can deploy databases instantly with backups, monitoring, performance tuning, and a full-suite of management tools. Compose Enterprise brings all this to the corporate VPC (virtual private cloud).

0 commit comments

Comments
 (0)