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

Can you go into detail about why this doesn't work with aurora-postgresql? #3

Closed
mgaut72 opened this issue Mar 9, 2018 · 2 comments

Comments

@mgaut72
Copy link

mgaut72 commented Mar 9, 2018

No description provided.

@ahartma1
Copy link

I wondered this too and ultimately wrote my own function because this one didn't support deletion on multiple schedules (our org prunes the data at different intervals). But I believe it just needs a slight code change to include postgres, there should be no difference in the way snapshots are handled by the aws api the way i understand it. I haven't tested this but you could try it by changing line 42 in the snapshot_tool_utils.py to include a second value in the list.

_SUPPORTED_ENGINES = ['aurora', 'aurora-postresql']

@mgaut72
Copy link
Author

mgaut72 commented Mar 23, 2018

@ahartma1 I had a successful experience by implementing your suggested change. I'll close this issue, but suggest that awslabs go forward with this expansion of supported engines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants