Skip to content

BETYdb 5.2.0

Compare
Choose a tag to compare
@robkooper robkooper released this 14 Mar 13:37
· 202 commits to master since this release
31de64a

This release does require a migration to be executed.

  • Ability to set the initialize URL in docker
  • #505 : Added a new attributes table. This table allows to store through polymorphism any additional information with any row in any table. The value stored is a json document.
  • #597 : Moved dump.bety.sh and load.bety.sh from PEcAn to BETY.

Steps Needed for Upgrade

  1. Log in to the server.
  2. cd to the Rails root directory.
  3. Run git pull to get the latest version of the master branch.
  4. Update any gems using bundle
  5. Run the migration in the new release with
    bundle exec rake db:migrate RAILS_ENV=production
  6. Restart the Rails server with
    touch tmp/restart.txt