How do I switch from fullDB to filesystem storage?
You can switch from fullDb to filesystem with 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 on changing default storage parameters.