Version 0.9.1 to 0.9.2Revision xxx was tagged as version 0.9.2. Add new directives to configuration fileAdd these two directives to application/configs/application.ini : Code Block |
---|
|
core.review.tiebreaker = 0.13
core.observer.tiebreaker.notify = 1
|
Run SQL changes Code Block |
---|
sudo su - postgres
psql -U core_user core_test_db < public/installer/sql/update-0.9.1-to-0.9.2.sql
|
Update codeIn case you are running branches/core-0.9 (recommended), or trunk (not recommended) you can just do svn up -rxxx or svn switch .. In case you run tags/core-0.9.1, you can do: Code Block |
---|
svn switch https://terena-core.googlecode.com/svn/tags/core-0.9.2
|
|