Skip to content

Commit 7051abd

Browse files
authored
update supported postgresql versions for chainlink nodes (#3639)
1 parent 366e701 commit 7051abd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/chainlink-nodes/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3821,7 +3821,7 @@ Chainlink nodes have the following software dependencies:
38213821
- Operating System: Linux, MacOS, or the [WSL](https://learn.microsoft.com/en-us/windows/wsl/about) (Windows Subsystem for Linux)
38223822
- For production environments, Linux is recommended.
38233823
- Docker: Although it is possible to [build Chainlink nodes from source](https://github.com/smartcontractkit/chainlink), the best practice is to use the [Chainlink Docker Images](https://hub.docker.com/r/smartcontract/chainlink/tags) without `-root`.
3824-
- [PostgreSQL](https://wiki.postgresql.org/wiki/Detailed_installation_guides) versions `>= 12` (Version 12 and later).
3824+
- [PostgreSQL](https://wiki.postgresql.org/wiki/Detailed_installation_guides) versions `>= 14` and `< 18` (Versions 14 through 17).
38253825
- If you use a database as a service, your database host must provide access to logs.
38263826
- If you run the database on a separate system, [secure the TCP/IP connection with SSL](https://www.postgresql.org/docs/15/ssl-tcp.html).
38273827

src/content/chainlink-nodes/resources/requirements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Chainlink nodes have the following software dependencies:
2222
- Operating System: Linux, MacOS, or the [WSL](https://learn.microsoft.com/en-us/windows/wsl/about) (Windows Subsystem for Linux)
2323
- For production environments, Linux is recommended.
2424
- Docker: Although it is possible to [build Chainlink nodes from source](https://github.com/smartcontractkit/chainlink), the best practice is to use the [Chainlink Docker Images](https://hub.docker.com/r/smartcontract/chainlink/tags) without `-root`.
25-
- [PostgreSQL](https://wiki.postgresql.org/wiki/Detailed_installation_guides) versions `>= 12` (Version 12 and later).
25+
- [PostgreSQL](https://wiki.postgresql.org/wiki/Detailed_installation_guides) versions `>= 14` and `< 18` (Versions 14 through 17).
2626
- If you use a database as a service, your database host must provide access to logs.
2727
- If you run the database on a separate system, [secure the TCP/IP connection with SSL](https://www.postgresql.org/docs/15/ssl-tcp.html).
2828

0 commit comments

Comments
 (0)