Skip to content

Instantly share code, notes, and snippets.

@davidray
Created October 2, 2009 18:31
Show Gist options
  • Save davidray/199976 to your computer and use it in GitHub Desktop.
Save davidray/199976 to your computer and use it in GitHub Desktop.
david@bigubu:~/dist/distro$ ./upgrade_db.sh
!!WARNING!!: this may take several minutes. Run: tail -f ./upgrade_db_output.txt to watch upgrade progress
cd ../webapp/
/home/david/opt/jruby/bin/jruby -S rake db:migrate RAILS_ENV=production
/home/david/opt/jruby/bin/jruby /home/david/dist/webapp/script/runner /home/david/dist/webapp/script/load_common_test_types.rb /home/david/dist/webapp/db/defaults/common_test_types.csv
/home/david/dist/webapp/vendor/rails/actionpack/lib/action_controller/middleware_stack.rb:84 warning: given block not used
/home/david/opt/jruby/bin/jruby /home/david/dist/webapp/script/runner /home/david/dist/webapp/script/load_loinc_codes.rb /home/david/dist/webapp/db/defaults/loinc_codes_to_common_test_types.csv
/home/david/dist/webapp/vendor/rails/actionpack/lib/action_controller/middleware_stack.rb:84 warning: given block not used
rake aborted!
Command failed with status (1): [/home/david/opt/jruby/bin/jruby -S rake db...]
(See full trace by running task with --trace)
upgrade failure - review contents of ./upgrade_db_output.txt for details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment