I am redoing a Zabbix server here in the company, where I will upgrade from version 3.2 to 4.0
I'm thinking of using docker to make life easier, since in DockerHub I have images for Zabbix-Server, for Zabbix-Web, and I intend to use the official MySQL5.7 image as a database server.
But here comes the doubt
When I upgrade the OS and Database packages to the MySQL container, it is not easy to move all the database data, which easily reaches 50Gb for another container.
What would be the most appropriate solution?