postgres-aws-s3 icon indicating copy to clipboard operation
postgres-aws-s3 copied to clipboard

aws_s3 postgres extension to import/export data from/to s3 (compatible with aws_s3 extension on AWS RDS)

Results 17 postgres-aws-s3 issues
Sort by recently updated
recently updated
newest added

New builds of the Postgres image now produce the following error message: ``` error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install...

Hi Sir, im trying to export data from Aurora Postgres table having 2.4 billion rows to S3. Although function runs successfully, but it is giving wrong output in rows_uploaded ....

I get the following error on AWS Linux2 when doing a `make install` ``` Makefile:7: /usr/lib64/pgsql/pgxs/src/makefiles/pgxs.mk: No such file or directory make: *** No rule to make target `/usr/lib64/pgsql/pgxs/src/makefiles/pgxs.mk'. Stop....

I wanted to know if there is a way to compress data before we can copy the data to S3. I think this will reduce the IO cost to transfer...

Hello, if I try to import a big csv file boto s3 timeouts after ~20mins (maybe 15) is there a way to increase timeout? Thanks

I'm running a Node server along with Postgres-12. I have save a stored function that uses `query_export_to_s3` to generate a report and export it to s3. However I always run...

Trying to run the `aws_s3.table_import_from_s3` function on PostgreSQL 9.x causes the following error: ``` ERROR: AttributeError: 'PLyPlan' object has no attribute 'execute' (plpy_elog.c:121) CONTEXT: Traceback (most recent call last): PL/Python...