I am running graylog 3.2.4 in EKS with a Elasticsearch cluster in AWS, and I need to move the graylog to a new EKS cluster.
Is there a way to migrate user config/data from old EKS to new EKS? I assume this will be similar to migration config/data from old server to new server?
I am going to answer my own question. Below worked out for me:
mongodb dump on older deployment, do below from mongodb pod console mkdir /var/tmp/backup mongodump --db graylog --out /var/tmp/backup/ tar czvf /var/tmp/graylog_backup.tgz /var/tmp/backup/graylog