Skip to content

Commit 45ee333

Browse files
committed
Update external-configuration-db
1 parent 1eb5c3a commit 45ee333

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

_includes/external-configuration-db.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ reporting zone, where each zone provides a specific function. The
88
appliances in these zones must be configured to use an external
99
database.
1010

11-
The `postgresql.conf` file used with {{ site.data.product.title_short }} databases requires
11+
The `postgresql.conf` file requires
1212
specific settings for correct operation. For example, it must correctly
1313
reclaim table space, control session timeouts, and format the PostgreSQL
1414
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.
2424

2525
**Note:**
2626

27-
- {{ site.data.product.title_short }} requires PostgreSQL version 10.
27+
- {{ site.data.product.title_short }} requires PostgreSQL version 13.
2828

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.
3332

3433
1. Start the appliance and open a terminal console.
3534

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.
3836

3937
3. Press **Enter** to manually configure settings.
4038

0 commit comments

Comments
 (0)