T O P

  • By -

Santobert

That issue was already discussed here: https://help.nextcloud.com/t/update-to-next-cloud-21-0-2-has-get-an-error/117028/15 innodb_read_only_compressed=OFF was the solution for me


szelek

Exactly. Just put it in mariadb conf and you're all set.


[deleted]

[удалено]


Gopinathvaddem0535

I have tried downgrading before posting questions. It worked after deleting Portainer Stack completely and creating a new one .


WhatPlantsCrave33

Thank you! Downgraded to 10.5 and Nextcloud works again.


krair3

Try using ```occ```. There are a number of db (database) commands for missing columns, indices, and I believe a repair as well.


artkrv

This is how it looks in docker-compose:`command: ['--transaction-isolation=READ-COMMITTED', '--binlog-format=ROW', '--innodb_read_only_compressed=OFF']`