You are here: System operations > Passivation > Passivation storage

Passivation storage

Passivation details can be saved either as disk files on each Pega Platform server or as database rows in the PegaRULES database. The option that you select determines which passivation features are available.

By default, passivation details are saved as files on each Pega Platform server and correspond to the following prconfig.xml file setting:

<env name="initialization/persistrequestor/storage"
  value="filesystem" />

To save passivation details in the database, add the following setting to the prconfig.xml file:

<env name="initialization/persistrequestor/storage" value="database" />

When this option is set, the passivation daemon saves requestor information as an instance of the System-Requestor-Context class, corresponding to the pr_sys_context database table. The daemon saves page details as an instance of the System-SavedPages class in the pr_page_store database table.

Note: When the Pega Platform is running in high availability mode, passivation storage defaults to "database".