Skip to content

Maintenance Mode

Eric Larson edited this page Sep 12, 2017 · 1 revision

The B1G Geoportal can be placed into maintenance mode -- should a system upgrade, or index change require application downtime. To flip the application into maintenance mode, call the corresponding capistrano rake task, and indicate the environment:

$> bundle exec cap (development|production) maintenance:enable
$> bundle exec cap (development|production) maintenance:disable

The maintenance mode HTML file is stored in /shared/public/system and can be enabled while another release is deployed onto the server.

Clone this wiki locally