oo

DBStore

DBStore stores files to the DXP database as blobs. DBStore doesn’t have the transaction rollback vulnerabilities that the file-based store types (Simple, Advanced, S3) have.

DBStore’s file size limit is 1 gigabyte. To store files larger than 1 gigabyte, use the Simple File System Store or Advanced File System Store.

Configuring the Store

  1. Configure portal-ext.properties with this property:

    dl.store.impl=com.liferay.portal.store.db.DBStore
    
  2. Restart DXP.

DXP is now saving files to DBStore.