(this beat is weirdly named for not having any direct web servers, but plenty of web application infrastructure; trimming out F9-specific content; adding old or deprecated content notice) |
(Editorial pass) |
||
Line 17: | Line 17: | ||
If your installation is updated to the 6.4 version in Fedora 9, skip the following step. | If your installation is updated to the 6.4 version in Fedora 9, skip the following step. | ||
Before upgrading from earlier versions, remember to log in to your site as the admin user, and disable any third-party modules. After upgrading the package: | |||
# Copy <code>/etc/drupal/default/settings.php.rpmsave</code> to <code>/etc/drupal/default/settings.php</code>, and repeat for any additional sites' <code>settings.php</code> files. | # Copy <code>/etc/drupal/default/settings.php.rpmsave</code> to <code>/etc/drupal/default/settings.php</code>, and repeat for any additional sites' <code>settings.php</code> files. | ||
# Browse to http://host/drupal/update.php to run the upgrade script. | # Browse to http://host/drupal/update.php to run the upgrade script. | ||
Several modules are also now available in Fedora 10, including <code>drupal-date</code>, <code>-cck</code>, <code>-views</code>, and <code>-service_links</code>. |
Revision as of 23:53, 1 November 2008
Web Servers
PostgreSQL DBD Driver
Users of the mod_dbd
module should note that the apr-util
DBD driver for PostgreSQL is now
distributed as a separate dynamically-loaded module. The driver module is now included in the
apr-util-pgsql
package. A MySQL driver is now also available, in the apr-util-mysql
package.
Drupal
Drupal has been updated to 6.4. For details, refer to:
If your installation is updated to the 6.4 version in Fedora 9, skip the following step.
Before upgrading from earlier versions, remember to log in to your site as the admin user, and disable any third-party modules. After upgrading the package:
- Copy
/etc/drupal/default/settings.php.rpmsave
to/etc/drupal/default/settings.php
, and repeat for any additional sites'settings.php
files. - Browse to http://host/drupal/update.php to run the upgrade script.
Several modules are also now available in Fedora 10, including drupal-date
, -cck
, -views
, and -service_links
.