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

RFE: REST API #17

Open mlhaufe opened 8 years ago

mlhaufe commented 8 years ago

I would like to see the ability to perform backups and control other aspects of this plugin from a RESTFUL API. This would assist automated systems in performing scheduled deployments and rollbacks.

lesterchan commented 8 years ago

That is a good idea. I will probably wait for REST API to mature first (especially with the auth) before doing it.