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

Fixes an issue with processing backups for database names with periods in their name. #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pocketarc
Copy link

I have databases with periods (.) in the name, and while that's fully supported by MySQL, it chokes up s3-mysql-backup. I just changed the code to look for the date starting from the end (which is always known because of how the filename variable is created).

That solved the problem for me and won't cause problems for anyone else.

Just submitting a PR in the hope that it might be of help. 😄

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

Successfully merging this pull request may close these issues.

None yet

1 participant