This might help people when looking for an alternative. https://wheretohostmy.app/?tech=%5B%22postgresql%22%5D It's a side project I'm currently building so hearing some feedback is highly appreciated.
ElephantSQL Is Shutting Down
31–40 of 125 posts
Re: ElephantSQL Is Shutting Down
#32Earlier quoted context omitted.
Absolutely. I’ve been a customer for many years and it’s always been a pleasure to interact with such a simple, transparent and “to the point” UI. The fact that they are a tiny team also bumps it up the list for me.
well, they shut this down probably because they cannot afford to keep a product that bring little revenue. I never heard of AWS retiring a product (I am excluding ancient stuff like VPC classic and SimpleDB, both had an upgrade path to something superior)
Re: ElephantSQL Is Shutting Down
#33Earlier quoted context omitted.
There's quite a few places around. Also Ubicloud look interesting, though I've not personally used them: https://www.ubicloud.com/use-cases/postgresql
Primary architect of Ubicloud PostgreSQL here. Thanks a lot for shout out! I'd be happy to answer if anyone has any questions about our managed service.
Re: ElephantSQL Is Shutting Down
#34Earlier quoted context omitted.
well, they shut this down probably because they cannot afford to keep a product that bring little revenue. I never heard of AWS retiring a product (I am excluding ancient stuff like VPC classic and SimpleDB, both had an upgrade path to something superior)
I assume AWS fully automates their stuff so the maintenance is ~0 outside their normal datacenter and SRE stuff which amortizes the total cost to ~0, so why retire a service? Just stop development.
Re: ElephantSQL Is Shutting Down
#35Earlier quoted context omitted.
Isn't this just the typical case of changing DB hosts? You set up replication to new location and migrate apps to new location?
From what the migration doc says, it will only support pgdump migration. Meaning it will require downtime, or at least write downtime. Create backup using pgdump, restore the dump to new database. While making sure no changes to the old db before switch over.
Re: ElephantSQL Is Shutting Down
#36Re: ElephantSQL Is Shutting Down
#37Re: ElephantSQL Is Shutting Down
#38Earlier quoted context omitted.
Isn't this just the typical case of changing DB hosts? You set up replication to new location and migrate apps to new location?
From what the migration doc says, it will only support pgdump migration. Meaning it will require downtime, or at least write downtime. Create backup using pgdump, restore the dump to new database. While making sure no changes to the old db before switch over.
Re: ElephantSQL Is Shutting Down
#39This makes sense, but also not surprised. In today's world there are countless Postgres providers (Supabase, RDS, DigitalOcean, GCP, Azure, etc) so there is plenty of choice now. Although I don't see why anyone would choose niche providers today other than the cloud provided ones like RDS now.
Re: ElephantSQL Is Shutting Down
#40We've been a customer for long for some of out applications. It's a shame but I get their reasoning. The hosted postgresql market is getting crowded and it is difficult for a small shop to stand out.
I'm wondering why are they completely cutting off their hosted DB services instead of scaling it down. Is this something that's so time-consuming to provide at scale? I'm also questioning their decision to put all their chips on message brokers. Don't those services require fast and reliable access that is only possible if they are provided as support services running within the same network? They seem to be the kind…
I suspect it's not time but money—they host the service on various cloud providers in various data centers so that latency is low. In order to pull that off economically they have to be doing some tricks that are only possible at scale, and if they're seeing a lot of natural attrition those techniques will stop working, and they'll probably end up footing an AWS/GCP/Azure bill that won't leave any margin left for the other expenses.