1. Before make any changes, backup the original configuration file. For Example:
cp /etc/cb/nginx/conf.d/cb.conf /etc/cb/nginx/conf.d/cb.conf.bakDATE
2. Determine the differences between the files
A. Lines unique to the first file are displayed with a greater than sign (>) at their start, while lines unique to the second file start with a less than sign (<).
diff config.conf config.conf.rpmnew
B. Display two files in columns:
diff -y config.conf config.conf.rpmnew
C. Display context around differences:
diff -c config.conf config.conf.rpmnew
3. Once changes have been migrated over, rename the config.rpmnew file as config.VERSION.changes
mv config.conf.rpmnew config.conf.VERSION.changes
4. Once all .rpmnew changes have been migrated and the files renamed, run the upgrade utility:
/usr/share/cb/cbupgrade
For more information on .rpmnew files check out this link: Dealing with .rpmnew and .rpmsave files | Linux.com | The source for Linux information
<int name="maxMergeAtOnce">10</int> <int name="segmentsPerTier">10</int>
<int name="maxMergeAtOnce">12</int> <int name="segmentsPerTier">24</int>
mv /etc/cb/solr/core_conf/cbevents/conf/solrconfig.xml.template.rpmnew /etc/cb/solr/core_conf/cbevents/conf/solrconfig.xml.template.VERSION.default