Earlier quoted context omitted.
Funny story, when I started my current role I researched our hosting provider. I couldn't find the matching invoices in the accounting system. So I called the vendor, a local company. They'd not set our account up correctly, billing was not enabled. Since then we've been billed. I'm glad we sorted it but it wasn't a good look to start my role by increasing our spending.
I feel like starting your role by discovering a crucial service wasn't being paid for and therefore was at risk of suddenly going away should be a pretty positive thing. However 'should' is pretty load bearing there and actual results are probably heavily dependent on management culture and the current state of office politics.
Fly.io Postgres cluster down for 3 days, no word from them about it
251–260 of 493 posts
Re: Fly.io Postgres cluster down for 3 days, no word from them about it
#252Earlier quoted context omitted.
I don't have to use an object store, but it makes the cost of setting up a server more expensive if I use the filesystem, if I delete the instance, the data is gone. A volume kinda offset this, but it's way less portable and accessible only by one instance at a time The peace of mind of managed is nice, all I have to think about is running the app, without having to deal with making sure db and files don't get lost
At that level I think I'd just put the images in the database.
Re: Fly.io Postgres cluster down for 3 days, no word from them about it
#253Earlier quoted context omitted.
I use both and am very satisfied, especially by Hetzner.
Do they have Terraform providers? And managed Postgres? Besides from the ability to just host a Docker container, that is all I need.
[1] https://registry.terraform.io/providers/hetznercloud/hcloud/... [2] https://community.hetzner.com/tutorials/howto-hcloud-terrafo...
EDIT: For what it's worth, I have had good experiences with app servers hosted on Hetzner Cloud and managed Postgres provided by ElephantSQL (https://www.elephantsql.com/) for Germany-based apps.
Re: Fly.io Postgres cluster down for 3 days, no word from them about it
#254Earlier quoted context omitted.
Not sure what fly.io offers vs Heroku or others (I have played with it some time ago but not used for anything serious), but for an equivalent I'd be looking for automated load balancer setup with SSL, easy scaling up so I can go from 1 to 2 or however many web services (with UI or CLI), simple deployment configuration with a Procfile (or whatever) and managed PostgreSQL/MySQL/Redis including backup/restore when need…
And what kind of project do you run which needs up/down scaling and load balancing? In my experience, for a simple PHP web application, the smallest VMs already can handle a thousand concurrent users, which amounts to something like a million monthly users.
Re: Fly.io Postgres cluster down for 3 days, no word from them about it
#255Re: Fly.io Postgres cluster down for 3 days, no word from them about it
#256Y'all, this is going to be deeply unsatisfying, but it's what I can report personally: I have no earthly clue why this thread on our community site is unlisted. We're looking at the admin UI for it right now, and there's like, a little lock next to do the story, but the "unlist story" option is still there for us to click. The best I can say is: I'm reasonably sure there wasn't some top-down edict to hide this thread…
From this my take away is that I could get fired for picking Fly.io for work. Not because there was an outage but because days could pass before getting support. What assurances could you give the community here that the support would be better next time?
Re: Fly.io Postgres cluster down for 3 days, no word from them about it
#257Earlier quoted context omitted.
Curious to know, have you tried Render? What is the successor to Heroku in your eyes?
If you're deploying an Elixir/Phoenix app, then Gigalixir has worked really well for me. It's expensive, but then so is Heroku.
Am I right in thinking the platform got bought a little while ago, and it’s being run by a relatively small outfit?
Re: Fly.io Postgres cluster down for 3 days, no word from them about it
#258Earlier quoted context omitted.
It looks like being authentic is valued over anything else at Fly. I can’t explain how a company responds this immaturely to incidents like these.
If you're talking about the comment you're replying to, tbh I found it was way more relatable than a more "professional" PR-speak response. Maybe you were talking about something else
Re: Fly.io Postgres cluster down for 3 days, no word from them about it
#259Re: Fly.io Postgres cluster down for 3 days, no word from them about it
#260Earlier quoted context omitted.
Should losing a single host machine be a big deal nowadays? Instance failure is a fact of life. Even if customers are only running one instance, I would expect the whole thing to rebalance in an automated way especially with fly.io being so container centric. It also sounds like this is some managed Postgres service rather than users running only one instance of their container, so it’s even more reasonable to expect…
If you lose a single instance on RDS and you don't have replication set up, you'll also have downtime. (Maybe not with Aurora?) And +1 to the sibling comment; Fly makes it very clear that single instance postgres isn't HA, and talks about what you need to do architecturally to maintain uptime.
edit: Remove triple as not certain about level of redundancy