Skip to content

Commit d0f4969

Browse files
committed
Pgpool-II: Update to CrateDB 6.2.1
FATAL: Backend throw an error message DETAIL: Exiting current session because of an error from backend HINT: BACKEND Error: "Function: 'pgpool_regclass(cstring)' does not exist" server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. connection to server was lost
1 parent e057052 commit d0f4969

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

application/pgpool/compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
# Daemon services
1818
# ---------------
1919
cratedb:
20-
image: docker.io/crate/crate:nightly
20+
image: docker.io/crate/crate:6.2.1
2121
command: >
2222
crate \
2323
'-Cdiscovery.type=single-node' \
@@ -57,7 +57,7 @@ services:
5757
# Utility programs
5858
# ----------------
5959
crash:
60-
image: docker.io/crate/crate:nightly
60+
image: docker.io/crate/crate:6.2.1
6161
command: |
6262
crash --hosts "http://cratedb:4200"
6363
deploy:
@@ -69,7 +69,7 @@ services:
6969

7070
# CrateDB lacks two functions which can easily be substituted using UDFs.
7171
provision-functions:
72-
image: docker.io/crate/crate:nightly
72+
image: docker.io/crate/crate:6.2.1
7373
entrypoint: /bin/bash -c
7474
command:
7575
- |

0 commit comments

Comments
 (0)