Expand my Community achievements bar.

Is it possible to temporarily 'lock' content authoring while packages / bundles are installed?

Avatar

Level 4

Hi All,

Is it possible to temporarily 'lock' content authoring during an installation / maintenance window , for example while packages / bundles are being installed?

Thank you for your time.

2 Replies

Avatar

Employee

I do not believe the server is available during an upgrade installation but during the routine maintenance e.g. workflow purge, DataStore Garbage Collection, ..etc Ideally you should not let any access. You can block access via dispatcher.

Avatar

Employee Advisor

You do this by setting up a maintenence page at either CDN/dispatcher level. Whenever you would like to lock authoring, you can show the maintanence page.

Another option is to write custom code using the lock/unlock function of Page API[1] and lock the pages when installation/maintenece is going on. You can unlock the pages once activity is completed.

[1] Page ("The Adobe AEM Quickstart and Web Application.")