cells admin clean resync
And a TriggerResync gRPC command to a service
Synopsis¶
DESCRIPTION
TriggerResync is a generic gRPC endpoint that can be implemented by various services to perform internal clean-up or resynchronization.
This can be currently used for datasources (see 'admin datasource' commands), search engine, logs (for truncating). The "path" can be used by some services to read additional parameters.
EXAMPLES
To trigger the re-indexation of "pydiods1" datasource, target the "sync" service associated to the datasource :
-
Equivalent to "admin datasource resync" command: $ ./cells clean admin resync --service=pydio.grpc.data.sync.pydiods1
-
Re-index search engine: $ ./cells clean admin resync -s pydio.grpc.search
-
Truncate logs to a given size (in bytes): $ ./cells clean admin resync --service=pydio.grpc.logs --path=TRUNCATE/200000
Options¶
Options inherited from parent commands¶
SEE ALSO¶
- ./cells admin clean - Housekeeping commands
Auto generated by Pydio Cells Home Edition v4.4.13 on 7-May-2025