ZS

Results 54 comments of ZS

Same here, after ugprading to EE 2.33 , the docker swarm stack stopped working, the portainer container does not start. Database is not encrypted. The data volume is available. Neither...

My tip is that the GO code expects the database to be encrypted, but it is not: ``` goroutine 35 [running]: go.etcd.io/bbolt.(*DB).freepages.func2() go.etcd.io/[email protected]/db.go:1248 +0x8d created by go.etcd.io/bbolt.(*DB).freepages in goroutine 1...

> (...) it looks like the database got corrupted (...) FYI I have weekly Portainer backups. I've tried restoring from several backups (back to 2 months), also with older images:...

I have the same issue; building custom channels hang forever. Peeking into the database, the same statement keeps running. EXPLAIN shows extreme costs: ` Unique (cost=6082629.82..6082629.89 rows=1 width=19) -> Merge...