Open devMls opened 2 days ago
Bitnami containers are designed to operate as non-root by default. Consequently, any files or directories used by the application should be owned by the root group, as the random user (1001 by default) is a member of this root group. To ensure proper permissions, you'll need to adjust the ownership of your local directory accordingly.
For more comprehensive information about non-root containers and their significance for security, you can explore the following resources:
These references provide valuable insights into the best practices and considerations when working with non-root containers in Bitnami applications.
Name and Version
mariadb-galera:10.6.10-debian-11-r10
What architecture are you using?
None
What steps will reproduce the bug?
I have a mariadb on docker swarm with portainer deployed. I use a mariadb bitnami solution
my docker compose file:
the logs show an error, I try with different backup folders:
If I run the command from the terminal inside container mariadb all goes right
What is the expected behavior?
backup creation
What do you see instead?