Earlier quoted context omitted.
I'm looking at fly.io and render.com.
I moved from Heroku to Render. Can't recommend them enough. Smaller operation, of course so keep that in mind if you need support, but for a hobbyist like myself, I'm running 2 postgres dbs, 1 redis instance, and 4 web services (2 websites).
Issues with upstream DNS provider
141–150 of 159 posts
Re: Issues with upstream DNS provider
#142Earlier quoted context omitted.
Left Heroku for Fly.io a year or so ago and have been very happy.
How have you found uptime on fly.io (and are you using multiple instances for a high-availability setup?). We've been running on Heroku without HA, and it's been good enough, and wondering if we might expect to be able to get away with that on fly.io too...
The one notable outage was this bug where Fly was evicting smaller instances at overloaded DCs rather than preventing new apps from acquiring resources:
https://community.fly.io/t/app-stuck-in-pending-state-after-...
The workaround was to upgrade to a larger instance, but I probably evicted someone else.
Re: Issues with upstream DNS provider
#143We just deployed a workaround that brought our site back up. 1. Find your DNS Target in heroku. It should end with .herokudns.com 2. Lookup the historical DNS record to get the IP addresses. You can find historical DNS records here: https://securitytrails.com/dns-trails 3. Replace your CNAME record in your DNS provider with A records that point to the IP addresses you just found. Your site should come back up shortly…
Nice. We got our test site online by migrating just the dyno to render.com. (And connecting back to Heroku for the database.) We might just switch our DNS there and call it a permanent move.
Re: Issues with upstream DNS provider
#144We just deployed a workaround that brought our site back up. 1. Find your DNS Target in heroku. It should end with .herokudns.com 2. Lookup the historical DNS record to get the IP addresses. You can find historical DNS records here: https://securitytrails.com/dns-trails 3. Replace your CNAME record in your DNS provider with A records that point to the IP addresses you just found. Your site should come back up shortly…
Re: Issues with upstream DNS provider
#145Earlier quoted context omitted.
This is essentially doing the same thing right? What is the advantage of this method? Less DNS changes? (not trying to be snarky, trying to understand)
The advantage is that you can do the CNAME swap atomically in the Cloudflare interface, instead of deleting a CNAME record and adding a new A record, which would lead to a few seconds when your DNS is entirely removed. Those few seconds may not sound like a lot, but they could be cached by Cloudflare or other external DNS resolvers, trigger "clean-up" functions within Cloudflare to remove resources associated with th…
Re: Issues with upstream DNS provider
#146Earlier quoted context omitted.
The advantage is that you can do the CNAME swap atomically in the Cloudflare interface, instead of deleting a CNAME record and adding a new A record, which would lead to a few seconds when your DNS is entirely removed. Those few seconds may not sound like a lot, but they could be cached by Cloudflare or other external DNS resolvers, trigger "clean-up" functions within Cloudflare to remove resources associated with th…
Sounds like cloudflare could add an atomic cname -> a record feature.
Re: Issues with upstream DNS provider
#147Earlier quoted context omitted.
Yes, i'm also done with Heroku. What alternative do you recommend?
My company moved a 600GB postgres db to crunchydata ( https://www.crunchydata.com ), the process was super smooth. In fact, it went so well that I agreed to a quick case study: https://www.crunchydata.com/case-studies/calibre . We're currently using Heroku for app hosting, while evaluating fly.io, render.com and railway.app. All three have had exceptional reviews from other customers and differ slightly on their serv…
Re: Issues with upstream DNS provider
#148Re: Issues with upstream DNS provider
#149Production completely inaccessible, on the plus side I might finally now get backing to migrate away from the Heroku cesspit.
Yes, i'm also done with Heroku. What alternative do you recommend?
Re: Issues with upstream DNS provider
#150Earlier quoted context omitted.
Yes, i'm also done with Heroku. What alternative do you recommend?
My company moved a 600GB postgres db to crunchydata ( https://www.crunchydata.com ), the process was super smooth. In fact, it went so well that I agreed to a quick case study: https://www.crunchydata.com/case-studies/calibre . We're currently using Heroku for app hosting, while evaluating fly.io, render.com and railway.app. All three have had exceptional reviews from other customers and differ slightly on their serv…
Most of the reviews we have seen of the competitors are all hobby level. And last time we check some of this competitors we found their security posture was not the level we would require.
So we had to simple rule them out and either stay with Heroku or move to a big 3.
If you’re keen to share - let me know and I’ll send you my details.