I’m trying to set up a test instance of Gitlab so I can write some Gitlab API calls without using our production server at work.
I’ve installed Gitlab twice now, and in both cases it works flawlessly after installation, but upon system reboot I get a 502 error when navigating to the home page. The 502 error is returned instantly- there’s no perceptible timeout.
Calling ‘gitlab-ctl status’ seems to indicate everything is running (I think, I’m not entirely sure what everything I should be looking for).
I’ve tried issuing ‘gitlab-ctl restart’, as well as reconfigure then restart. Neither helps.
I’ve also just booted the server and waited for 5-10 minutes before accessing it, as some pages online suggested that the server can take a few minutes to startup.
I first installed the most recent omnibus CE version, I’m not sure what that version number is. I second installed 13.4.4-ee.0 as it matched what I’m using at work. Both were installed over a fresh installation of Ubuntu Server 20.04 LTS running on Virtual Box with 4GB of RAM.
Any help would be greatly appreciated.