Changes between Initial Version and Version 1 of HowToUpgrade


Ignore:
Timestamp:
May 5, 2010, 11:36:34 PM (14 years ago)
Author:
stegherr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToUpgrade

    v1 v1  
     1= How to upgrade !GeoNetwork =
     2== Minor upgrade ==
     3A minor upgrade is when there have been no database changes since your current version.
     4
     5Follow 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{{{
     16cp -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 ==
     22Follow the documentation of the new major release.