From ece81d9362984bd45ea6c8f57af925462d464c5c Mon Sep 17 00:00:00 2001 From: Julie M <70962362+meletj@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:22:29 +0200 Subject: [PATCH] remove elephantsql --- content/04-postgresql/03-5-ways-to-host-postgresql.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/04-postgresql/03-5-ways-to-host-postgresql.mdx b/content/04-postgresql/03-5-ways-to-host-postgresql.mdx index 00919f00..bff3a393 100644 --- a/content/04-postgresql/03-5-ways-to-host-postgresql.mdx +++ b/content/04-postgresql/03-5-ways-to-host-postgresql.mdx @@ -211,7 +211,7 @@ An alternative to purchasing databases directly from your cloud provider, you ca | **Management complexity** | Low | | **Additional notes** | Third party managed databases have many of
the same benefits as cloud provided databases.
However, by managing your databases through
a third party, you can decouple the database
management from the underlying cloud provider.
This can make it easier to migrate to a different
host in the future and can sometimes allow for
more powerful management options. | -Databases managed by a third party provider often use the same fundamental components as those offered by cloud providers themselves. However, third party providers often work with multiple clouds, spin up resources in your account, and often give you lower-level access if you desire. Instead of using the databases provided by a cloud provider, the service will start up virtual servers on the provider and install and configure PostgreSQL using these. They can tune settings on the operating system and provide you access to the server hosting your instances. An example of third party PostgreSQL providers is [ElephantSQL](https://www.elephantsql.com/), which currently can manage instances in [four different clouds](https://www.elephantsql.com/plans.html#regions). +Databases managed by a third-party provider often use the same fundamental components as those offered by cloud providers themselves. However, third-party providers often work with multiple clouds, spin up resources in your account, and often give you lower-level access if you desire. Instead of using the databases provided by a cloud provider, the service will start up virtual servers on the provider and install and configure PostgreSQL using these. They can tune settings on the operating system and provide you access to the server hosting your instances. #### Third-party offerings @@ -219,7 +219,6 @@ The following third-party providers offer managed PostgreSQL databases that you - [Aiven](https://aiven.io/postgresql) - [Compose](https://www.compose.com/databases/postgresql) -- [ElephantSQL](https://www.elephantsql.com/) - [Database Labs](https://www.databaselabs.io/pricing/) - [ScaleGrid](https://scalegrid.io/postgresql/)