@@ -8,7 +8,7 @@ reporting zone, where each zone provides a specific function. The
8
8
appliances in these zones must be configured to use an external
9
9
database.
10
10
11
- The ` postgresql.conf ` file used with {{ site.data.product.title_short }} databases requires
11
+ The ` postgresql.conf ` file requires
12
12
specific settings for correct operation. For example, it must correctly
13
13
reclaim table space, control session timeouts, and format the PostgreSQL
14
14
server log for improved system support. It is recommended that external databases use a
@@ -24,17 +24,15 @@ necessary to alter the `max_connections` setting.
24
24
25
25
** Note:**
26
26
27
- - {{ site.data.product.title_short }} requires PostgreSQL version 10 .
27
+ - {{ site.data.product.title_short }} requires PostgreSQL version 13 .
28
28
29
- - Because the ` postgresql.conf ` file controls the operation of all
30
- databases managed by a single instance of PostgreSQL, do not mix
31
- {{ site.data.product.title_short }} databases with other types of databases in a single
32
- PostgreSQL instance.
29
+ - ` postgresql.conf ` controls the operation of all databases managed by the
30
+ PostgreSQL instance, therefore it is not recommended to run other databases
31
+ on this PostgreSQL instance.
33
32
34
33
1 . Start the appliance and open a terminal console.
35
34
36
- 2 . Enter the ` appliance_console ` command. The {{ site.data.product.title_short }} appliance
37
- summary screen displays.
35
+ 2 . Enter the ` appliance_console ` command. The appliance console summary screen will be displayed.
38
36
39
37
3 . Press ** Enter** to manually configure settings.
40
38
0 commit comments