Changes between Version 8 and Version 9 of BluePrint/DatabaseMigration


Ignore:
Timestamp:
06/17/12 10:30:37 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/DatabaseMigration

    v8 v9  
    44=== Primary: SysAdmin of Server ===
    55The 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 possible
     6* we can normally assume Linux servers, but the core should be as agnostic as possible (only wrapper scripts should make assumptions)
    77
    88They 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).
     
    1818
    1919One 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:
    2121{{{
    2222#!/bin/sh