Dirk's Tech Findings

MariaDB does not start in container with Debian Buster

Publication date: 2019-08-06

Issue: MariaDB does not start in container with Debian 10 Buster

Solution: Enable nesting

In "/etc/pve/lxc/xxx.conf" (with "xxx" being your container id):

features: nesting=1

Hint towards the solution

https://forum.proxmox.com/threads/problem-lxc-mariadb-debian-10.55926/

Back to topic list...