logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kopano-srvadm — server management utility

Description

       This tool is used to control certain aspects of the Kopano server, specifically internal state.

Name

       kopano-srvadm — server management utility

Options

-cconfig-file
              Location of a config file to read.

       Default: /etc/kopano/admin.cfg-hhost
              URI for a specific server to connect to and execute the action on.

       Default: default:--clear-cachepool[,pool...]
              Flushes  one  or more of the server's cache pools. The argument shall be a comma-separated list of
              pool names, which  can  be:  quota,  quotadefault,  object,  store,  acl,  cell,  index1,  index2,
              indexedproperty,  userobject, externid, userdetail, server, or the magic value all.  Although this
              operation never causes any data loss, it can affect the performance of the server, since any  data
              requested  after  the  cache  has  been cleared needs to be re-requested from the database or LDAP
              server. Normally, this option is never needed; it is mostly used as a diagnostic.

       --purge-deferred
              The server has an optimization in which  changes  to  the  "tproperties"  table  are  not  writted
              directly,  but  delayed  for a more efficient write at a later time.  The server auto-purges these
              regularly. This command allows you to manually start a purge of all pending  changes.  It  may  be
              useful to run this during low I/O load of your server, e.g. at night.

       --purge-softdeletedays
              Starts  a  softdelete purge on the server, removing all soft-deleted items which have been deleted
              and which are older than the specified number of days.

Kopano 8                                           2018-01-19                                   kopano-srvadm(8)

Synopsis

kopano-srvadm [-cconfig] [-hhost] {--clear-cachetype|--purge-deferred|--purge-softdeletedays}

See Also