Pydio Cells 3.0.5 (Dockerised) won't start after encryption key created

New Dockerised install of Cells 3.0.5, working fine until an encryption key was created.

Re-installed and created the key without associating it to any of the storage and no data added. Restarted, now the interface is in accessible with a 502 error returned. Here is an excerpt of the logs:

baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:58.577Z INFO pydio.grpc.data.index Started
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:58.577Z INFO pydio.gateway.grpc Activating self-signed configuration for gRPC gateway to allow full TLS chain.
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:58.577Z INFO pydio.grpc.data.index Starting umbrella service pydio.grpc.data.index. with sources {“sources”: [“pydiods1”, “personal”, “cellsdata”, “versions”, “thumbnails”]}
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:58.578Z INFO pydio.gateway.grpc Started
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:58.626Z INFO pydio.test.objects Started
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:58.691Z INFO pydio.grpc.activity Started
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:58.727Z INFO pydio.rest.activity Started
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:58.947Z INFO pydio.grpc.data.index.personal Started
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:58.977Z INFO pydio.grpc.data.index.pydiods1 Started
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:58.984Z INFO pydio.grpc.data.index.versions Started
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:58.994Z INFO pydio.grpc.data.index.cellsdata Started
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:58.997Z INFO pydio.grpc.data.index.thumbnails Started
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:49:59.630Z INFO pydio.gateway.proxy Restarting proxy {“caddyfile”: “\n\n\n\n\n\n\n0.0.0.0:8080 {\n\t\n\n\t\n\n\tpydioproxy /a pydio.gateway.rest {\n\t\twithout /a\n\t\tfail_timeout 20s\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\tpydioproxy /oidc pydio.web.oauth {\n\t\tinsecure_skip_verify\n\t\tfail_timeout 20s\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\tpydioproxy /io pydio.gateway.data {\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t\theader_downstream Content-Security-Policy “script-src ‘none’”\n\t\theader_downstream X-Content-Security-Policy “sandbox”\n\t}\n\tpydioproxy /data pydio.gateway.data {\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t\theader_downstream Content-Security-Policy “script-src ‘none’”\n\t\theader_downstream X-Content-Security-Policy “sandbox”\n\t}\n\tpydioproxy /buckets pydio.gateway.data {\n\t\twithout /buckets\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t\theader_downstream Content-Security-Policy “script-src ‘none’”\n\t\theader_downstream X-Content-Security-Policy “sandbox”\n\t}\n\tpydioproxy /ws pydio.gateway.websocket {\n\t\twebsocket\n\t\twithout /ws\n\t\tfail_timeout 20s\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\tpydioproxy /dav pydio.gateway.dav {\n\t\tfail_timeout 20s\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t\theader_downstream Content-Security-Policy “script-src ‘none’”\n\t\theader_downstream X-Content-Security-Policy “sandbox”\n\t}\n\t\n\n\tpydioproxy /plug/ pydio.web.statics {\n\t\tfail_timeout 20s\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t\theader_downstream Cache-Control “public, max-age=31536000”\n\t}\n\tpydioproxy /public/ pydio.web.statics {\n\t\tfail_timeout 20s\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\tpydioproxy /public/plug/ pydio.web.statics {\n\t\tfail_timeout 20s\n\t\twithout /public\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t\theader_downstream Cache-Control “public, max-age=31536000”\n\t}\n\tpydioproxy /user/reset-password/ pydio.web.statics {\n\t\tfail_timeout 20s\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\n\tpydioproxy /robots.txt pydio.web.statics {\n\t\tfail_timeout 20s\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\t\n\tpydioproxy /login pydio.web.statics {\n\t\twithout /login\n\t\twith /gui\n\t\tfail_timeout 20s\n\t\theader_upstream Host {host}\n\t\theader_upstream X-Real-IP {remote}\n\t\theader_upstream X-Forwarded-Proto {scheme}\n\t}\n\n\n\tpydioproxy /grpc pydio.gateway.grpc {\n\t\ttls\n\t\twithout /grpc\n\t\tinsecure_skip_verify\n\t\tfail_timeout 20s\n\t}\n\t\n\trewrite {\n\t\tif {>Content-type} has “application/grpc”\n\t\tto /grpc/{path}\n\t}\n\n\n\tredir 302 {\n\t\tif {>Content-type} not_has “application/grpc”\n\t\tif {>Authorization} not_has “AWS4-HMAC-SHA256”\n\t\tif {path} is /\n\t\t/ /login\n\t}\n\n\trewrite {\n\t\tif {>Authorization} has “AWS4-HMAC-SHA256”\n\t\tif {path} is / \n\t\tto /buckets{path}\n\t}\n\n\trewrite {\n\t\tif {>Authorization} has “AWS4-HMAC-SHA256”\n\t\tif {path} starts_with “/probe-bucket-sign”\n\t\tto /buckets{path}\n\t}\n\n\t\n\t\n pydioproxy /wopi/ pydio.gateway.wopi {\n transparent\n\t\t\theader_upstream Host {host}\n\t\t\theader_upstream X-Real-IP {remote}\n\t\t\theader_upstream X-Forwarded-Proto {scheme}\n }\n\n \n\t\n\t\n\trewrite {\n\t\tif {path} not_starts_with “/a/”\n\t\tif {path} not_starts_with “/oidc/”\n\t\tif {path} not_starts_with “/io”\n\t\tif {path} not_starts_with “/data”\n\t\tif {path} not_starts_with “/buckets”\n\t\tif {path} not_starts_with “/ws/”\n\t\tif {path} not_starts_with “/plug/”\n\t\tif {path} not_starts_with “/dav”\n\t\t\n\t\tif {path} not_starts_with “/wopi/”\n\t\t\n\t\tif {path} not_starts_with “/loleaflet/”\n\t\t\n\t\tif {path} not_starts_with “/browser/”\n\t\t\n\t\tif {path} not_starts_with “/hosting/discovery”\n\t\t\n\t\tif {path} not_starts_with “/lool/”\n\t\t\n\t\tif {path} not_starts_with “/cool/”\n\t\t\n\t\tif {path} not_starts_with “/public/”\n\t\tif {path} not_starts_with “/user/reset-password”\n\t\tif {path} not_starts_with “/robots.txt”\n\t\tto {path} {path}/ /login\n\t}\n\n\troot “/3d483735-020c-4d0a-b06a-773bcc05c2a5”\n\n\t\n\ttls “/var/cells/certs/8d2a45b3f82291d357c96c9468c8cfc3.pem” “/var/cells/certs/8d2a45b3f82291d357c96c9468c8cfc3-key.pem”\n\terrors “/var/cells/logs/caddy_errors.log”\n\tlog “/var/cells/logs/caddy_logs.log”\n}\n\n\n\n\n\t”}
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:50:00.133Z INFO pydio.gateway.proxy Restart done
baobab_shop_cells.1.hx836vi3qyui@Ubuntu-1804-bionic-64-nextcloud | 2022-03-08T16:54:44.995Z ERROR pydio.grpc.tasks Streamer PutTaskStream {“error”: “{“id”:“go.micro.client”,“code”:408,“detail”:“context deadline exceeded”,“status”:“Request Timeout”}”}

Hello @vmatekole and welcome in the forum.

I have quickly tried to reproduce your issue, but I could not. It works for me.
Could you please provide further details ?

For instance:

  • do you see any error message when you create the encryption key?
  • how is your db deployed?

In the log you display, except the last error message that might be the sign of a deeper problem, the rest seems fine.

Maybe the application doesn’t like the name of your host, especially the suffix… (just kiddin :wink: )

Haha! Yeah, that is a result of the Ubuntu image my hosting provider gives, not sure why they use that name!? Never bothered to change it.

DB is deployed via Docker and everything works fine there. I am also using S3 as primary storage that may differ from your environment. It is a primary reason I chose Pydio over nextcloud — nextcloud doesn’t support encryption at rest when using S3.

I spent some time on the issue today… There appears to be no problem now after another attempt at installation. Very strange as I could consistently reproduce the issue… This time I did slightly different steps:

  1. I gave the name of the key a different name (instead of ‘vault’)
  2. On previous installations, I added versioning policies before I created the key. This time I created the key first, restarted cells services and then applied versioning policies.

So far all seems to be working but for sure there was an issue with my combination of steps/deployment. I will monitor it and will report any issues.

Thanks again for getting back :muscle:t6:

1 Like

A week later I can say the issue seems to be related to communication with S3 (Wasabi). When Cells is restarted the following errors occur:

baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:42.195Z	INFO	pydio.grpc.data.sync.versions	Trying to contact object service data.objects.gateway1 (retry 2)
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:42.357Z	INFO	pydio.gateway.proxy	Restart done
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:59:37.281Z	ERROR	pydio.grpc.tasks	Streamer PutTaskStream	{"error": "{\"id\":\"go.micro.client\",\"code\":408,\"detail\":\"context deadline exceeded\",\"status\":\"Request Timeout\"}"}
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:01:19.551Z	INFO	pydio.grpc.data.sync.cellsdata	Trying to contact object service data.objects.gateway1 (retry 2)
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:03:49.055Z	INFO	pydio.grpc.data.sync.pydiods1	Trying to contact object service data.objects.gateway1 (retry 2)
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:04:07.671Z	INFO	pydio.grpc.data.sync.cellsdata	Trying to contact object service data.objects.gateway1 (retry 3)
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:04:42.013Z	INFO	pydio.grpc.versions	Inserting versioning job
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:04:42.199Z	ERROR	pydio.grpc.data.sync.versions	Could not run 	{"error": "objects not reachable"}
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:04:42.292Z	INFO	pydio.grpc.data.sync.personal	Trying to contact object service data.objects.gateway1 (retry 2)
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:04:42.304Z	INFO	pydio.grpc.data.sync.thumbnails	Trying to contact object service data.objects.gateway1 (retry 2)

It is only after multiple restarts do I then get the following successful:


	✅ Using the local CA at "/var/cells/certs/rootCA.pem" ✨
baobab_shop_cells.1.rnrqkz87burk@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:52:14.540Z	INFO	pydio.gateway.proxy	Restart done
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.266Z	INFO		✅ Created a new certificate valid for the following names 📜 - "10.0.0.214" - "10.0.46.88" - "127.0.0.1" - "172.18.0.7" - "localhost"
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.266Z	INFO		✅ The certificate is at "/var/cells/certs/2e4eac7477041227f5d5b31fb99ded8e.pem" 
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.267Z	INFO		 and the key at "/var/cells/certs/2e4eac7477041227f5d5b31fb99ded8e-key.pem"
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | ### Pydio Cells Home Edition
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.267Z	INFO		
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    |  Version: 	3.0.5
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.267Z	INFO		👉 If you are behind a reverse proxy, you can either install the RootCA on the proxy machine trust store, or configure your proxy to `insecure_skip_verify` for pointing to Cells.
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    |  Built: 	25 Feb 22 08:34 +0000
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.267Z	INFO		👉 If you are developing locally, you may install the RootCA in your system trust store to see a green light in your browser!
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    |  Git commit: 	d21a9ba8db23e562b45dc20f554965f327f55a38
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.267Z	INFO		🗒  To easily install the RootCA in your trust store, use https://github.com/FiloSottile/mkcert. Set the $CAROOT environment variable to the rootCA folder then use 'mkcert -install'
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    |  OS/Arch: 	linux/amd64
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.267Z	INFO		
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    |  Go version: 	go1.15.14
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.268Z	INFO		Activating privacy features... done.
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | ### About to execute: [cells start]
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.269Z	INFO		https://0.0.0.0:8080
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:36.700Z	INFO	pydio.gateway.data	Started
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.269Z	INFO	pydio.gateway.proxy	Started
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:36.700Z	INFO	pydio.grpc.broker	Started
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.370Z	INFO	pydio.gateway.websocket	Started
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:36.700Z	INFO	pydio.grpc.registry	Started
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.393Z	INFO	pydio.rest.update	Started
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:36.701Z	INFO	pydio.grpc.data.objects	Started
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.394Z	INFO	pydio.rest.policy	Started
baobab_shop_cells.1.du428pc1jgse@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:22:41.791Z	INFO		🗒  To easily install the RootCA in your trust store, use https://github.com/FiloSottile/mkcert. Set the $CAROOT environment variable to the rootCA folder then use 'mkcert -install'
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:36.701Z	INFO	pydio.grpc.data.objects	Starting umbrella service pydio.grpc.data.objects. with sources	{"sources": ["gateway1"]}
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.394Z	INFO	pydio.rest.user	Started
baobab_shop_cells.1.du428pc1jgse@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:22:41.791Z	INFO		
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.395Z	INFO	pydio.rest.log	Started
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:36.702Z	INFO	pydio.grpc.config	Started
baobab_shop_cells.1.du428pc1jgse@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:22:41.791Z	INFO		Activating privacy features... done.
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.395Z	INFO	pydio.rest.role	Started
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:36.703Z	INFO	pydio.gateway.rest	Started
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:36.703Z	INFO	pydio.grpc.data.sync	Started
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.395Z	INFO	pydio.rest.frontend	Started
baobab_shop_cells.1.du428pc1jgse@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:22:41.791Z	INFO		https://0.0.0.0:8080
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.396Z	INFO	pydio.rest.workspace	Started
baobab_shop_cells.1.du428pc1jgse@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:22:41.791Z	INFO	pydio.gateway.proxy	Started
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:36.703Z	INFO	pydio.grpc.data.sync	Starting umbrella service pydio.grpc.data.sync. with sources	{"sources": ["thumbnails", "pydiods1", "personal", "cellsdata", "versions"]}
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.396Z	INFO	pydio.rest.user-meta	Started
baobab_shop_cells.1.du428pc1jgse@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:22:41.793Z	INFO	pydio.rest.config	Started
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:36.703Z	INFO	pydio.grpc.update	Started
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.397Z	INFO	pydio.rest.config	Started
baobab_shop_cells.1.m1rvu44mdp4q@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:55:05.543Z	INFO	pydio.grpc.data.index.thumbnails	Started
baobab_shop_cells.1.ncknhrqlz72o@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T17:54:36.704Z	INFO	pydio.grpc.statics	Started
baobab_shop_cells.1.m1rvu44mdp4q@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:55:05.543Z	INFO	pydio.grpc.data.index.cellsdata	Started
baobab_shop_cells.1.du428pc1jgse@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:22:41.793Z	INFO	pydio.rest.role	Started
baobab_shop_cells.1.5jxd3t0divdd@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:53:24.397Z	INFO	pydio.rest.graph	Started
baobab_shop_cells.1.du428pc1jgse@Ubuntu-1804-bionic-64-nextcloud    | 2022-03-15T18:22:41.803Z	INFO	pydio.grpc.jobs	Started

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.