[misc]
Configures basic backup settings.
Parameter | Description |
---|---|
passwordFile | Path name of the password configuration file, ignored if dbUseLocalConnection (under [Database] is set to true. |
restorePointLimit |
Number of earlier backups to retain with the most recent backup. If set to 1 (the default), Vertica maintains two backups: the latest backup and the one before it. Note
Default: 1 |
snapshotName |
Base name of the backup used in the directory tree structure that
Each iteration in this series (up to restorePointLimit) consists of snapshotName and the backup timestamp. Each series of backups should have a unique and descriptive snapshot name. Full and object-level backups cannot share names. For most Default: |
tempDir |
Absolute path to a temporary storage area on the cluster nodes. This path must be the same on all database cluster nodes. The file system at this location must support fcntl lockf (POSIX) file locking. CautionDo not use the same location as your database's data or catalog directory. Unexpected files and directories in your data or catalog location can cause errors during database startup or restore. Default: |
drop_foreign_constraints |
Boolean, if set to true, all foreign key constraints are unconditionally dropped during object-level restore. You can then restore database objects independent of their foreign key dependencies. ImportantYou must set objectRestoreMode to coexist, or Vertica ignores this setting.Default: false |
enableFreeSpaceCheck |
Boolean, if set to true (default) or omitted, Default: true |
excludeObjects |
Database objects and wildcard patterns to exclude from the set specified by includeObjects. Unicode characters are case-sensitive; others are not. This parameter can be set only if includeObjects is also set. |
hadoop_conf_dir |
(Eon Mode on HDFS with high availability (HA) nodes only) Directory path containing the XML configuration files copied from Hadoop. If the
This value must match the HadoopConfDir value set in the bootstrapping file created during installation. |
includeObjects |
Database objects and wildcard patterns to include with a backup task. You can use this parameter together with excludeObjects. Unicode characters are case-sensitive; others are not. ImportantThe includeObjects and objects parameters are mutually exclusive. |
kerberos_keytab_file |
(Eon Mode on HDFS only) Location of the keytab file that contains credentials for the Vertica Kerberos principal. This value must match the KerberosKeytabFile value set in the bootstrapping file created during installation. |
kerberos_realm |
(Eon Mode on HDFS only) Realm portion of the Vertica Kerberos principal. This value must match the KerberosRealm value set in the bootstrapping file created during installation. |
kerberos_service_name |
(Eon Mode on HDFS only) Service name portion of the Vertica Kerberos principal. This value must match the KerberosServiceName value set in the bootstrapping file created during installation. Default: vertica |
objectRestoreMode |
Specifies how
In all modes, Default: |
objects |
For an object-level backup or object replication, object (schema or table) names to include. To specify more than one object, enter multiple names in a comma-delimited list. If you specify no objects, ImportantThis parameter cannot be used together with the parameters includeObjects and excludeObjects.You specify objects as follows:
TipTo identify objects with wildcards, use the includeObjects/excludeObjects parameters. |