2015-11-17 12:12:49 +01:00
..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
2015-11-23 10:51:47 +09:00
.. _trove-db_postgresql:
2015-11-17 12:12:49 +01:00
.. list-table :: Description of PostgreSQL database configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[postgresql]**
-
2016-09-03 20:26:57 +05:30
* - `` backup_incremental_strategy `` = `` {'PgBaseBackup': 'PgBaseBackupIncremental'} ``
2016-03-19 08:31:53 +01:00
- (Dict) Incremental Backup Runner based on the default strategy. For strategies that do not implement an incremental, the runner will use the default full backup.
2015-11-17 12:12:49 +01:00
* - `` backup_namespace `` = `` trove.guestagent.strategies.backup.experimental.postgresql_impl ``
2016-03-19 08:31:53 +01:00
- (String) Namespace to load backup strategies from.
2016-09-03 20:26:57 +05:30
* - `` backup_strategy `` = `` PgBaseBackup ``
2016-03-19 08:31:53 +01:00
- (String) Default strategy to perform backups.
2016-09-03 20:26:57 +05:30
* - `` default_password_length `` = `` 36 ``
- (Integer) Character length of generated passwords.
2015-11-17 12:12:49 +01:00
* - `` device_path `` = `` /dev/vdb ``
2016-03-19 08:31:53 +01:00
- (String) No help text available for this option.
* - `` guest_log_exposed_logs `` = `` general ``
- (String) List of Guest Logs to expose for publishing.
* - `` guest_log_long_query_time `` = `` 0 ``
2016-10-14 10:49:27 +09:00
- (Integer) DEPRECATED: The time in milliseconds that a statement must take in in order to be logged in the 'general' log. A value of '0' logs all statements, while '-1' turns off statement logging. Will be replaced by configuration group option: log_min_duration_statement
2016-09-03 20:26:57 +05:30
* - `` icmp `` = `` False ``
- (Boolean) Whether to permit ICMP.
2016-10-14 10:49:27 +09:00
* - `` ignore_dbs `` = `` os_admin, postgres ``
2016-03-19 08:31:53 +01:00
- (List) No help text available for this option.
2015-11-17 12:12:49 +01:00
* - `` ignore_users `` = `` os_admin, postgres, root ``
2016-03-19 08:31:53 +01:00
- (List) No help text available for this option.
2015-11-17 12:12:49 +01:00
* - `` mount_point `` = `` /var/lib/postgresql ``
2016-03-19 08:31:53 +01:00
- (String) Filesystem path for mounting volumes if volume support is enabled.
* - `` postgresql_port `` = `` 5432 ``
2016-08-03 15:19:50 +09:00
- (Port number) The TCP port the server listens on.
2016-10-14 10:49:27 +09:00
* - `` replication_namespace `` = `` trove.guestagent.strategies.replication.experimental.postgresql_impl ``
- (String) Namespace to load replication strategies from.
* - `` replication_strategy `` = `` PostgresqlReplicationStreaming ``
- (String) Default strategy for replication.
2015-11-17 12:12:49 +01:00
* - `` restore_namespace `` = `` trove.guestagent.strategies.restore.experimental.postgresql_impl ``
2016-03-19 08:31:53 +01:00
- (String) Namespace to load restore strategies from.
2016-09-03 20:26:57 +05:30
* - `` root_controller `` = `` trove.extensions.postgresql.service.PostgreSQLRootController ``
2016-03-19 08:31:53 +01:00
- (String) Root controller implementation for postgresql.
2015-11-17 12:12:49 +01:00
* - `` root_on_create `` = `` False ``
2016-03-19 08:31:53 +01:00
- (Boolean) Enable the automatic creation of the root user for the service during instance-create. The generated password for the root user is immediately returned in the response of instance-create as the 'password' field.
2015-11-17 12:12:49 +01:00
* - `` tcp_ports `` = `` 5432 ``
2016-03-19 08:31:53 +01:00
- (List) List of TCP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
2015-12-01 22:30:21 +09:00
* - `` udp_ports `` =
2016-03-19 08:31:53 +01:00
- (List) List of UDP ports and/or port ranges to open in the security group (only applicable if trove_security_groups_support is True).
2015-11-17 12:12:49 +01:00
* - `` volume_support `` = `` True ``
2016-03-19 08:31:53 +01:00
- (Boolean) Whether to provision a Cinder volume for datadir.
2016-09-03 20:26:57 +05:30
* - `` wal_archive_location `` = `` /mnt/wal_archive ``
- (String) Filesystem path storing WAL archive files when WAL-shipping based backups or replication is enabled.