# HG changeset patch # User jbe # Date 1362941418 -3600 # Node ID 49c25dbc27bc54172143b285d3ddabcf7ad40ad7 # Parent a5d4df7f4e22432209d30737ee6adbf7667de6f7 Added reminder to make backups before installing updates diff -r a5d4df7f4e22 -r 49c25dbc27bc README --- a/README Sat Mar 09 20:20:48 2013 +0100 +++ b/README Sun Mar 10 19:50:18 2013 +0100 @@ -37,6 +37,7 @@ $ dropdb liquid_feedback Updating is done using the update scripts in the update/ directory. +Do not forget to make backups, before installing any updates. After updating it is recommended to recreate the schema as follows (assuming the database superuser is named "postgres"): $ pg_dump --disable-triggers --data-only DATABASE_NAME > tmp.sql