hello again, in your documentation you are stating...
# feedback-and-requests
m
hello again, in your documentation you are stating Postgres9.4 is required. We are running Postgres 9.7 and when creating the table
AIRBYTE_CONFIGS
we get:
Copy code
Exception in thread "main" org.jooq.exception.DataAccessException: SQL [-- tables
 CREATE
    TABLE
        IF NOT EXISTS AIRBYTE_CONFIGS(
            id BIGINT GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY,
the keyword
GENERATED
does not exist in versions prior 10
u
@Marco Fontana are you refering to the external database right? https://docs.airbyte.io/operator-guides/configuring-airbyte-db
u
(I think) I do...i'm reporting this on behalf of our DevOps who is installing Airbyte in Kubernetes using external DB
m
Is possible to ask them where they see the pgsql 9.4 requirement?
u
@Marco Fontana - Are you using just K8S alone or are you using it with Argo?
u
@Ashwin K8S only