Skip to content

Commit

Permalink
Merge pull request #858 from hdoupe/update_RELEASES_v150rc6
Browse files Browse the repository at this point in the history
Merged #858
  • Loading branch information
hdoupe authored Mar 22, 2018
2 parents d4b8664 + ab8fe50 commit 1951fb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 6 additions & 3 deletions DATABASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
** Database Setup **
Database Setup
---------------------

Due to our reliance on the Postgres JSON field, a local Postgres installation
is required to run the app and its tests locally. We recommend that you follow
Expand All @@ -24,7 +25,8 @@ to point to other Postgres databases such as some other database named
want to run some tests on the production or test app database, for example.


** Database Migrations **
Database Migrations
---------------------

- Be very careful with data related to the results column
- Do a monthly database back up and keep the previous two months of production
Expand All @@ -37,7 +39,8 @@ want to run some tests on the production or test app database, for example.
quick)


** Database Backup Policy **
Database Backup Policy
-------------------------

Heroku keeps a back up of our databases for up to five days. We should be able to roll back
further if needed. Below is the procedure that we should use to maintain at least one
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ Release 1.5.0 on 2018-03-2?
- None

**Minor Changes**
- [#830](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/830) - Add database docs - Hank Doupe
- [#835](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/835) - Add button to allow CPS as input data source - Sean Wang, Anderson Frailey, and Hank Doupe
- [#842](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/842) - Gray out fields based on data-source selection - Hank Doupe and Sean Wang
- [#847](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/847) - Adds data source to file input page, refactors reform submission, and improves tests - Hank Doupe
- [#848](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/848) - Add missing variables to distribution table (with update to TC 0.17.0) - Sean Wang and Hank Doupe
- [#849](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/849) - Add CCC start year drop-down - Hank Doupe
- [#854](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/854) - Change "About _ remaining" to "Estimated time remaining: _" - Max Ghenis
- [#856](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/856) - Add link to data document - Anderson Frailey
- [#857](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/857) - Update link to CCC guide - Jason DeBacker

**Bug Fixes**
- [#844](https://github.com/OpenSourcePolicyCenter/PolicyBrain/pull/842) - Pass start year to dynamic behavioral - Hank Doupe
Expand Down

0 comments on commit 1951fb3

Please sign in to comment.