| 1 | = How to upgrade !GeoNetwork = |
| 2 | == Minor upgrade == |
| 3 | A minor upgrade is when there have been no database changes since your current version. |
| 4 | |
| 5 | Follow these steps: |
| 6 | |
| 7 | * back up your current installation |
| 8 | |
| 9 | * run installer and install new GN |
| 10 | |
| 11 | * in config.xml, jetty.xml, etc, apply the changes you've made in your current installation. That might as well include the JDBC settings for your DB, no need to use GAST for anything. |
| 12 | |
| 13 | * make sure you copy uploaded images (previews and logos, data files for download) from your current installation: |
| 14 | |
| 15 | {{{ |
| 16 | cp -rp * /somepath/web/geonetwork/WEB-INF/data |
| 17 | }}} |
| 18 | |
| 19 | * apply any other customizations you've made, like for example the logo in the header and whatever else you've changed. |
| 20 | |
| 21 | == Major upgrade == |
| 22 | Follow the documentation of the new major release. |