Difference between revisions of "Template:SQWareProduction sqwpg RestoreAllDatabases.ksh help"
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
− | Sourcing sqwpg_Global.lib v2024. | + | Sourcing sqwpg_Global.lib v2024.07 SQWareProduction for PostgreSQL (dbSQWare) ... |
Usage: sqwpg_RestoreAllDatabases.ksh [-h] -I instance [+ options] | Usage: sqwpg_RestoreAllDatabases.ksh [-h] -I instance [+ options] |
Latest revision as of 15:56, 31 October 2024
Sourcing sqwpg_Global.lib v2024.07 SQWareProduction for PostgreSQL (dbSQWare) ... Usage: sqwpg_RestoreAllDatabases.ksh [-h] -I instance [+ options] DESCRIPTION sqwpg_RestoreAllDatabases.ksh restore all databases in parallel SUPPORT PostgreSQL supported versions: 9.0 <= v <= 16 PARAMETERS -I instance : Target instance to restore. OPTIONS -P Nb threads : Number of threads in parallel (by default 2). -ID listdb : List of databases to run restore (by default all). -ED listdb : List of databases to exclude. -IL likeclause : Like clause to generate databases list (example: 'db%'). -EL likeclause : Like clause to exclude databases (example: 'nodb%'). -RD directory : Directory holding dump file (by default /pgbackup/$PG_SID). -WCD whereclause : Where clause to generate databases list. -AGR Nb_sec : Nb of seconds between two runs (by default 1s). -AGE Nb_sec : Nb of seconds between two checks of end (by default 10s). -FRT code : Force return code value on error. -Drop : Drop database before load, drop all objects instead (by default, Enable). -NoMail : Deactivate sendmail on error pmexpdba@gmail.com (by default, send on error). -NoDrop : Do not drop database before load (by default, Enable). -Create : Create database before load with instance default character set (by default, Enable). -Verbose : Add --echo-queries option to psql cmd when restore. -NoCreate : No create database before load, must exists (by default, Enable). -AddMail email : Email address to add at 'pmexpdba@gmail.com'. -SendReport : Send execution log report. -h : Display the full usage. -s : Display samples of usage. -Locale locale : Force Locale for help display (fr,en). -Exec : Execute commands (by default, display generated commands).