Database space exceeded

Hello, I am getting such an error in the stolon system. I cannot access the database systems. There are some methods below, but I don’t know how to try it, how can I do to fix this problem on the stolon side. Thank you for your help.

ERROR cmd/sentinel.go:1844 cannot update sentinel info {“error”: “etcdserver: mvcc: database space exceeded”}

https://bugzilla.redhat.com/show_bug.cgi?id=1520794
https://cloud.garr.it/support/kb/general/setupPostgreSQLHA/

I was able to defrag with the following commands.
docker exec -it postgresql_etcd_1 sh
ETCDCTL_API=3 etcdctl --endpoints 127.0.0.1:2379 get revisiontestkey -w json
ETCDCTL_API=3 etcdctl --endpoints 127.0.0.1:2379 member list
ETCDCTL_API=3 etcdctl --endpoints 127.0.0.1:2379 defrag
ETCDCTL_API=3 etcdctl --endpoints 127.0.0.1:2379 endpoint status -w table

I also added the following parameters in the docker-compose file, but the problem is still the same.

  • –quota-backend-bytes=8589934592
  • –auto-compaction-retention=1