This, I think, is finally the last straw for me.

I've already moved my databases off heroku long ago, tried many various PaaS (render, fly) and tools (kamal) for VMs on places like DO and Hetzner. All my newer apps are running this way with lots of learning curves.

I just can't fathom an enterprise business being down this long.

Rest in peace, Heroku. You were great once.

6
6
bob1029 1 day ago

It's hard to beat the stability of AWS. I've not once had an issue getting into their console or managing my resources. I've been using them for 15 years at this point.

They're the only big cloud provider I feel comfortable with. Route53, EC2, S3 and WorkMail are some of the best products available in the market right now.

If you value your time, the additional premium is almost certainly worth it. AWS is the closest I've ever seen to "set & forget".

lylo 1 day ago

That's a big one and I'm sure will be the final nail in the coffin for plenty of people. No reason to use Heroku in 2025, especially for Rails apps (you mentioned Kamal).

I moved my app onto Hetzner + Cloudflare R2 and I couldn't be happier!

https://olly.pagecord.com/migrating-the-pagecord-rails-app-f...

abc05xx 1 day ago

I recommend Cloud66 over Hatchbox which is more production-grade, especially for DBs.

lylo 1 day ago

Yeah I'm operating on a shoestring but tbh servers are super-reliable as is Postgres. What even is "production grade"? Read replicas, point-in-time restores etc? For a product that is ~$1000 ARR I think I can live with a bit of risk (I do regular backups of course and have a restore process). Maybe it will bite me in the ass, but I'll risk it :)

tnjm 1 day ago

Happily using Cloud66 but a strong recommendation for Northflank here. I already had a running cluster there and migrating a very complex Heroku app over only took 20 minutes today. (Would have been 5 if I hadn't screwed up .gitignore...)

cuauhtli 1 day ago

I'm currently migrating to fly.io, your thoughts? I want to avoid K8s for the initial stage.