cells admin datasource resync
Trigger resync for a structured datasource
Synopsis
DESCRIPTION
Trigger the re-indexation of a datasource. This is only applicable to structured datasource.
EXAMPLES
To trigger the re-indexation of "pydiods1" datasource, target the "sync" service associated to the datasource:
$ ./cells admin datasource resync --datasource=pydiods1
./cells admin datasource resync [flags]
Options
-d, --datasource string Name of datasource to resynchronize
-h, --help help for resync
Options inherited from parent commands
--advertise_address string Default advertise address (default "127.0.0.1")
--broker string Pub/sub service for events between services (default "grpc://:8030")
--config string Configuration storage URL. Supported schemes: etcd|etcd+tls|file|grpc|mem|vault|vaults (default "file:///home/teamcity/.config/pydio/cells/pydio.json")
--discovery string Registry and pub/sub (default "grpc://:8030")
--grpc_client_timeout string Default timeout for long-running GRPC calls, expressed as a golang duration (default "60m")
--registry string Registry used to contact services (default "grpc://:8030")
SEE ALSO
- ./cells admin datasource - Datasource management commands