This is an old revision of the document!


Front-end server

Modules update

Check update

  • Open admin page:

…/admin/reports/updates

  • Click Check manually to update status.

Result example:

Download update

  • SSH login on drupal server
  • download
wget http://ftp.drupal.org/files/projects/image-6.x-1.2.tar.gz
wget http://ftp.drupal.org/files/projects/views-6.x-2.16.tar.gz
  • expand tar
tar -xvzf image-6.x-1.2.tar.gz
tar -xvzf views-6.x-2.16.tar.gz
  • read INSTALL.txt and README.txt

Update

  • place site offline
.../admin/settings/site-maintenance
  • backup mudule dir
mv /usr/share/rootsitedir/sites/all/modules/image modbackup/
mv /usr/share/rootsitedir/sites/all/modules/views modbackup/
  • copy new files
mv image /usr/share/rootsitedir/sites/all/modules/
mv views /usr/share/rootsitedir/sites/all/modules/
chown -R root:admin /usr/share/rootsitedir/sites/all/modules/image
chown -R root:admin /usr/share/rootsitedir/sites/all/modules/views
  • run update.php
  • verify update result
.../admin/reports/updates

  • place site online
.../admin/settings/site-maintenance
 
 
frontend/mod_update.1335518716.txt.gz · Last modified: 2012/04/27 22:18 (external edit)

Developers: CNR IRCrES IT Office and Library
Giancarlo Birello (giancarlo.birello _@_ ircres.cnr.it) and Anna Perin (anna.perin _@_ ircres.cnr.it)
DigiBess is licensed under: Creative Commons License
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Drupal Garland Theme for Dokuwiki