zigo928 / xtrabackup-manager

Automatically exported from code.google.com/p/xtrabackup-manager
Other
0 stars 0 forks source link

xbm-conftool: please review/commit #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I added a tool to manipulate the in database settings:

xbm-conftool -e exports configuration tables as CSV files into ./confdata/.

You can then manipulate them with a spreadsheet or text editor.

xbm-conftool -i imports the CSV files back into MySQL.

The current approach is to always overwrite all existing configuration. It is 
possible to also create a mode where new configurations are added to old ones, 
but the current mode should in any case be the default as it is easier to 
comprehend.

If you commit this, I will of course document it.

Original issue reported on code.google.com by henrik.i...@gmail.com on 29 Mar 2011 at 2:20

Attachments:

GoogleCodeExporter commented 8 years ago
I committed the code in revision 28.

Please check it out and let me know if you're happy with it.

Original comment by lachlan....@gmail.com on 16 Apr 2011 at 12:01