Or does exist a mirror on github.com? ;)
Gitlab was down
31–40 of 140 posts
Re: Gitlab was down
#32We use GitLab at work and I use it for personal projects as well, it has been very slow for several days now and they had downtime yesterday as well. I don't mind the general sluggishness of the system that much (as I love the platform in general) but when you can't get your work (nor hobbies) done because of tools breaking, it gets really annoying really fast.
I always assumed that the publicly hosted version of gitlab is basically a giant demo version of the enterprise edition you buy to host it yourself. Hell, you can even host the community edition for free.
If your work relies on it, why rely on a free online product?
EDIT: TIL gitlab.com also has a paid options. I stand corrected.
We have a hosted Gitlab at 2 of my clients. Both are up.
Re: Gitlab was down
#33For me the real test here is how they respond to this. As a paying customer I want to understand the issue, the efforts to prevent this in future and how they communicate this.
Re: Gitlab was down
#34"[Identified] We have identified firewall misconfiguration was applied that is preventing applications from connecting to the database."
Re: Gitlab was down
#35Hmmm, just today I wanted to install a new virtual machine with the latest Gitlab release to check if it makes sense to run that inhouse... does anybod know if there is a VM, a vagrant machine, an ISO or a repository online that still can be used? Thanks! Or does exist a mirror on github.com? ;)
Re: Gitlab was down
#36> Website, API, Git (ssh and https), Pages, Registry, CI/CD, Background Processing, Support Services, packages.gitlab.com, customers.gitlab.com, version.gitlab.com, forum.gitlab.com How come all of them are down all at once.
Re: Gitlab was down
#37Hmmm, just today I wanted to install a new virtual machine with the latest Gitlab release to check if it makes sense to run that inhouse... does anybod know if there is a VM, a vagrant machine, an ISO or a repository online that still can be used? Thanks! Or does exist a mirror on github.com? ;)
> with the latest Gitlab release
Just wait till later/tomorrow. Setting up your own instance is relatively easy. Still, you can get most of the way without their repos...
https://www.techrepublic.com/article/how-to-set-up-a-gitlab-...
> Or does exist a mirror on github.com? ;)
It seems so: https://github.com/gitlabhq/gitlabhq
Re: Gitlab was down
#38Hmmm, just today I wanted to install a new virtual machine with the latest Gitlab release to check if it makes sense to run that inhouse... does anybod know if there is a VM, a vagrant machine, an ISO or a repository online that still can be used? Thanks! Or does exist a mirror on github.com? ;)
gem install gitlab-development-kit
gdk init
cd gitlab-development-kit
gdk run
I doubt it will work today though; it's probably pulling everything from Gitlab.For Docker, check out https://hub.docker.com/r/gitlab/gitlab-ce I haven't tried it out for myself but it seems popular :)
Re: Gitlab was down
#39> was applied that is preventing applications from connecting
> to the database. We've rolling back that change and expect
> to be operational again shortly.
Heh, happens to the best of us! Seems to be coming back online now.
Re: Gitlab was down
#40We use GitLab at work and I use it for personal projects as well, it has been very slow for several days now and they had downtime yesterday as well. I don't mind the general sluggishness of the system that much (as I love the platform in general) but when you can't get your work (nor hobbies) done because of tools breaking, it gets really annoying really fast.
> when you can't get your work (...) done because of tools breaking, it gets really annoying really fast I always assumed that the publicly hosted version of gitlab is basically a giant demo version of the enterprise edition you buy to host it yourself. Hell, you can even host the community edition for free. If your work relies on it, why rely on a free online product? EDIT: TIL gitlab.com also has a paid options. I…