core.maintenance.html.twig

Same filename in other branches
  1. 9 core/modules/help_topics/help_topics/core.maintenance.html.twig
  2. 10 core/modules/help/help_topics/core.maintenance.html.twig
  3. 11.x core/modules/help/help_topics/core.maintenance.html.twig
---
label: 'Maintaining and troubleshooting your site'
top_level: true
related:
  - core.cron
  - core.extending
  - core.security
  - system.cache
  - system.config_error
  - system.maintenance_mode
---
<h2>{% trans %}Maintaining and troubleshooting overview{% endtrans %}</h2>
<p>{% trans %}Here are some tasks and hints related to maintaining your site, and troubleshooting problems that may come up on your site. See the related topics below for more information.{% endtrans %}</p>
<ul>
  <li>{% trans %}When performing maintenance, such as installing, uninstalling, or upgrading a module, put your site in maintenance mode.{% endtrans %}</li>
  <li>{% trans %}Configure your site so that cron runs periodically.{% endtrans %}</li>
  <li>{% trans %}If your site is not behaving as expected, clear the cache before trying to diagnose the problem.{% endtrans %}</li>
  <li>{% trans %}There are several site reports that can help you diagnose problems with your site. There are also two core modules that can be used for error logging: Database Logging and Syslog.{% endtrans %}</li>
</ul>
<h2>{% trans %}Additional resources{% endtrans %}</h2>
<ul>
    <li>{% trans %}<a href="https://www.drupal.org/docs/user_guide/en/prevent-chapter.html">Preventing and Fixing Problems chapter in the User Guide</a>{% endtrans %}</li>
    <li>{% trans %}<a href="https://www.drupal.org/docs/user_guide/en/security-chapter.html">Security and Maintenance chapter in the User Guide</a>{% endtrans %}</li>
</ul>

File

core/modules/help_topics/help_topics/core.maintenance.html.twig

View source
  1. ---
  2. label: 'Maintaining and troubleshooting your site'
  3. top_level: true
  4. related:
  5. - core.cron
  6. - core.extending
  7. - core.security
  8. - system.cache
  9. - system.config_error
  10. - system.maintenance_mode
  11. ---
  12. <h2>{% trans %}Maintaining and troubleshooting overview{% endtrans %}</h2>
  13. <p>{% trans %}Here are some tasks and hints related to maintaining your site, and troubleshooting problems that may come up on your site. See the related topics below for more information.{% endtrans %}</p>
  14. <ul>
  15. <li>{% trans %}When performing maintenance, such as installing, uninstalling, or upgrading a module, put your site in maintenance mode.{% endtrans %}</li>
  16. <li>{% trans %}Configure your site so that cron runs periodically.{% endtrans %}</li>
  17. <li>{% trans %}If your site is not behaving as expected, clear the cache before trying to diagnose the problem.{% endtrans %}</li>
  18. <li>{% trans %}There are several site reports that can help you diagnose problems with your site. There are also two core modules that can be used for error logging: Database Logging and Syslog.{% endtrans %}</li>
  19. </ul>
  20. <h2>{% trans %}Additional resources{% endtrans %}</h2>
  21. <ul>
  22. <li>{% trans %}<a href="https://www.drupal.org/docs/user_guide/en/prevent-chapter.html">Preventing and Fixing Problems chapter in the User Guide</a>{% endtrans %}</li>
  23. <li>{% trans %}<a href="https://www.drupal.org/docs/user_guide/en/security-chapter.html">Security and Maintenance chapter in the User Guide</a>{% endtrans %}</li>
  24. </ul>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.