Live data from Hacker News

Ask HN: Are you leaving Heroku?

news.ycombinator.com

41–50 of 114 posts

Re: Ask HN: Are you leaving Heroku?

#41

I was pretty unhappy with the outage last night. All the user blogs for https://bearblog.dev went down for about an hour and a half (and I had so many emails to respond to this morning). I'm looking to move Bear over to either a Digital Ocean droplet (I have the staging server running on one with SQlite and Litestream running, and believe it could actually scale well), or to Fly.io (to be seen).

I've got several SQLite + Litestream projects running on Fly, and I've been happy with the service. Here's my config if you'd like a reference:

https://github.com/mtlynch/picoshare/blob/b246751d5036fdb332... https://github.com/mtlynch/picoshare/blob/b246751d5036fdb332... https://github.com/mtlynch/picoshare/blob/b246751d5036fdb332...

Re: Ask HN: Are you leaving Heroku?

#42
post #37
post #24

Those of you interested in the Heroku lifestyle and willing to have a quick and painless deployment experience (for simple apps) are welcome to try out Piku, a tiny Heroku-inspired PaaS for your own servers: https://github.com/piku/piku

Have you by any chance tried Dokku? How does it compare with Piku?

Yes, I developed Piku because I did not want to deal with containers on low end platforms like the Raspberry Pi.

These days I run it everywhere, for anything between a headless scraper worker pool to a full blown site.

Re: Ask HN: Are you leaving Heroku?

#44

We plan to, but not quite yet. The only thing keeping us on Heroku is the "point in time restore" for Postgres, once another platform (such as Render) has that we will probably make the switch. Having had to use the point in time restore feature before, it's indispensable. Just taken a look at Appliku as others have mentioned it (we are a Django app), that on DigitalOcean with their managed Postgres could be a strong…

Maybe Scalingo? They do have PITR. Very similar to Heroku. I plan to move to them in the near future (also Django app with Postgres).

Re: Ask HN: Are you leaving Heroku?

#45
post #28

This thread will be filled with a ton of alternatives suggesting a "heroku-like experience" on top of some other cloud provider. My honest opinion, don't waste your time with these "shortcuts". Just use the cloud providers directly.

Good thing we (Fly.io) are a cloud provider you can just use directly. :)

Re: Ask HN: Are you leaving Heroku?

#46
post #34

I‘m on DigitalOcean App Platform and pretty happy with it. They keep getting better. Very easy to use and cheaper than heroku.

Seconded, I'm on DigitalOcean App Platform, with further plans to self-manage it more either on individual droplets or a RKE2 cluster built on droplets, but I keep on kicking the can down the road because I don't need any more complexity

Why do you want so self manage? Saving a few bucks is probably not worth the hassle. I pretty much spend zero time on infra

* push to deploy

* auto-restart

* managed db

* easy scaling

* s3 object storage

* don‘t spend time on updates

* web ui (monitoring, basic logging, configuration, ..)

Re: Ask HN: Are you leaving Heroku?

#48

We plan to, but not quite yet. The only thing keeping us on Heroku is the "point in time restore" for Postgres, once another platform (such as Render) has that we will probably make the switch. Having had to use the point in time restore feature before, it's indispensable. Just taken a look at Appliku as others have mentioned it (we are a Django app), that on DigitalOcean with their managed Postgres could be a strong…

Heroku's Postgres is still very good.

If I were looking for "very good Postgres", I would go straight to Crunchy Bridge. I don't think a PaaS is going to get anywhere near that level soon (and I work on Fly.io, so I know we're not).

Building a good PaaS and building an amazing managed database service are two problems that overlap less than you think. The moment we can get Crunchy Bridge or someone at a similar level to run their DBs on our infrastructure is the moment we start using them for customer Postgres.

No one knows this yet, but we have managed Redis soft launched in our CLI. Fly + Upstash is a pretty good combo.

Post reply on HN