Zeopack use for more than one fs file

Good morning
I'm managing a Plone site, deployed by a software house.
My database is split in two files:
/filestorage/Data.fs
/filestorage/CatalogData.fs
I tried to pack the db via command line, so:

  1. I stopped the instance (is it mandatory?)
  2. I ran bin/zeopack
    unfortunately only Data.fs (and blobstorage) where packed.
    I packed CatalogData.fs using Zope Control Panel, but I'd like to find a way to do it from command line (I'd like to run it in cron)
    Should you help me?
    Thank you very much
    Gianna

Look at the zeopackall script documented here

https://www.plone-entwicklerhandbuch.de/produktivserver/zodb-packen.html

Apart from that:

zeopack -s <mount_name> 

should work as well

1 Like