Skip to content

adebayohountondji/aws-rds-dump

Repository files navigation

AWS RDS Dump

Backup your database only from AWS RDS to S3.

Motivation

AWS' backup solution for RDS presents challenges in terms of portability and customization. In practice, when looking for flexibility or wanting to manipulate backups, official utilities created by database editors are often more convenient than snapshots generated by AWS. That’s why we created aws-rds-dump to provide you with an efficient and reliable solution to perform backups via official database utilities without having to reinvent the process every time.

Docker images

Use case

Suppose you want to periodically export a specific table from your MySQL RDS database for analysis. In this case, the use of mysqldump is unavoidable, because this operation is not possible with AWS backup solutions.

Here’s how to automate this process by integrating aws-rds-dump into your AWS environment.

Automate aws-rds-dump

Developer guide

Please see developer guide documentation for more information.

Releases

This project follows the Semantic Versioning convention (https://semver.org) for version numbering.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

If you discover any security-related issues, please email mail@adebayo.fr instead of using the issue tracker.

License

Please see License File for more information.

About

Backup your database only from AWS RDS to S3.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages