Graylog2-server: Add Backup / Create Plugin to create Configuration Backup

Created on 4 Jul 2016  路  1Comment  路  Source: Graylog2/graylog2-server

Idea description

Coming from the Discussion in https://github.com/Graylog2/documentation/issues/10 it would be helpful if it is possible to create a Backup of your Graylog Configuration / Settings periodical.

What

Create a Plugin that dumps the mongodb and get the graylog configuration to a central location. Restore should be possible too.

feature low hanging fruit triaged

Most helpful comment

Maybe you could even support a configuration like this

# backup mode
cfg_backup_mode = hourly
# backup path
cfg_backup_path = /data/graylog.settings
# restore automatically if mongodb is empty
cfg_restore_path = /data/graylog.settings

Right now we backup the whole mongodb database, a single backup file would be easiyer to handle.

>All comments

Maybe you could even support a configuration like this

# backup mode
cfg_backup_mode = hourly
# backup path
cfg_backup_path = /data/graylog.settings
# restore automatically if mongodb is empty
cfg_restore_path = /data/graylog.settings

Right now we backup the whole mongodb database, a single backup file would be easiyer to handle.

Was this page helpful?
0 / 5 - 0 ratings