timmyomahony / craft-remote-sync

Sync your database and assets across Craft environments using a remote destination like AWS S3
https://plugins.craftcms.com/remote-sync
Other
12 stars 4 forks source link

Underscore in application name breaks remote sync functionality #45

Closed ivanBereznev closed 1 year ago

ivanBereznev commented 2 years ago

Application name is a part of backup file name generated by Remote Sync. And it relies on certain number of underscores in a file name, so if app name contains an underscore and you generate a backup, then Remote Sync fails to list backups: broken-remote-sync

timmyomahony commented 2 years ago

Thanks for reporting @ivanBereznev, I will look into this.

timmyomahony commented 1 year ago

Hi @ivanBereznev good news, this should now be fixed in version 4.1.0. I've updated the file format now to use two underscores instead of one, meaning you can have an underscore in the system name.

There are a number of other improvements and fixes in 4.1.0 too, so checkout the release notes:

https://github.com/weareferal/craft-remote-sync/releases/tag/4.1.0

ivanBereznev commented 1 year ago

Hi @timmyomahony, perfect, thank you!