Drupal数据库更新
每当模块、主题或核心软件更新时,使用此实用程序即可更新你的数据库.
For more detailed information, see the Updating Drupal guide. If you are unsure what these terms mean you should probably contact your hosting provider.
- 备份您的代码。提示:备份模块的代码时,请勿将备份放在 'modules' 或者 'sites/*/modules' 目录中,否则可能干扰 Drupal 的自动发现机制。
- 将您的站点置为维护模式。
- 备份您的数据库。这一过程将更改数据库中的内容。拥有备份,将使得您在紧急情况下可以进行恢复。
- 更新你的文件(按照上面链接的手册页面描述那样).
当您完成以上步骤之后,可以继续下一步。
继续