You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The debian_ubuntu_aws.sh script runs fine on a fresh ubuntu EC2 instance using the AMI referenced, but when I try to access the web url I get a 502 error.
The troubleshooting command sudo -u gitlab bundle exec rake gitlab:app:status RAILS_ENV=production returns this error :
Could not find pg-0.14.1 in any of the sources
Run bundle install to install missing gems.
The debian_ubuntu_aws.sh script runs fine on a fresh ubuntu EC2 instance using the AMI referenced, but when I try to access the web url I get a 502 error.
The troubleshooting command
sudo -u gitlab bundle exec rake gitlab:app:status RAILS_ENV=production
returns this error :After installing postgres and the missing gem:
sudo apt-get install postgresql sudo gem install pg -v '0.14.1' sudo bundle install
The error is now :
Indeed there are no tables in the mysql database, unicorn complains about this also.
Can someone help or point me in the right direction?
The text was updated successfully, but these errors were encountered: