DonB
DonB

Reputation: 21

installing aws_s3 to a postgres db hosted in an aws ec2 instance

I would like to fetch 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

Upvotes: 1

Views: 1916

Answers (0)

Related Questions