remove db:create, gitlab:setup will do it

This commit is contained in:
Praveen Arimbrathodiyil 2015-11-09 01:04:55 +05:30
parent 899b5c51c2
commit c191de487d

View file

@ -3,7 +3,6 @@
. /etc/gitlab/gitlab-debian.conf
echo "Initializing database..."
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake db:create db:schema:load RAILS_ENV=production'
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake gitlab:setup RAILS_ENV=production'
echo "Precompiling assets..."
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake assets:precompile RAILS_ENV=production'