Skip to main content

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.

maintenance-mode
0 votes
2 answers
84 views

Maintenance Mode Custom Message in Frappe ERPNext

I'm trying to change the message for ERPNext Maintenance Mode as it's currently displaying: "Your system is being updated. Please refresh again after a few moments" and I want to change it ...
Codexters's user avatar
1 vote
1 answer
34 views

Modifying query during maintenance window on specific date and time

| tstats count where index=cts-dcpsa-app sourcetype=app:dcpsa host_ip IN (xx.xx.xxx.xxx, xx.xx.xxx.xxx, xx.xx.xxx.xxx) by host | eval current_time=_time | eval excluded_start_time=strptime("2024-...
Suhani's user avatar
  • 11
0 votes
0 answers
13 views

Cloud SQL Stuck with "Operation is in progress"

We have been locked out of our MySQL instance for a few, and it does not respond to any commands. Either in MySQL CLI, Gcloud CLI locally and Gcloud shell nor restart, start, stop or edit. Have any of ...
W-ROSO's user avatar
  • 1
0 votes
0 answers
51 views

Maintenance page configuration with dynamic timing in Apache

I have a maintenance page in apache which is working fine with static content. How to configure maintenance page in Apache with Dynamic timing? Ex : Server will be back by 2 PM GMT.
user1703879's user avatar
0 votes
0 answers
34 views

Nginx maintenance mode static assets (js, css, png)

I have 2 npm scripts. One build maintenance folder. Second one deletes maintenance folder and build dist folder. My goal is when maintenance folder exists serve its content and redirects every request ...
GTB's user avatar
  • 57
1 vote
0 answers
100 views

Display a static page while building a Nuxt app

I am using nuxt js and I am wondering if it was possible, while the app is building, to display a static page, instead of having the bad gateway or the nuxt default building page? My useCase is when I ...
filoumouton's user avatar
1 vote
0 answers
229 views

How to implement a maintenance mode for a backend on Django, Docker and AWS ECS?

I have a backend for an e-commerce app, built on Django, and hosted on AWS ECS (more precisely with Fargate). Django is in a container, and this container works with another based on Nginx. ECS is ...
0urz4g's user avatar
  • 443
0 votes
1 answer
126 views

How to get WiX Bootstrapper to run the MSI's maintenance UI Dialog INSTEAD OF the bootstrapper's maintenance UI Dialog

I currently have a WiX MSI project with several features. This MSI is wrapped in a wix standard Bootstrapper Application bundle project as I need to install several prerequisites. The Installation ...
Joe Moisan's user avatar
0 votes
1 answer
398 views

VCenter Maintenance mode REST API is not working

I am trying to use the REST API /api/vcenter/host/maintenance/requests-v1 to move the ESX host to Maintenance mode. POST action was success. But host does not move to maintenance mode. I have a ...
Muthukkumaran Ramalingam's user avatar
1 vote
1 answer
38 views

IBM Cloud Code Engine: How to setup maintenance domain when backup going on

I want to show web application is under maintenance while the backup activity goin on. so user can't access the application till that time. In code engine it is possible or we need to do changes in ...
Abhay Raut's user avatar
0 votes
0 answers
828 views

WordPress site fails to update any plugin

I have a small WordPress website with latest version of WP 6.1. I update all plugin regularly and since yesterday i am not able to update any plugin as updates fails each time with below error After ...
Learning's user avatar
  • 19.8k
1 vote
1 answer
141 views

Apache2 mod_rewrite to custom maintenance.html page

I have the following situation. I have for my webapp under /var/www the folder "my_project". Now I want to display a maintenance page using mod_rewrite. For this I have placed under /var/www ...
schwaluck's user avatar
  • 145
-1 votes
1 answer
196 views

updating failed. the response is not a valid json response. WordPress website is on maintenance mode and when I want to publish a page it shows this

From Permalinks URLs are set to "Post", and Simple SSL is activated but when I want to create a new page, "Home" for example, and publish I get the "updating failed. the ...
Salome's user avatar
  • 19
0 votes
0 answers
207 views

WordPress - Custom plugin for maintenance mode not work

I have created a simple plugin to activate maintenance mode in wp with this code class Maintenance { public function __construct() { add_action('get_header', [$this, '...
newbiedev's user avatar
  • 3,204
1 vote
1 answer
21 views

Htaccess Maintenance Mode Exlude 1 Domain

We have add-on domains to the same directory of our website, 1 of the domain is for us to access and test the website. I want to activate Maintenance mode excluding our test domain so we can access ...
XYX's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
9