1

I would like to fetche the contents of a postgres db into an s3 bucket To do this, I need to install the aws_s3 and aws_commons extensions in the database. However, when I follow the instructions here I get this error:

some_postgress_db=# CREATE EXTENSION aws_s3 CASCADE;

ERROR: could not open extension control file "/usr/share/postgresql/14/extension/aws_s3.control": No such file or directory

The folder exists but the file aws_s3.control is not in the directory

DonB
  • 21
  • 2
  • Those instructions are specifically for RDS, which you apparently are not using. There is [clone](https://github.com/chimpler/postgres-aws-s3) which says it works on the community version of PostgrreSQL. – jjanes Sep 13 '22 at 14:57

0 Answers0