Error when create backup or migrate db
Created by: wrewolf
[root@wrewolf gitlab]# sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
Gemfile syntax error compile error
on line 23: syntax error, unexpected ':', expecting $end
gem "mysql2", group: :mysql
^
[root@wrewolf gitlab]# sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
Gemfile syntax error compile error
on line 23: syntax error, unexpected ':', expecting $end
gem "mysql2", group: :mysql
^
[root@wrewolf gitlab]#