Move data from volume to mysql (solved)

Hi everyone,

I started my Rancher Server saving the data in a volume, but now I would like transfer the data from this volume to one mysql database.

How can I do this?

Anyone can help me ?

It’s just MySQL running inside the container… docker exec -it id_of_rancher/server_container mysqldump cattle > cattle.sql

2 Likes