Trees | Index | Help |
|
---|
Package ZenModel :: Package migrate :: Module Migrate :: Class Migration |
|
CmdBase
--+ |ZenScriptBase
--+ | Migration
Method Summary | |
---|---|
__init__(self)
| |
backup(self)
| |
basic options setup sub classes can add more options here | |
perform the migration, applying all the new steps, recovering on error | |
error(self,
msg)
| |
list(self)
| |
main(self)
| |
message(self,
msg)
| |
walk the steps and apply them | |
orderedSteps(self)
| |
parseOptions(self)
| |
recover(self)
| |
success(self)
| |
_currentVersion(self)
| |
Inherited from ZenScriptBase :
closeAll ,
closedb ,
connect ,
findDevice ,
getConnection ,
getContext ,
getDataRoot ,
getDmdObj ,
login ,
logout ,
opendb ,
syncdb
Inherited from CmdBase :
buildParser ,
setupLogging
|
Class Variable Summary | |
---|---|
bool |
useDatabaseVersion = True
|
Inherited from CmdBase :
doesLogging
|
Method Details |
---|
buildOptions(self)basic options setup sub classes can add more options here
|
cutover(self)perform the migration, applying all the new steps, recovering on error |
migrate(self)walk the steps and apply them |
Class Variable Details |
---|
useDatabaseVersion
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:11 2007 | http://epydoc.sf.net |