System Administrator DevOps Jahia 8.2

How to restore/reinstall the modules of Jahia?

Question

I have deleted the content of the folder JAHIA_HOME/digital-factory-data/bundles-deployed and I need to restore the modules, how can I do that?

Answer

There are different cases:

  • with a standalone environment, you can:
    • add the empty file JAHIA_HOME/digital-factory-data/[persisted-bundles].dorestore
    • start Jahia
  • with a cluster environment:
    • retrieve the folder bundles-deployed of another working Jahia node (be careful to keep all the files attributes)
    • start Jahia

In case you want to install all the modules of an environment A to an environment B, you can also use the community module Provisioning generator. The purpose of this module is to create an archive with all the active modules of a platform and the related YAML provisioning file.
Afterward, this archive can be used to install these modules on another platform or in the same one if needed.

In any doubt, don't hesitate to create a ticket in the customer support portal.