昨天看到我的nextcloud挂了
数据库报错
Aborted connection to db: ‘unconnected’ user: ‘unauthenticated’ host: ‘IP’ (This connection closed normally without authentication)
需要在docker compose配置里加上
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_bin
正文完