Difference between revisions of "Template:SQWareProduction sqwpg CopyDumpDatabase.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_CopyDumpDatabase.ksh [[-h]] -I instance -DT <DatabaseTarget> -IS <SourceInstance> -US <SourceHostname> [[+ options]] | Usage: sqwpg_CopyDumpDatabase.ksh [[-h]] -I instance -DT <DatabaseTarget> -IS <SourceInstance> -US <SourceHostname> [[+ options]] |
Latest revision as of 15:56, 31 October 2024
Sourcing sqwpg_Global.lib v2024.07 SQWareProduction for PostgreSQL (dbSQWare) ... Usage: sqwpg_CopyDumpDatabase.ksh [[-h]] -I instance -DT <DatabaseTarget> -IS <SourceInstance> -US <SourceHostname> [[+ options]] DESCRIPTION sqwpg_CopyDumpDatabase.ksh copy of dump $lvsqw_CopyType SUPPORT PostgreSQL supported versions: 9.0 <= v <= 16 PARAMETERS -I instance : Target instance to copy. -DT DatabaseTarget : Target database. [ -GetInf u@h:path : user@host:path to retrieve dump from distant source. OR -PutInf u@h:path : user@host:path to push dump to distant host. OR -IS instance : Source instance. -US hostname : Source hostname. ] OPTIONS -h : Display the full usage. -s : Display samples of usage. -NoMail : Deactivate sendmail on error pmexpdba@gmail.com (by default, send on error). -F file : Dump file to copy (by default take the latest). -HI Nb : Nb of generations to keep, only for get option (by default 1). -DD date_dump : Dump date to copy (by default take the latest). -RD directory : Local directory to get or put dump file (by default /pgbackup/$PG_SID). -RDS directory : Distant directory to get or put dump file (by default /pgbackup/$lvsqw_InstanceSource). -UUS username : Source unix user(by default, same as target). -FRT code : Force return code value on error. -Before scriptname : Script to execute before copy dump. -After scriptname : Script to execute after copy dump. -AddMail email : Email address to add at 'pmexpdba@gmail.com'. -SendReport : Send execution log report. -Locale locale : Force Locale for help display (fr,en). -Exec : Copy files $lvsqw_CopyType (by default, display generated commands).