'Could not find rake-10.4.2 in any of the sources' when trying to restore backup
Created by: Alexxtheonly
When i'm running gitlab-rake gitlab:backup:restore BACKUP=1453796185
The operation fails with
Could not find rake-10.4.2 in any of the sources Run "bundle install" to install missing gems.
I've tried bundle install
but i get the same message everytime. Output of bundle install
is the following:
$ bundle install Using rake (10.4.2) Using CFPropertyList (2.3.1) Using i18n (0.7.0) Using json (1.8.3) Using minitest (5.7.0) Using thread_safe (0.3.5) Using tzinfo (1.2.2) Using activesupport (4.1.12) Using builder (3.2.2) Using erubis (2.7.0) Using actionview (4.1.12) Using rack (1.5.5) Using rack-test (0.6.3) Using actionpack (4.1.12) Using mime-types (2.6.1) Using mail (2.6.3) Using actionmailer (4.1.12) Using activemodel (4.1.12) Using arel (5.0.1.20140414130214) Using activerecord (4.1.12) Using activerecord-deprecated_finders (1.0.3) Using thor (0.19.1) Using railties (4.1.12) Using activerecord-session_store (0.1.0) Using acts-as-taggable-on (3.4.3) Using encryptor (1.3.0) Using attr_encrypted (1.3.4) Using descendants_tracker (0.0.4) Using ice_nine (0.11.0) Using axiom-types (0.0.5) Using sass (3.2.19) Using bootstrap-sass (3.0.3.0) Using timers (1.1.0) Using celluloid (0.15.2) Using chronic (0.10.2) Using coercible (1.0.0) Using coffee-script-source (1.6.3) Using execjs (2.0.2) Using coffee-script (2.2.0) Using coffee-rails (4.0.1) Using colored (1.2) Using connection_pool (1.2.0) Using default_value_for (3.0.0.1) Using dotenv (0.9.0) Using equalizer (0.0.9) Using excon (0.45.3) Using multipart-post (2.0.0) Using faraday (0.9.1) Using fission (0.5.0) Using formatador (0.2.4) Using net-ssh (2.9.2) Using net-scp (1.2.1) Using fog-core (1.30.0) Using multi_json (1.11.2) Using fog-json (1.0.2) Using inflecto (0.0.2) Using fog-brightbox (0.7.1) Using mini_portile (0.6.2) Using nokogiri (1.6.6.2) Using fog-xml (0.1.2) Using fog-profitbricks (0.0.3) Using fog-radosgw (0.0.4) Using fog-sakuracloud (1.0.1) Using fog-softlayer (0.4.6) Using fog-terremark (0.1.0) Using fog-vmfusion (0.1.0) Using fog-voxel (0.1.0) Using ipaddress (0.8.0) Using trollop (2.1.2) Using rbvmomi (1.8.2) Using opennebula (4.12.1) Using fog (1.25.0) Using font-awesome-rails (3.2.1.3) Using foreman (0.63.0) Using gitlab_ci_meta (4.0) Using hashie (2.0.5) Using multi_xml (0.5.5) Using rack-accept (0.4.5) Using rack-mount (0.8.3) Using virtus (1.0.1) Using grape (0.6.1) Using grape-entity (0.3.0) Using tilt (1.4.1) Using haml (4.0.6) Using haml-rails (0.5.3) Using hike (1.2.3) Using httparty (0.11.0) Using mimemagic (0.3.0) Using hipchat (1.5.0) Using jquery-rails (3.1.3) Using turbolinks (2.0.0) Using jquery-turbolinks (2.0.1) Using jwt (1.2.0) Using kaminari (0.15.0) Using kgio (2.9.2) Using nested_form (0.3.2) Using nprogress-rails (0.1.2.3) Using oauth2 (1.0.0) Using paranoia (2.1.1) Using pg (0.17.0) Using rack-protection (1.5.1) Using bundler (1.3.5) Using sprockets (2.12.4) Using sprockets-rails (2.3.2) Using rails (4.1.12) Using raindrops (0.13.0) Using redis (3.0.6) Using redis-namespace (1.4.1) Using sass-rails (4.0.5) Using settingslogic (2.0.9) Using sidekiq (2.17.0) Using sinatra (1.4.4) Using slack-notifier (1.0.0) Using temple (0.6.7) Using slim (2.0.2) Using stamp (0.5.0) Using state_machine (1.2.0) Using uglifier (2.3.2) Using unf_ext (0.0.6) Using unf (0.1.4) Using unicorn (4.8.2) Using whenever (0.8.4) Updating files in vendor/cache Your bundle is complete! Gems in the groups development, test and mysql were not installed. It was installed into ./vendor/bundle
Thanks in advance