If your license for database storage is expired or missing, you can configure Content Delivery to store content on the file system as a fallback scenario.
Procedure
- Open
cd_storage_conf.xml, located in the config\ subdirectory of your combined Content Deployer microservice or of your Content Deployer Worker microservice.
- In the
<Storages> element, find the <Storage> subelement that has the Type attribute set to filesystem and the defaultFilesystem attribute set to true, that is, this element:
<Storage Type="filesystem" Class="com.tridion.storage.filesystem.FSDAOFactory" Id="defaultDataFile" defaultFilesystem="true" defaultStorage="true">
<Root Path="${rootPath}/data"/>
</Storage>
- E nsure the existence of a system environment variable called
rootPath, set to a folder (either on the server itself or in a local network folder) in which you intend to store this fallback content.
- Close
cd_storage_conf.xml.