install manifests: update to Postgres 14

GITHUB_PR_NUMBER: 8754
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/8754

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5367
Co-authored-by: arjunyel <11153289+arjunyel@users.noreply.github.com>
GitOrigin-RevId: ed4eff00c5a35f115c390fc44ac50b16f95d7fb4
This commit is contained in:
hasura-bot 2022-12-01 10:13:07 +05:30
parent a18c6976f8
commit 24a117787b
8 changed files with 8 additions and 8 deletions

View File

@ -68,7 +68,7 @@ $ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1bbfb6c6311d hasura/graphql-engine:v2.8.4 "graphql-engine serve" 4 seconds ago Up 2 seconds 0.0.0.0:8080->8080/tcp hasura-graphql-engine-1
1ce5806438bb mcr.microsoft.com/mssql/server:2022-latest "/opt/mssql/bin/perm…" 4 seconds ago Up 3 seconds 1433/tcp hasura-mssql-1
0e09d1f31c0e postgres:12 "docker-entrypoint.s…" 4 seconds ago Up 3 seconds 5432/tcp hasura-postgres-1
0e09d1f31c0e postgres:14 "docker-entrypoint.s…" 4 seconds ago Up 3 seconds 5432/tcp hasura-postgres-1
```
### Step 3: Open the Hasura console

View File

@ -1,7 +1,7 @@
version: '3.6'
services:
postgres:
image: postgres:12
image: postgres:14
restart: always
volumes:
- db_data:/var/lib/postgresql/data

View File

@ -1,7 +1,7 @@
version: '3.6'
services:
postgres:
image: postgres
image: postgres:14
restart: always
volumes:
- pg_data:/var/lib/postgresql/data

View File

@ -1,7 +1,7 @@
version: '3.6'
services:
postgres:
image: postgres:12
image: postgres:14
restart: always
volumes:
- db_data:/var/lib/postgresql/data

View File

@ -1,7 +1,7 @@
version: '3.6'
services:
postgres:
image: postgres:12
image: postgres:14
restart: always
volumes:
- db_data:/var/lib/postgresql/data

View File

@ -1,7 +1,7 @@
version: '3.6'
services:
postgres:
image: postgres:12
image: postgres:14
restart: always
volumes:
- db_data:/var/lib/postgresql/data

View File

@ -1,7 +1,7 @@
version: '3.6'
services:
postgres:
image: postgres:12
image: postgres:14
restart: always
environment:
POSTGRES_PASSWORD: postgrespassword

View File

@ -1,7 +1,7 @@
version: '3.6'
services:
postgres:
image: postgres:12
image: postgres:14
restart: always
environment:
POSTGRES_PASSWORD: postgrespassword