diff --git a/pkg/dist/service_types.yml b/pkg/dist/service_types.yml index 2b89ecb..90adce5 100644 --- a/pkg/dist/service_types.yml +++ b/pkg/dist/service_types.yml @@ -293,11 +293,12 @@ dragonfly: default: false dragonfly_persistence: title: Dragonfly persistence - description: When persistence is 'rdb', Dragonfly does RDB dumps each 10 minutes. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked. + description: When persistence is 'rdb' or 'dfs', Dragonfly does RDB or DFS dumps every 10 minutes. Dumps are done according to the backup schedule for backup purposes. When persistence is 'off', no RDB/DFS dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked. type: string enum: - value: "off" - value: rdb + - value: dfs dragonfly_ssl: title: Require SSL to access Dragonfly type: boolean @@ -1066,6 +1067,7 @@ flink: - "null" enum: - value: "1.16" + - value: "1.19" ip_filter: title: IP filter description: Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' @@ -4940,7 +4942,7 @@ pg: - value: VERBOSE log_line_prefix: title: log_line_prefix - description: Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc. + description: Choose from one of the available log formats. type: string enum: - value: '''pid=%p,user=%u,db=%d,app=%a,client=%h ''' @@ -5717,7 +5719,7 @@ redis: example: "16" redis_persistence: title: Redis persistence - description: When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked. + description: When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to the backup schedule for backup purposes. When persistence is 'off', no RDB dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked. type: string enum: - value: "off"