How do I switch from fullDB to filesystem storage?
You can switch fromfullDb to filesystemwith a few steps:
- Perform a full export.
- Move the$ARTIFACTORY_HOME/data folder to another location.
- Change the binary.provider.type property to "filesystem" in your $ARTIFACTORY_HOME/etc/storage.properties file.
- Do a full system import.
For further information please visit our wiki page onchanging default storageparameters.
