Our Splunk implementation uses a cluster, so we have db_nnnnnn and rb_nnnnnn files in the frozendb directory. The rb directories are the replicated buckets.
Do I have to restore the db and rb directories?
The doc says to do the following.
cp -r db_1181756465_1162600547_1001 $SPLUNK_HOME/var/lib/splunk/defaultdb/thaweddb
splunk rebuild $SPLUNK_HOME/var/lib/splunk/defaultdb/thaweddb/db_1181756465_1162600547_1001
splunk restart
The problem is, if I only restore the db files, I get the following errors in the Master Node on the Fixup Tasks - Pending screen.
Search Factor: cannot fix up search factor as bucket is not serviceable
Replication Factor: cannot replicate as bucket is not serviceable
Generation: cannot fix up search factor as bucket is not serviceable;
If I also restore the rb files, I do not get those errors, but I'd think that I might get duplicate data.
... View more