Template:SQWareProduction sqwpg BackupArchiveXlog.ksh example: Difference between revisions
Jump to navigation
Jump to search
m Updated by BatchUser |
m Updated by BatchUser |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
Sourcing sqwpg_Global.lib v2021. | Sourcing sqwpg_Global.lib v2021.07 SQWareProduction for PostgreSQL (dbSQWare) ... | ||
#Standard help for script sqwpg_BackupArchiveXlog.ksh: | #Standard help for script sqwpg_BackupArchiveXlog.ksh: | ||
# XXXXX : -Opt | |||
$gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -h | $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -h | ||
#Display online help for this script | #Display online help for this script | ||
$gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -Locale en -h | |||
#Display online help for this script with forcing of the 'fr' locale (default locale managed by the variable gvsqw_Locale) | |||
$gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -s | |||
#Display usage examples for this script | |||
$gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com' | |||
#Add the mail list to the default address managed by the variable gvsqw_GlobalMail | |||
$gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -SendReport | |||
#Send the log by email at the end of the treatment even if there is no error | |||
$gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -NoMail | $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -NoMail | ||
Line 14: | Line 28: | ||
#Execute generated commands | #Execute generated commands | ||
$gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -Force -P 12 -Exec | $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -Force -P 12 -ZIP <ZipExtension> -Exec | ||
#Force parallel execution 12 without connection attempt | #Force parallel execution 12 without connection attempt and compress them (gz,bz2,Z,none) | ||
$gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID | $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID | ||
Line 26: | Line 40: | ||
#in configuration file $gvsqw_PgBin/../etc_cust/sqwpg_GlobalVar.cfg | #in configuration file $gvsqw_PgBin/../etc_cust/sqwpg_GlobalVar.cfg | ||
$gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -P <NumericValue> -Exec | |||
#Run sqwpg_AnalyzeDatabase.ksh script with a parallel degree of '<NumericValue>' | |||
#Use by default the variable gvsqw_NbThreadXXX in $gvsqw_PgBin/../etc/sqwpg_GlobalVar.cfg | |||
#You can change this default on all your environnement if you set this variable | |||
#in configuration file $gvsqw_PgBin/../etc_cust/sqwpg_GlobalVar.cfg | |||
</pre> | </pre> |
Revision as of 17:28, 28 December 2021
Sourcing sqwpg_Global.lib v2021.07 SQWareProduction for PostgreSQL (dbSQWare) ... #Standard help for script sqwpg_BackupArchiveXlog.ksh: # XXXXX : -Opt $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -h #Display online help for this script $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -Locale en -h #Display online help for this script with forcing of the 'fr' locale (default locale managed by the variable gvsqw_Locale) $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -s #Display usage examples for this script $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -AddMail 'mymail1@mydomaine.com,mymail2@mydomaine.com' #Add the mail list to the default address managed by the variable gvsqw_GlobalMail $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -SendReport #Send the log by email at the end of the treatment even if there is no error $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 -ZIP <ZipExtension> -Exec #Force parallel execution 12 without connection attempt and compress them (gz,bz2,Z,none) $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 $gvsqw_PgBin/sqwpg_BackupArchiveXlog.ksh -I $PG_SID -P <NumericValue> -Exec #Run sqwpg_AnalyzeDatabase.ksh script with a parallel degree of '<NumericValue>' #Use by default the variable gvsqw_NbThreadXXX in $gvsqw_PgBin/../etc/sqwpg_GlobalVar.cfg #You can change this default on all your environnement if you set this variable #in configuration file $gvsqw_PgBin/../etc_cust/sqwpg_GlobalVar.cfg