BitBucket was down
status.bitbucket.org
BitBucket was down
1–10 of 55 posts
Re: BitBucket was down
#2Re: BitBucket was down
#3I can't find a stat for BitBucket, does anyone know?
I'm considering switiching to GitHub for a private repo I'm currently hosting on BB, due to downtime.
Re: BitBucket was down
#4I just sent a push to BitBucket, and it seemed to be taking a while, so I figures I'd just grab a quick headline here, and the top story is BitBucket being down. So my timing is good?
Re: BitBucket was down
#5The uptime for GitHub for 2013 was 99.69%, according to http://www.getapp.com/compare/source-code-management-softwar... . I can't find a stat for BitBucket, does anyone know? I'm considering switiching to GitHub for a private repo I'm currently hosting on BB, due to downtime.
Re: BitBucket was down
#6The uptime for GitHub for 2013 was 99.69%, according to http://www.getapp.com/compare/source-code-management-softwar... . I can't find a stat for BitBucket, does anyone know? I'm considering switiching to GitHub for a private repo I'm currently hosting on BB, due to downtime.
Do they offer unlimited private repos now? That's why I choose BB over GitHub back then. I don't notice them going down often though.
Re: BitBucket was down
#7The uptime for GitHub for 2013 was 99.69%, according to http://www.getapp.com/compare/source-code-management-softwar... . I can't find a stat for BitBucket, does anyone know? I'm considering switiching to GitHub for a private repo I'm currently hosting on BB, due to downtime.
Do they offer unlimited private repos now? That's why I choose BB over GitHub back then. I don't notice them going down often though.
Re: BitBucket was down
#8Re: BitBucket was down
#9The uptime for GitHub for 2013 was 99.69%, according to http://www.getapp.com/compare/source-code-management-softwar... . I can't find a stat for BitBucket, does anyone know? I'm considering switiching to GitHub for a private repo I'm currently hosting on BB, due to downtime.
I used to use BB a lot, almost daily, last year. I would occasionally hit one of those "ssh issue" or "outage". The most problematic is BB cannot close issues automatically via commit message on some repositories. Some. It's rather annoying.
If you consider using BB or Github for real product, I advise you host yourself a server running either Gitlab or SCM-Manager (supports git, mercurial, svn) and when you push you should push to your "local" server and the remote server. This way you can still do some remote work during downtime without sending patches around. This is an option if you truly need a backup plan...