cells admin clean reset-jobs
Reset a job to its default
Synopsis
DESCRIPTION
Display a list of all automatically inserted jobs and choose one to reset it to its factory default settings.
This feature can be useful when a job requires an upgrade. Please ensure that the server is running.
EXAMPLE
$ ./cells admin clean reset-jobs
+----+----------------------+--------------------------------+ | # | SERVICE | LABEL | +----+----------------------+--------------------------------+ | 1 | pydio.grpc.jobs | Extract image thumbnails and | | | | Exif data | | 2 | pydio.grpc.jobs | Clean jobs and tasks in | | | | scheduler | | 3 | pydio.grpc.jobs | Clean or transfer user data on | | | | deletion | | 4 | pydio.grpc.jobs | Clean orphan files after 24h | | 5 | pydio.grpc.jobs | Clean expired ACLs after 10 | | | | days | | 6 | pydio.grpc.versions | Event Based Job for | | | | replicating data for | | | | versioning | | 7 | pydio.grpc.activity | Users activities digest | | 8 | pydio.grpc.mailer | Flush Mails Queue | | 9 | pydio.grpc.oauth | Prune revoked tokens and | | | | expired reset password keys | +----+----------------------+--------------------------------+
Select a job number to reset it in the scheduler: 9
./cells admin clean reset-jobs [flags]
Options
-h, --help help for reset-jobs
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 clean - Housekeeping commands