Announcement

Collapse
No announcement yet.

​Maintenance Mode

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • tothewine
    commented on 's reply
    What happens to currently logged-in users?

  • tanya
    replied
    Hi Peter,
    place doesn't matter.
    For example,
    'maintenanceMode' => true,
    after [
    like

    <?php
    return [
    'maintenanceMode' => true,
    'cacheTimestamp'......

    Leave a comment:


  • peterberlin
    replied
    Hi Yuri,
    Thank you so much for the info.
    Do I have to insert the control code into config.php ?
    Aat which place?
    Our config.php (version 5.4.5) is not included.
    Better would be a button or switch in the administration area.
    Very important is that the users and the portal users are informed that the maintenance mode is active. My suggestion would be a message "maintainance mode is activ" is displayed via the fields in the login mask.

    peter

    Leave a comment:


  • yuri
    replied
    Boolean parameter 'maintenanceMode' can be specified in data/config.php. Prohibits an access for all non-admin users when set to true.

    Leave a comment:


  • peterberlin
    replied
    We have been acquiring two portals for a few months now, and we have realised that a maintenance mode would be very good. This mode should lock the login masks (normal and portals) and display a corresponding message.

    Leave a comment:


  • emillod
    replied
    Originally posted by peterberlin View Post
    A maintenance mode is good. But we've been working with ESPO for almost 3 years now and have always put the update in the user-free time, as well as the work on network servers.
    Even better, I find a broadcast message that the administrator can send to all logged in users, which is on the current ESPO window as a popup and has to be acknowledged.
    Wooo!
    Can you describe how to show all users message?

    Leave a comment:


  • peterberlin
    replied
    A maintenance mode is good. But we've been working with ESPO for almost 3 years now and have always put the update in the user-free time, as well as the work on network servers.
    Even better, I find a broadcast message that the administrator can send to all logged in users, which is on the current ESPO window as a popup and has to be acknowledged.

    Leave a comment:


  • emillod
    replied
    Another one here
    Great function to block all user e.g. during upgrade

    Leave a comment:


  • brianpunzalan
    replied
    Seconded on this feature request. This is good since espo is very flexible as a back-end and I guess this is needed. The same as with Drupal having maintenance mode feature.

    Leave a comment:


  • panuweb
    replied
    All right, it's just something that occurred to me.

    Cheers

    Leave a comment:


  • yuri
    replied
    Maybe. I have to think how it should be implemented.

    Leave a comment:


  • panuweb
    replied
    Originally posted by yurikuzn View Post
    There is no such a feature.

    "There is no" or "There will no"?

    It is a suggestion that can be implemented in the future.

    Leave a comment:


  • yuri
    replied
    There is no such a feature.

    Leave a comment:


  • panuweb
    started a topic ​Maintenance Mode

    ​Maintenance Mode

    Possibility of activating a "Maintenance Mode" from the administration, with which users can not to log (except the administrator), who are currently logged give them time to log out, etc., and that the cron does not run.

    All this with the purpose of backing up the database, system updates, etc.

    Greetings
Working...
X