# Below only works if you have no /opt/zammad/storage folder yet and # still use the default "DB" setting for the storage_provider mkdir /opt/zammad_storage/ ln -s /opt/zammad_storage/ /opt/zammad/storage chown zammad:zammad /opt/zammad_storage/ chmod 700 /opt/zammad_storage/ # Change to File storage and move said files from DB to File # omit 'zammad run' on non package installations zammad run rails r "Setting.set('storage_provider', 'File')" zammad run rails r "Store::File.move('DB', 'File')""