BETYdb 5.2.0
robkooper
released this
14 Mar 13:37
·
202 commits
to master
since this release
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
- Log in to the server.
- cd to the Rails root directory.
- Run git pull to get the latest version of the master branch.
- Update any gems using
bundle
- Run the migration in the new release with
bundle exec rake db:migrate RAILS_ENV=production
- Restart the Rails server with
touch tmp/restart.txt