Hello,
I’m trying to sync the AWS Pricing Plugin (v3.0.12) into Postgres (v7.0.0) on CQ CLI version (v3.25.1). I’m getting an error:
Unavailable Desc = error reading from server: EOF
Does anyone have any insight into this?
Hello,
I’m trying to sync the AWS Pricing Plugin (v3.0.12) into Postgres (v7.0.0) on CQ CLI version (v3.25.1). I’m getting an error:
Unavailable Desc = error reading from server: EOF
Does anyone have any insight into this?
Hi @comic-pup,
Can you share your config please, with any sensitive values redacted? Maybe also try upgrading your CLI to the latest (v3.27.0) if you can.
Could you also please check cloudquery.log
for any error-level messages and report them here?
If there are no errors, do you have any writes to an existing awspricing
database with tables already created? Would it be possible to try with the destination setting migrate_mode: forced
? CloudQuery Documentation on migrate_mode