Questions tagged [maintenance-mode]

Use this tag for questions about putting your application on maintenance mode and/or displaying maintenance pages to end-users. For frameworks, services, and platforms that have built-in mechanisms for doing either of those, please check if there are more specific tags that can be used, and if so, add those tags as well.

For applications that are currently live in production environments, it is a common scenario that the application would need to be temporarily unavailable to end-users, because it needs to undergo maintenance activities, such as installing software updates, patching of critical bugs, replacing or restarting certain components, or cleaning-up of files/folders or data.

For such cases, it is common practice to put the application into "maintenance mode", wherein end users accessing the application would not be able to use any of the application features, and instead would see or get an "This site is under maintenance" page or response. This prevents data corruption and bad user experience, while the application is being updated.

Please make sure to also add the tags related to the framework, library, service, or platform related to the application.

132 questions
0
votes
1 answer

Maintenance Page in aws Cloudfront

Created behavior in AWS cloud front like /api/* to Application load balancer default (*) to S3 want to route the traffic to maintenance page bucket during code deployment time, should allow to do smoke test from my static ip when set maintenance…
0
votes
1 answer

Which SIP response code should be used for maintenance mode

A SIP response code for general maintenance purposes seems not to exist (reference: http://en.wikipedia.org/wiki/List_of_SIP_response_codes). What kind of response code ( 1xx/2xx/3xx/4xx or 5xx ) should be used for maintenance mode?
mate64
  • 9,876
  • 17
  • 64
  • 96
0
votes
1 answer

Show maintenance page during Wildfly startup

I have a WildFly installation which takes some time during startup due to the count and size of the deployments. So I would like to show a maintenance page until the full application is ready. In one of the previous WildFly versions I used…
Tobias Liefke
  • 8,637
  • 2
  • 41
  • 58
0
votes
2 answers

Enabling "Maintenance mode" in PrestaShop 1.7 using a script and not admin panel?

I'm writing a script that would back-up my PrestaShop instance installed on my own server. I'm using Prestashop 1.7.7.4. I suppose it is recommended to put your shop(s) in "Maintenance mode" during database dumping, to make sure nobody interacts…
0
votes
1 answer

Show Maintenance "Custom Message" to end User if server stops/down in payara

My web application developed using (GWT/J2EE stack) is deployed on Payara glassfish server and its on production server. We frequently stops the server for maintenance like 'fixing bugs/for enhancement/upgrading'. If the end user try to access the…
moh
  • 1,426
  • 2
  • 16
  • 43
0
votes
1 answer

Apache 2.4 maintenance html page image not loading

I am trying to implement maintenance page in apache 2.4 without restart and for specific 503 error code. I am following this site https://www.shellhacks.com/redirect-site-maintenance-page-apache-htaccess/ Below is my html file, image file…
0
votes
1 answer

Are there maintenance-mode for vue/cli app?

I wonder if for vue/cli / bootstrap-vue project/vue-router / "vue-resource" project with laravel 6 as backend api there are some goods decisions/plugins like maintenance-mode in laravel, with blocking all site with common message and posibility to…
mstdmstd
  • 2,195
  • 17
  • 63
  • 140
0
votes
1 answer

How to redirect to a "Maintenance Mode" page if context is missing

I have a webapp deployed with a war archive on a tomcat 6 server. There is a clean way to instrument Tomcat to redirect to a "Maintenance Mode" page if my webapps is undeployed? I mean some sort of Tomcat component that dinamically intercept all…
Pier Luigi
  • 7,871
  • 9
  • 36
  • 46
0
votes
1 answer

Maintenance mode vs middleware to redirect in Laravel

I don't know much about maintenance mode in Laravel. I am currently using middleware that gets the status of the site from the db and if it is closed, redirects to a maintenance view. What are the benefits of using Laravel's maintenance mode over…
0
votes
1 answer

Getting user current status in laravel middleware

I am using this package for maintenance but to define what user can have access to the site during down time and what user can't I have issue. during passed few days I was searching and I read a lot, that because main controller loads after…
mafortis
  • 6,750
  • 23
  • 130
  • 288
0
votes
1 answer

How to add a function to the maintenance mode template?

I'am using this maintenance-mode package https://github.com/fabiocaccamo/django-maintenance-mode in order to display my maintenance mode template. My template is displayed correctly but I am unable to add functions to this template. I would like to…
Nikita
  • 75
  • 1
  • 10
0
votes
1 answer

Wix Installer Maintenance

If I execute a Wix installer for first time it will install as expected. If I re-run the installer it correctly enters maintenance mode (Repair/Change/Modify) However if I re-compile the installer between the initial install and the re-run, it…
0
votes
1 answer

Excluding Maintenance Page in specific directory

Currently I use this code in my .htaccess file to trigger my Site's maintenance page. RewriteEngine On RewriteCond %{DOCUMENT_ROOT}/maintenance.html -f RewriteCond %{DOCUMENT_ROOT}/maintenance.enable -f RewriteCond…
Tom Roman
  • 13
  • 5
0
votes
1 answer

htaccess maintenance redirect, but exclude some folders (hostgator multsite plan)

I am building a virtual store with Magento, and I am using the HostGator hosting with the "M" plan, that have support for more than one site, the problem is that Magento is in the root and I have another site inside the folder /example.com.br, but…
rafaelfndev
  • 679
  • 2
  • 9
  • 27
0
votes
1 answer

How can I disable the message "Operating in maintenance mode. Go online." in maintenance mode?

I build site based on Drupal 7 and Twitter Bootstrap 3. Also, I output status messages into modal window. But I use maintenance mode and for the each page a see the message "Operating in maintenance mode. Go online." and it should be close each…
trolik
  • 43
  • 2
  • 10
1 2 3
8 9