Changes between Version 8 and Version 9 of BluePrint/DatabaseMigration
- Timestamp:
- 06/17/12 10:30:37 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/DatabaseMigration
v8 v9 4 4 === Primary: SysAdmin of Server === 5 5 The primary focus should be on supporting the SysAdmin whose job it is to keep production servers running. 6 * we can normally assume Linux servers, but should be as agnostic as possible6 * we can normally assume Linux servers, but the core should be as agnostic as possible (only wrapper scripts should make assumptions) 7 7 8 8 They have a live system with live data & new code whose impact on the live data they are unaware of (we assume that the actual code has been tested separately with new data). … … 18 18 19 19 One way to achieve this would be to: 20 * run the script in the context of the context of the current live app (allows pickup of some configuration automatically, with the rest being passed in as either os.environs or args)20 * run the script in the context of the context of the current live app to pickup some configuration automatically, with the rest being passed in as either os.environs or args from the wrapper script: 21 21 {{{ 22 22 #!/bin/sh