Changeset 2007
- Timestamp:
- 01/04/09 15:14:48
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/dumprestore/shellscr/resources/dumpres.bat
r2006 r2007 38 38 if "%1" == "backup" GOTO backup 39 39 if "%1" == "initdb" GOTO initdb 40 if "%1" == "newsys" GOTO newsys 40 41 if "%1" == "drop" GOTO drop 41 42 if "%1" == "drop-export" GOTO drop-export … … 53 54 ECHO Populate the database using the provided initial data. 54 55 ECHO. 55 ECHO newsys [ -ndebug] 56 ECHO Create a new empty system based on the build configuration. 56 ECHO newsys <root-user> [-ndebug] 57 ECHO Create a new empty system based on the build configuration with a 58 ECHO single root user 57 59 ECHO. 58 60 ECHO dump {filename} … … 132 134 GOTO end 133 135 :: 136 134 137 :initdb 135 138 ECHO Initializing the database: … … 139 142 GOTO end 140 143 :: 144 145 :newsys 146 ECHO Creating new system database: 147 ECHO. 148 ECHO %RESTORECMD% -appname %APPNAME% -newSystem rootid %2 %3 %4 %5 %6 %7 %8 %9 149 %RESTORECMD% -appname %APPNAME% -newSystem rootid %2 %3 %4 %5 %6 %7 %8 %9 150 GOTO end 151 :: 152 141 153 :drop 142 154 ECHO Creating drop sql
