Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Update Islandora from version 7.x-1.3 to version 7.x-1.5

  • Create tarball snapshot backup of MySQL and Drupal

    Code Block
    # $FEDORA_HOME/tomcat/bin/shutdown.sh
    # /etc/init.d/mysql stop
    # /etc/init.d/apache stop
    
    # cd /var/lib 
    # tar -cvzf mysql-backup.tar.gz mysql
    # cd /var/www
    # tar -cvzf drupal-7.31-backup.tar.gz drupal
     
    # /etc/init.d/mysql start
    # $FEDORA_HOME/tomcat/bin/startup.sh
    # /etc/init.d/apache start
  • Access the Modules section of Drupal and take note of all Islandora modules, solutions packs and libraries that are loaded. You could just as well make a recursive list of the contents of /var/www/sites
  • Return to the Modules section of Drupal and disable all Islandora modules, solutions packs and libraries that are loaded. You may have to do this in 5 or 6 rounds, until you are able to disable the Islandora core module, and save teh the configuration.
  • Then download and install version 7.x-1.5 of the Essential Modules, as described on the milestone 5 - Installing the Islandora Essential Modules section. Proceed to test those modules.

...