This repository has been archived by the owner on Aug 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
Initialize Database and Activate Advanced Features #70
Comments
|
@CiTroNaK I performed these steps successfully and was able to verify a connection channel post DB creation using |
Hmm. And what about this step?
|
@CiTroNaK : This command ran fine too. I did not update any fields of the config file though (no passwords set). This is how my config/database.yml.postgresql looks, something fishy that you see? (I also tried un-commenting the username field under production, but that didn't work either)
|
I was running into this problem as well. Restarting the PostgreSQL server (I was using Postgres.app) resolved this for me. Not sure what was causing it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've followed the installation procedure at each step exactly as suggested to the best of my knowledge. I however land in problems at the "Initialize Database and Activate Advanced Features" stage.
Executing :
bundle exec rake gitlab:setup RAILS_ENV=production
, I get the following error message, which looks like a permission issue for creating a postgresql database. However, I passed thesudo -u git -H psql -d gitlabhq_production
step fine and the postgresql prompt opened up with gitlabhq_production. What might be going wrong here?PS : Apologies for any missing info. I've been stuck with getting the installation working for over 6 hours now its starting to get really frustrating. 😞 Please comment below with any more info that might help better analyse the situation.
The text was updated successfully, but these errors were encountered: