Product SiteDocumentation Site

F.2.3. Manually Upgrading the Configuration

It is also possible to perform the configuration upgrade steps manually. To do this
  1. Locate the upgrade06.xsl conversion script or download the latest version from version control
  2. xsltproc /path/tp/upgrade06.xsl config06.xml > config10.xml
  3. Locate the pacemaker.rng script.
  4. xmllint --relaxng /path/tp/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.