[1]: https://www.gitlab.com/ [2]: http://hglabhq.com/
BitBucket was down
41–50 of 55 posts
Re: BitBucket was down
#42So how much does this affect work flow for Git? Doesn't seem like that much of a big deal for small downtime unless I'm hosting a public page or open source project. I, personally, use Bitbucket for the unlimited private repos, makes development easy for me so downtime doesn't affect my team that much since we can pull from each other still.
How do you pull from your team members when hosting site is down?
Re: BitBucket was down
#43So how much does this affect work flow for Git? Doesn't seem like that much of a big deal for small downtime unless I'm hosting a public page or open source project. I, personally, use Bitbucket for the unlimited private repos, makes development easy for me so downtime doesn't affect my team that much since we can pull from each other still.
How do you pull from your team members when hosting site is down?
hg pull -r deadbeef http://developer-01:8000/
Remember, we're in DVCS land here.Re: BitBucket was down
#44Earlier quoted context omitted.
status.bitbucket.org is hosted on Statuspage.io. It would be rather silly to host your status page on your main production infrastructure since if it goes down so does your status page. Personally unless you're a major player I think you should always outsource your status page.
Surely its not about outsourcing a status page but just making sure that it is on completely different infrastructure?
Re: BitBucket was down
#45While I don't have anything smart to say about stuff like this, I'd love to see their postmortem on this one. Would be somewhat hilarious if it's another bad configuration push across their infrastructure. Github has had so many of them and especially with the recent article of the stock brokerage firm going bankrupt due to bad configuration/code push.
I doubt they are pushing new configuration at 6am on a Sunday morning.
Re: BitBucket was down
#46So how much does this affect work flow for Git? Doesn't seem like that much of a big deal for small downtime unless I'm hosting a public page or open source project. I, personally, use Bitbucket for the unlimited private repos, makes development easy for me so downtime doesn't affect my team that much since we can pull from each other still.
How do you pull from your team members when hosting site is down?
Re: BitBucket was down
#47Yet another reason to self-host GitLab[1] or HgLab[2]. [1]: https://www.gitlab.com/ [2]: http://hglabhq.com/
There's usually a curve where it makes sense to invest in self-host, but the Bit bucket Slate has been really great.
Re: BitBucket was down
#48Earlier quoted context omitted.
A firm going bankrupt due to a bad code/config? Do you have a link to the article you're referring to? Sounds interesting...
$400 million down the drain http://dougseven.com/2014/04/17/knightmare-a-devops-cautiona...
Re: BitBucket was down
#49Why are they not hosting it on the status.bitbucket.org server? Tt have never been down as far as I know!
status.bitbucket.org is hosted on Statuspage.io. It would be rather silly to host your status page on your main production infrastructure since if it goes down so does your status page. Personally unless you're a major player I think you should always outsource your status page.
Re: BitBucket was down
#50So how much does this affect work flow for Git? Doesn't seem like that much of a big deal for small downtime unless I'm hosting a public page or open source project. I, personally, use Bitbucket for the unlimited private repos, makes development easy for me so downtime doesn't affect my team that much since we can pull from each other still.
How do you pull from your team members when hosting site is down?
What I usually do is I copy the .git to another name before running zip, so it doesn't extract as .git :)
This is also one of the reasons you shouldn't commit binaries, especially large ones.