Product SiteDocumentation Site

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
  1. Convert the XML blob:
    # xsltproc /path/to/upgrade06.xsl config06.xml > config10.xml
  2. Locate the pacemaker.rng script.
  3. Check the XML validity:
    # 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.