MySQL DB Taking up a lot of space - how can I connect to it to see details and clear it out? · Issue #1742 · nextcloud/nextcloud-snap を見ると,既にこの問題は対処されたっぽい.

MySQL DB Taking up a lot of space - how can I connect to it to see details and clear it out? · Issue #1742 · nextcloud/nextcloud-snap

The 21.0.1snap2 update purged the logs for me it seems.

しかし,自分の環境では消されていなかったので,手動で初期化してみる, 確かにbinlog自体も6月3日以降は生成されてないっぽいので,パッチは正しく適用されたのだと思う. 消されていないlogsを見てみようかと思ったが,binary loggingを有効化していないと見えないっぽい.

mysql> show master logs;
ERROR 1381 (HY000): You are not using binary logging
rmでとりあえず消しといた.