Skip to content

Comments

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

Open
pocketarc wants to merge 1 commit into7compass:masterfrom
pocketarc:master
Open

Fixes an issue with processing backups for database names with periods in their name.#13
pocketarc wants to merge 1 commit into7compass:masterfrom
pocketarc:master

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.

1 participant