Skip to content

Added CONFIG_mysql_dump_create_event to allow backups with fewer privileges if events are not used#52

Merged
BigAndini merged 1 commit intosixhop:masterfrom
abunchofhacks:events
Jun 21, 2021
Merged

Added CONFIG_mysql_dump_create_event to allow backups with fewer privileges if events are not used#52
BigAndini merged 1 commit intosixhop:masterfrom
abunchofhacks:events

Conversation

@SLiV9
Copy link
Contributor

@SLiV9 SLiV9 commented Jun 16, 2021

Added CONFIG_mysql_dump_create_event (default 'yes') which toggles mysqldump option --events. The default behavior is unchanged.

This option allow users that do not use events (or do not wish to back them up) to backup their database without the EVENT privilege. Combined with #51 it allows for backups using only SELECT (and LOCK TABLES if CONFIG_mysql_dump_single_transaction is 'yes') and RELOAD privileges.

…ysql option '--events', to allow backups without EVENT privileges.
@BigAndini BigAndini merged commit cf99cb9 into sixhop:master Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants