<@U02KYDYU9BN> can you check this discussion here?...
# troubleshooting
m
a
@[DEPRECATED] Marcos Marx I can see my tables through pgAdmin with the same credentials
There are errors in log during schema fetching:
Copy code
2022-03-17 12:57:52 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed.
errors: $.tunnel_host: is missing but it is required, $.tunnel_port: is missing but it is required, $.tunnel_user: is missing but it is required, $.ssh_key: is missing but it is required, $.tunnel_method: must be a constant value SSH_KEY_AUTH
2022-03-17 12:57:52 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed.
errors: $.tunnel_host: is missing but it is required, $.tunnel_port: is missing but it is required, $.tunnel_user: is missing but it is required, $.tunnel_user_password: is missing but it is required, $.tunnel_method: must be a constant value SSH_PASSWORD_AUTH
2022-03-17 12:57:52 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed.
errors: $.replication_slot: is missing but it is required, $.publication: is missing but it is required, $.method: does not have a value in the enumeration [CDC], $.method: must be a constant value CDC
After the downgrade to Postgres 0.4.4 everything become fine