Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rds): support 's3export' for Postgres database instances #16122

Closed
wants to merge 2 commits into from
Closed

feat(rds): support 's3export' for Postgres database instances #16122

wants to merge 2 commits into from

Conversation

kaizencc
Copy link
Contributor

As mentioned in #14546, Postgres database instances did not support s3export when most of the s3 import/export features were added in #10370. This PR fills in that gap now that s3export is available for Postgres.

The supported versions are documented here and I manually verified via AWS CLI that Postgres 13+ supports s3export as well.

Looking into the test suite, I think it makes more sense to modify the existing test than to create an entirely new one, similar to how other database instances test s3 import/export at the same time. But I can also move it to its own test if necessary.

I also fixed a very minor doc typo in cluster-instance.ts.

Closes #14546.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented Aug 18, 2021

@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Aug 18, 2021
@kaizencc
Copy link
Contributor Author

Closing this for now because I somehow incorrectly provisioned my git branch :(

@kaizencc kaizencc closed this Aug 18, 2021
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: d379e8e
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@kaizencc kaizencc deleted the postgres-export branch September 9, 2021 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RDS: S3 export for Postgres database instances
2 participants