Modèle:SQWareProduction sqwpg DumpDatabase.ksh help : Différence entre versions
m (Updated by BatchUser) |
m (Updated by BatchUser) |
||
Ligne 1 : | Ligne 1 : | ||
<pre> | <pre> | ||
− | Sourcing sqwpg_Global.lib v2019. | + | Sourcing sqwpg_Global.lib v2019.05 SQWareProduction for PostgreSQL (dbSQWare) ... |
Utilisation: sqwpg_DumpDatabase.ksh [-h] -I instance -D databasename [+ options] | Utilisation: sqwpg_DumpDatabase.ksh [-h] -I instance -D databasename [+ options] |
Version du 26 septembre 2019 à 08:52
Sourcing sqwpg_Global.lib v2019.05 SQWareProduction for PostgreSQL (dbSQWare) ... Utilisation: sqwpg_DumpDatabase.ksh [-h] -I instance -D databasename [+ options] DESCRIPTION sqwpg_DumpDatabase.ksh pg_dump of database SUPPORT PostgreSQL versions supportees: 9.0 <= v <= 11 PARAMETERS -I instance : Instance cible pour pg_dump. -D databasename : Database for pg_dump. OPTIONS -h help : Affichage de l'aide complete. -s : Affichage des exemples d'utilisation. -F format : Format of pg_dump (p,t,c). -RD directory : Directory to put Dump file (defaut /pgbackup/$PG_SID). -HI nb_gen : Nombre de generations a garder (default: 2). -Opt option : Additional option for pg_dump. -ZIP extension : Compressor extension gz,bz2,Z,none (default: gz). -FRT return_code : Valeur forcee du code retour sur erreur -AddMail email : Adresse Email a ajouter a 'pmexpdba@gmail.com'. -SendReport : Envoi du rapport d'execution. -Dist : Pour connexion distante a la database (change $gvsqw_ConnectString to $gvsqw_DistConnectString ). -NoMail : Desactive l'envoi de mail sur erreur a pmexpdba@gmail.com (par defaut, envoi sur erreur). -Locale locale : Force la Locale d'affichage de l'aide (fr,en). -Exec : Execute les commandes generees (par defaut, affiche les commandes generees)