Class | Backup::Configuration::Database::PostgreSQL |
In: |
lib/backup/configuration/database/postgresql.rb
|
Parent: | Base |
additional_options | [RW] | Additional "pg_dump" options |
host | [RW] | Connectivity options |
name | [RW] | Name of the database that needs to get dumped |
only_tables | [RW] | Tables to dump, tables that aren‘t specified won‘t get dumped |
password | [RW] | Credentials for the specified database |
pg_dump_utility | [RW] | Path to pg_dump utility (optional) |
port | [RW] | Connectivity options |
skip_tables | [RW] | Tables to skip while dumping the database |
socket | [RW] | Connectivity options |
username | [RW] | Credentials for the specified database |