F.2.3. Manually Upgrading the Configuration
It is also possible to perform the configuration upgrade steps manually. To do this
Locate the
upgrade06.xsl conversion script or download the latest version from
Git
# xsltproc /path/to/upgrade06.xsl config06.xml > config10.xml
Locate the pacemaker.rng script.
# xmllint --relaxng /path/to/pacemaker.rng config10.xml
The advantage of this method is that it can be performed without the cluster running and any validation errors should be more informative (despite being generated by the same library!) since they include line numbers.