awslabs / rds-snapshot-tool

The Snapshot Tool for Amazon RDS automates the task of creating manual snapshots, copying them into a different account and a different region, and deleting them after a specified number of days
Apache License 2.0
341 stars 146 forks source link

oracle se2 support #32

Closed rexc closed 4 years ago

rexc commented 5 years ago

Hi guys,

can oracle se2 be added to the list of supported engines or is there a technical reason the snapshot share/copy model won't work here?

mrcoronel commented 5 years ago

Hi @rexc , I can't see it on my list of available engines. How is it reported if you run aws rds describe-db-engine-versions ? "oracle-se2" ? I don't mind adding it but will not be able to test it

rexc commented 5 years ago

Here's a snippet from my describe-db-engine-versions:

{
            "Engine": "oracle-se2",
            "EngineVersion": "12.1.0.2.v3",
            "DBParameterGroupFamily": "oracle-se2-12.1",
            "DBEngineDescription": "Oracle Database Standard Edition Two",
            "DBEngineVersionDescription": "Oracle 12.1.0.2.v3",
            "DefaultCharacterSet": {
                "CharacterSetName": "AL32UTF8",
                "CharacterSetDescription": "Unicode 5.0 UTF-8 Universal character set"
            },

I can test here by adding it to _SUPPORTED_ENGINES variable in all code references in my lambdas I assume?

rexc commented 5 years ago

db_versions_json.txt