Difference between revisions of "Template:SQWareProduction sqwpg BackupArchiveXlog.ksh example"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwpg_Global.lib | + | Sourcing sqwpg_Global.lib v2020.01 SQWareProduction for PostgreSQL (dbSQWare) ... |
#Standard help for script sqwpg_BackupArchiveXlog.ksh: | #Standard help for script sqwpg_BackupArchiveXlog.ksh: | ||
+ | |||
+ | |||
+ | $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -h | ||
+ | #Display online help for this script | ||
+ | |||
+ | $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -NoMail | ||
+ | #Deactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error) | ||
+ | |||
+ | $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -Exec | ||
+ | #Execute generated commands | ||
+ | |||
+ | $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -Force -P 12 -Exec | ||
+ | #Force parallel execution 12 without connection attempt | ||
+ | |||
+ | $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID | ||
+ | #Generate commands but don't execute them ! | ||
+ | |||
+ | $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -FRT <NumericValue> -Exec | ||
+ | #Force return code to '<NumericValue>' on error (if no error, exit 0!) | ||
+ | #You can also force return code of this script on all your | ||
+ | #environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwpg_BackupArchiveXlog=<NumericValue> | ||
+ | #in configuration file $gvsqw_PgBin/../etc_cust/sqwpg_GlobalVar.cfg | ||
</pre> | </pre> |
Revision as of 18:36, 8 March 2020
Sourcing sqwpg_Global.lib v2020.01 SQWareProduction for PostgreSQL (dbSQWare) ... #Standard help for script sqwpg_BackupArchiveXlog.ksh: $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -h #Display online help for this script $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -NoMail #Deactivate sendmail on error to $gvsqw_GlobalMail (by default, send on error) $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -Exec #Execute generated commands $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -Force -P 12 -Exec #Force parallel execution 12 without connection attempt $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID #Generate commands but don't execute them ! $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -FRT <NumericValue> -Exec #Force return code to '<NumericValue>' on error (if no error, exit 0!) #You can also force return code of this script on all your #environnement if you set the variable: $gvsqw_ForcedReturnCodeScript_sqwpg_BackupArchiveXlog=<NumericValue> #in configuration file $gvsqw_PgBin/../etc_cust/sqwpg_GlobalVar.cfg