hi @grateful-amoeba which versions of the GCP and Postgres plugins are you using, and what version of the CloudQuery CLI? Could you share your config file (with sensitive values redacted)?
@grateful-amoeba If you are running with the CloudQuery CLI, you can run cloudquery --version. If you’re running it in Docker, you can do something like this:
docker run --pull always \
ghcr.io/cloudquery/cloudquery:latest \
--version
Ok, thanks! Could you try upgrading the CLI version? The latest version is v3.29.0, and I believe it will be able to handle the protocol now used in the versions of the plugins you’re using.