Reputation: 21
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