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
0 answers

While running maintenance run mode in UFT 12.02 gives error "Maintenance run mode is disabled"

Please help me out if you'll might have had similar problem. I am trying to run 'maintenance run' mode on 'Repository1.tsr' and i encounter the following error : "One of the resources associated with the test cannot be accessed by maintenance mode.…
Pranav
  • 437
  • 3
  • 19
1
vote
1 answer

Updates in Drupal failed, now stuck in maintenance mode

I logged in to the company's Drupal (7.19) site and noticed a lot of recommended updates. There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately! See the available…
Ariella
  • 35
  • 4
1
vote
1 answer

How to bypass some IP Addresses for Laravel 5 Maintenance Mode

In Laravel 4 you can bypass some IP addresses for Laravel Maintenance Mode (php artisan down) by doing this: App::down(function() { if ( !in_array(Request::getClientIp(), ['192.168.0.1'])) { return Response::view('maintenance', [],…
Emeka Mbah
  • 16,745
  • 10
  • 77
  • 96
1
vote
2 answers

Yii2 Dynamic Maintenance Mode

I've used the following library in my Yii2 project: Click here I've set it up and tested it and it works great. But now I want to make it dynamic as in if an admin clicks on a toggle switch the website should go into maintenance mode. To make it…
Abhimanyu Saharan
  • 642
  • 1
  • 10
  • 26
1
vote
1 answer

Drupal 7 Maintenance Mode Custom Page Not working

Prelude Drupal 7 Bootstrap Business (Active Theme) Turn on Maintenance Mode Actions that I have already carried out Copy maintenance-page.tpl.php from modules/system/maintenance-page.tpl.php Edit to your needs Paste it on theme's root folder -->…
Chayemor
  • 3,577
  • 4
  • 31
  • 54
1
vote
2 answers

Is there a way to set up a nightly scheduled downtime for maintenance in TeamCity?

I need to clean up disks nightly and I want to schedule a downtime. Yes I know about the ability to have individual agents do cleanups before starting but I need to do some very specialized cleanups so I need the downtime. Just to clarify - I need…
1
vote
9 answers

Site stuck in Maintenance mode in Drupal 7

My site is developed in Drupal 7. Recently I have put my site to maintenance mode. And now I need to put this site back to live. Unfortunately I am not able to login as admin and 'Go Online'(Because of some modifications in the user login form). I…
neeraja
  • 140
  • 1
  • 3
  • 14
1
vote
1 answer

Schedule website launch

I am using WP Maintenance Mode plugin while I am editing my website. I would like to ask how can I schedule the launch of my website, or automatically deactivating the plugin on a specific time. Thanks in advance!
1
vote
1 answer

InstallShield maintenance mode not running

I have a InstallShield Basic MSI project. It installs correctly, but when I run Setup.exe on a machine where my program is already installed, the Maintenance Mode dialog doesn't show. Instead, the Setup Resume dialog shows. Conditions for…
1
vote
2 answers

CodeIgniter redirect 503

I wanted to set a maintenance page for my website. To do so, I check a field in the DB, in the first script running (MY_Controller). If it's on maintenance, I would like to redirect the user to the maintenance page. This…
1
vote
1 answer

How do I redirect drupal to another site when in maintenance mode

hopefully you can help me; I'm setting up a new Drupal 7 environment and want to setup two subdomains which are independent from Drupal itself. One for the pre-launch and another for when Drupal goes into maintenance mode. Is there a way to do this…
1
vote
1 answer

How to correctly write .htaccess for maintenance mode?

I know the basics for writing an .htaccess that handle a maintenance mode page. I don't want to use a plugin, as I need to replace the whole WP site while in maintenance mode. I've tried to add additional rules to allows access to WP Back-End, only…
Andrea Sciamanna
  • 1,404
  • 1
  • 15
  • 30
1
vote
2 answers

Maintenance Redirect in CakePHP 2.0

I'm trying to make a maintenance redirect page for a website, so that a "Maintenance / Update Mode" can be activated, which will result in redirecting every page request to a "Down for Maintenance Page". I've set the switch to a global variable…
Mister R2
  • 861
  • 5
  • 12
  • 22
1
vote
2 answers

How to have one maintenance page for multiple IIS sites

We have all of our ColdFusion sites running through IIS and when we are upgrading ColdFusion we would like to be able to have a single maintenance page that will cover all of them. How would you go about setting up a catch all for all pages on all…
Rumpleteaser
  • 4,142
  • 6
  • 39
  • 52
1
vote
3 answers

Links on Heroku maintenance pages don't work

When I put up our maintenance page, I include some links to our contact us, a link to our twitter feed for more details, etc. However, I just noticed that (at least in chrome) the links don't open. It's clearly due to the page being hosted from…
Forrest
  • 1,095
  • 9
  • 19
1 2 3
8 9