The case for self-hosting a VCS server for serious projects is made once again.
GitHub Is Down
31–40 of 93 posts
Re: GitHub Is Down
#32Apparently the earlier thread about Microsoft's cloud stability was a bit prescient.
Has GitHub moved their infrastructure to Azure? Last I recall they ran mostly on their own servers.
From the sound of their earlier 'not postmortem but we'll do one soon', it sounded like they currently have a database tier that's creaking at its foundations, and I'd guess any time there's extra strain or someone pushes a fix to the GitHub codebase that adds a tiny bit of unoptimized code, it strains it past the limit.
Re: GitHub Is Down
#33I don't see the point for major open-source projects or even company projects to depend on a third-party provider for git services in the cloud that is not on-premise. It's fine if the source code is self-hosted or on premise and the mirror is hosted on some cloud VCS like Github, but not the other-way round, which for the latter you risk getting problems like this. The case for self-hosting a VCS server for serious…
Re: GitHub Is Down
#34I don't see the point for major open-source projects or even company projects to depend on a third-party provider for git services in the cloud that is not on-premise. It's fine if the source code is self-hosted or on premise and the mirror is hosted on some cloud VCS like Github, but not the other-way round, which for the latter you risk getting problems like this. The case for self-hosting a VCS server for serious…
Re: GitHub Is Down
#35I don't see the point for major open-source projects or even company projects to depend on a third-party provider for git services in the cloud that is not on-premise. It's fine if the source code is self-hosted or on premise and the mirror is hosted on some cloud VCS like Github, but not the other-way round, which for the latter you risk getting problems like this. The case for self-hosting a VCS server for serious…
Re: GitHub Is Down
#36I wrote some open source code to automatically mirror all my commits to Keybase. I think read replica mirrors are good practice for fault-tolerant systems
Re: GitHub Is Down
#37But 9/10 every project we use is on GitHub and our work is stalled. Centralization will be our downfall :(
Re: GitHub Is Down
#38Seems to be back up now.
Re: GitHub Is Down
#39Re: GitHub Is Down
#40I don't see the point for major open-source projects or even company projects to depend on a third-party provider for git services in the cloud that is not on-premise. It's fine if the source code is self-hosted or on premise and the mirror is hosted on some cloud VCS like Github, but not the other-way round, which for the latter you risk getting problems like this. The case for self-hosting a VCS server for serious…
As I'm typing this, I'm waiting for GitHub to recover so I can deploy an update to a rather important project for a big client. However, I'm happy it's their engineers to be scrambling to fix their git hosting, instead of me context switching from my work and rushing to duct-tape piece of plumbing I really don't care to think about.