Problem/Motivation When site maintenance mode enabled while page cache module also enabled most visitors continue to get cached pages. Proposed resolution Add notice to site maintenance form when p...
Problem/Motivation Have an agent put the site in maintenance mode, or back online.
Problem / Motivation Some common Drupal / Drush tasks have different implementations when moving to a new Major Drupal version. The best example I can give is this: # Drupal 7: Enable maintenance m...
Project: Drupal core, Version: 10.2.x-dev, Component: base system, Priority: Critical, Category: Bug report, Assigned: Unassigned, Reporter: senscybersecurity, Created: 28 Jun 2024 at 09:35 UTC, Updated: 4 Oct 2024 at 09:13 UTC
Problem/Motivation Any pages/rest-exports created using views with permission "View published content" ignores the maintenance mode if the site is in maintenance. Replication Steps Create a new sit...
What is Read Only Mode? Read Only Mode provides an alternate to the built in Maintenance Mode in Drupal.
Put your site in maintenance mode Either from Drupal interface or with drush: (commands for Drupal 7) drush vset --always-set maintenance_mode 0 drush cache-clear all 3. Save your .htaccess...
Split off from [#606840-32]: With page cache on, and with cached pages in the page cache… if you turn on maintenance mode, anon users continue to see the site itself instead of the maintenance mode...
How to enable maintenance mode to set up a "Site under maintenance" message, and how to disable it.
Before you begin ; 1. Backup everything · 2. Put your site in maintenance mode · 3. Update Drupal with drush · 4. Check that everything works · 5. Put your site online again