runtimesoftware / runtime-backup-manager

Backups up databases and folders on a computer and optionally uploads them to remote storage
Apache License 2.0
1 stars 3 forks source link

[bug] Backup fails if DB name has special characters like "-", "_" etc #4

Closed xe1os closed 2 years ago

xe1os commented 2 years ago

Hi,

Backup fails if the db name has special characters like - (hyphen) , _ (underscore) etc.

Thanks

runtimesoftware commented 2 years ago

I have tested this with a database having in the name and it worked fine. This may be happening at your end due to Timeout issue reported separately. Could you check logs and see if there is any specific error message related to database name having - or and let me know.

xe1os commented 2 years ago

Hi,

It is working for db name with underscore but not working for hyphen.

For your reference.

image

runtimesoftware commented 2 years ago

Found the issue and fixed in ver. 1.1.1.