Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added link to doReader cache config

...

  1. Shut down your old 3.5 repository
  2. Install the newer version of Fedora in a different location, but before starting it:
    1. Copy your old server/config/fedora.fcfg file into the new installation's server/config/ directory.
    2. Copy your old bean definitions under server/config/spring into the new installation's server/config/spring/ directory.
    3. Edit one of the bean definitions to include an object cache. An example can be seen in the 3.7.0 source at LINK https://github.com/fcrepo/fcrepo/blob/master/fcrepo-server/src/main/resources/fcfg/server/doreader-cache.xml .
    4. If you have previously made changes to the repository-wide XACML policies, copy them into the new repository installation's data/fedora-xacml-policies directory (you will need to create this directory)
  3. Start the new instance of Fedora for the first time.
  4. If you are using FeSL and are using a different policy index configuration to your existing installation (i.e. you are no longer using DB XML, the only option available for 3.4.x)
    1. Shut down your repository
    2. Run the Policy Index Rebuilder.
    3. Restart your repository

...