Pg13 support? [Feb 03]

:raising_hand_man: Shard asked

Is postgres 13 not supported?

:person_tipping_hand: o1lab replied

Should do

:raising_hand_man: Shard replied

```

nocodb:

image: nocodb/nocodb:0.84.8

container_name: nocodb

environment:

- NC_DB=postgres://${POSTGRES_USER}:${POSTGRES_USER_PASSWORD}@postgres:5432/nocodb

- NC_PUBLIC_URL=https://nocodb.${DOMAIN}

- NC_DISABLE_TELE=true

depends_on:

- postgres

# ports:

# - 8080:8080

labels:

- “traefik.enable=true”

- “traefik.http.routers.nocodb.entrypoints=websecure”

- “traefik.http.routers.nocodb.rule=Host(data.${DOMAIN})”

- “traefik.http.routers.nocodb.tls=true”

restart: always

```

that compose results in “Error: Database not supported” in the logs.

:person_tipping_hand: o1lab replied

Nc_db has different URL format than jdbc

:person_tipping_hand: o1lab replied

If you want to use jdbc url

:person_tipping_hand: o1lab replied

Use Database_url

:person_tipping_hand: o1lab replied

Pls refer docs

:raising_hand_man: Shard replied

Oh ok I see what is the problem. Is one preferred over another?

:person_tipping_hand: o1lab replied

NC_DB is preferred

Autogenerated from discord


Join NocoDB’s community

Discord • Twitter • Reddit • Docs