[Feature Request] SQL backup features
RalphORama opened this issue ยท 2 comments
Exclude SQL tables by name
8 of my plugins use MySQL databases, but two generate a considerable amount of data I don't want to include in my backup. The tables in particular are
co_block
co_item
The ability to exclude SQL tables based on table name would be very beneficial.
Rate limit SQL queries
Whenever a backup runs, it causes all other database connections on my server to time out as it pulls data over the network. If rate limiting options for SQL could be implemented, that would be hugely beneficial
Feature added with a8dcad3.