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
1
vote
1 answer

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 the site and do our tests.
XYX
  • 11
  • 2
1
vote
1 answer

WordPress: Change language of the splash screen

I am using WPML and WP-maintenance-mode plugin on my site. This site supports dutch and english language with /en and /de in url as below. mysite.com/blog/de/blabla mysite.com/blog/en/blabla When I put the site into maintenance mode, the…
Mahbub Rahman
  • 1,295
  • 1
  • 24
  • 44
1
vote
1 answer

What happens when a user accesses to an ASP.NET MVC website during FTP publishing?

I have an ASP.NET MVC website that needs to be regularly updated. The publishing method is FTP, and the publishing process takes around 6-7 minutes. During this time interval, what happens for someone who tries to visit the website? Is the website…
Philippe
  • 19
  • 3
1
vote
0 answers

Setup simple maintenance page for (private) ECS services within AWS

Our current setup: corporate network is connected via VPN with AWS, Route53 entry is pointing to ELB which points to ECS service (both inside a private VPC subnet). => When you request the URL (from inside the corporate network) you see the web…
1
vote
1 answer

Maintenance window for GKE clusters

I am aware of the fact that, “You must allow at least 48 hours of maintenance availability in a 32 day rolling window” Hence we configured the maintenance window for the cluster to be set dynamically during cluster creation using Terraform…
1
vote
1 answer

maintenance page when no healthy instances in target group

Is there a way to serve a maintenance page in case there are no healthy instances in the associated target group in an amazon application load balancer? I was thinking of a way to show a nice html maintenance page to my users if my instances whithin…
Alex
  • 287
  • 2
  • 9
  • 17
1
vote
0 answers

Laravel maintenance mode allow IPV6

I am trying to allow my client ipv6 through maintenance mode in laravel, but it's not working. Ipv4 working fine
Usman Jdn
  • 807
  • 8
  • 21
1
vote
0 answers

Wordpress : Access admin page during maintenance mode

I have my WP site up and running. When it is time to release new changes, I turn my site into maintenance mode. But admins cannot access to the admin page to do their release related work. I found that if I remove maintenance mode, they can access…
Mahbub Rahman
  • 1,295
  • 1
  • 24
  • 44
1
vote
2 answers

Wordpress .htaccess maintenance mode not working

I am trying to only show a coming soon or maintenance page to everyone except select IP's. I have tried several solutions now and have settled on this code RewriteEngine on RewriteCond %{REMOTE_ADDR}…
Paul Dowlin
  • 123
  • 2
  • 7
1
vote
0 answers

Symfony LexikMaintenanceBundle - The service "lexik_maintenance.driver.factory" has a dependency on a non-ex istent service "translator.default"

I am using symfony 3.4 version. I have installed "LexikMaintenanceBundle" by referring this. I have done configurations as same as the documentations. When I run the command "php bin/console lexik:maintenance:lock" I got this error "The…
Kiran Kumar
  • 167
  • 1
  • 2
  • 13
1
vote
1 answer

Put Express in maintenance mode while executing a given request

In my app I need to synchronize some resources nightly. The synchronization is started by sending PUT request to /api/sync/ with a JSON array of objects in the body. My task is to mirror the data in JSON in my app, so firstly I must resolve what…
Forseti
  • 2,587
  • 6
  • 21
  • 32
1
vote
0 answers

How do disable GitLab sign-in/login for all users while it's undergoing maintenance?

We have an instance of GitLab running in a VM. Whenever I need to update GitLab and its Ubuntu system, I make a snapshot of the VM, perform the updates, and check if everything works fine. Once in a while there will be problems: running out of disk…
digory doo
  • 1,978
  • 2
  • 23
  • 37
1
vote
0 answers

CloudSQL Server Stuck in maintenance mode

I have a google cloud SQL 2nd gen instance stuck in maintenance mode. It has binary logging disabled. I can't access the users, databases or restart the instance. It is well outside the maintenance window (by days) and has been in this state for…
Adrian
  • 193
  • 1
  • 11
1
vote
2 answers

Wordpress: Maintenance mode for a part of the site

I am trying to create maintenance mode page to be able to close only a part of site using URL mask: //example.com/private-cabinet/ So all pages /private-cabinet/etc/etc/etc needs to be down for maintenance with 503 HTTP status, but at the same time…
Ted
  • 55
  • 1
  • 10
1
vote
1 answer

Laravel 5.1 Maintenance Mode Not Working

Hi I am trying to put my Laravel 5.1 app into maintenance mode using the php artisan down command but it is not showing a maintenance page the app continues to function the same. I can confirm that the down file is being created in…
rosscooper
  • 1,976
  • 3
  • 16
  • 29
1 2 3
8 9