How do I switch from fullDB to filesystem storage?

JFrog Support
2023-01-22 11:05

You can switch fromfullDb to filesystemwith a few steps:

  1. Perform a full export.
  2. Move the$ARTIFACTORY_HOME/data folder to another location.
  3. Change the binary.provider.type property to "filesystem" in your $ARTIFACTORY_HOME/etc/storage.properties file.
  4. Do a full system import.


For further information please visit our wiki page onchanging default storageparameters.