source: docs/deploy.txt @ a9a8f3d

space-accessstablestage
Last change on this file since a9a8f3d was c4255b2, checked in by Alex Dehnert <adehnert@…>, 14 years ago

deploy notes: mention resolving Trac tickets

  • Property mode set to 100644
File size: 649 bytes
Line 
1Deploying a new version of the ASA database:
2* Skim the changes (git log stable..master)
3    * verify they're reasonable to deploy
4    * make sure any Trac tickets (http://asa.scripts.mit.edu/trac/query) have been marked resolved if applicable
5* Draft email to asa-db-core-stakeholders
6    git log --oneline stable..master
7    git log stable..master > /tmp/commits.txt       # attach
8    Summarize any interesting changes
9* run locally:
10    git checkout stable; git merge master; git checkout master
11    git push
12* run on server
13    git pull --ff-only
14    ./manage.py migrate
15* verify that changes happened and it looks mostly sane
16* send the email
Note: See TracBrowser for help on using the repository browser.