Skip to content

Commit

Permalink
move 25 to 26 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Nov 15, 2012
1 parent d6bf998 commit 442b51a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql/upgrade/26.0/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ bug #807349
bug #773332
Add FlashProcessDump to reports and reports_clean

bug FIXME
Update and backfill crashes-per-user

bug FIXME
Update ADU

The above changes should take only a few minutes to deploy.
This upgrade does not require a downtime.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions sql/upgrade/26.0/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ psql -f ${CURDIR}/exploitability_column.sql $DBNAME
echo 'Add FlashProcessDump to reports and reports_clean'
echo 'bug 773332'
psql -f ${CURDIR}/add_flash_process_dump.sql $DBNAME
echo 'Update "crashes by user"'
echo 'bug FIXME'
psql -f ${CURDIR} update_crashes_by_user.sql $DBNAME
echo 'Backfill "crashes by user"'
echo 'bug FIXME'
psql -f ${CURDIR} backfill_crashes_by_user.sql $DBNAME
echo 'Update ADU'
echo 'bug FIXME'
psql -f ${CURDIR} update_adu.sql $DBNAME

#change version in DB
psql -c "SELECT update_socorro_db_version( '$VERSION' )" $DBNAME
Expand Down

0 comments on commit 442b51a

Please sign in to comment.