Changes between Version 9 and Version 10 of ReleaseChecklist
- Timestamp:
- 06/10/09 19:25:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseChecklist
v9 v10 1 For Items with a * be sure to perform the step on all web servers (Currently Wombat and Kangaroo). 1 2 2 3 1. Merge the last Beta branch onto Trunk, resolve all conflicts and do a commit back to Trunk.[[br]] … … 5 6 #: svn commit -m "Trunk merged with Beta X"[[br]] 6 7 2. Create a new branch for the Beta release, copy trunk to it.[[BR]] 7 3. Checkout the new branch to a new release folder on the Production server. [[BR]]8 3. Checkout the new branch to a new release folder on the Production server. *[[BR]] 8 9 4.Make sure all the tables and fields match[[BR]] 9 5.Update the crontab to point to the new release beta # [[BR]]10 6.Update the path in hgplatform virtualhost [[BR]]11 7.Run install.sh (its in root folder) [[BR]]10 5.Update the crontab to point to the new release beta #. *[[BR]] 11 6.Update the path in hgplatform virtualhost. *[[BR]] 12 7.Run install.sh (its in root folder). *[[BR]] 12 13 #: ./install.sh (if it doesnt work make it executable by : chmod a+x install.sh) 13 8.Check config and restart nginx server [[BR]]14 8.Check config and restart nginx server *[[BR]] 14 15 #: nginx -t /etc/nginx/nginx.conf -t [[BR]] 15 16 #: /etc/init.d/nginx restart[[BR]] 16 17 9.Make sure everything is working[[BR]] 17 10.Update the cache files, RSSCache and BuildSearch [[BR]]18 10.Update the cache files, RSSCache and BuildSearch *[[BR]] 18 19 [[BR]] 19 20 [[BR]]