You can store Documents and Media files in your Liferay DXP database using DBStore. DBStore’s maximum file (stored as a blob) size is 1 gigabyte. To store files larger than that, use Simple File System Store or Advanced File System Store.
Here are the DBStore configuration steps:
-
Set the following property in a
portal-ext.properties
file in your Liferay Home folder:dl.store.impl=com.liferay.portal.store.db.DBStore
-
Restart Liferay DXP.
Documents and Media now uses Liferay DXP’s database via DBStore.