lesterchan / wp-dbmanager

Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up, optimizing and repairing of database.
https://wordpress.org/plugins/wp-dbmanager/
71 stars 26 forks source link

Increase maxlength of "Path To Backup" textbox to 200 #31

Closed arunbasillal closed 1 year ago

arunbasillal commented 1 year ago

Thank you for the plugin, I have been using this plugin ever since I started using WordPress. <3

Some windows environments have paths longer than 105. Currently I am editing the Path To Backup textbox in dev tools to enter the longer paths. This simple change will help me and potentially others too.

Before I realized this, I couldn't figure out why the path was not reading correctly. The path was being cut off and it was not apparent.

Thanks for considering.