A docker container made a huge crawl and now the disk space from the VM is almost full. So, I need a solution to export the sql data without exceeding the disk space.
I already found a solution how I can create a MySQL dump in docker but in this post you would create a sql file which could be too big.
I am connected to the VM via ssh and can use the docker-cli. Do you know any solutions how I could kind of stream the data to my PC?
netcat. Check the "send file" part of this photo by Julia Evans.