cells admin resync
./cells admin resync
Trigger a service resync
Synopsis
DESCRIPTION
Trigger the re-indexation of a service. This can be currently used for datasource indexes and search engine.
EXAMPLES
To trigger the re-indexation of "pydiods1" datasource, target the "sync" service associated to the datasource :
By datasource name: $ ./cells admin resync --datasource=pydiods1
By service name: $ ./cells admin resync --service=pydio.grpc.data.sync.pydiods1
Re-index search engine: $ ./cells admin resync --service=pydio.grpc.search --path=/
./cells admin resync [flags]
Examples
Options
--datasource string Name of datasource to resync
-h, --help help for resync
--path string Path to resync (default "/")
--service string If no datasource name is passed, use the complete service name to resync
Options inherited from parent commands
--broker string Pub/sub service for events between services (currently nats only) (default "nats")
--broker_address string Nats broker port (default ":4222")
--registry_address string Registry connection address (default ":4222")
--registry_cluster_address string Registry cluster address
--registry_cluster_routes string Registry cluster routes
--transport string Transport protocol for RPC (default "grpc")
--transport_address string Transport protocol port (default ":4222")
SEE ALSO
- ./cells admin - Direct Read/Write access to Cells data