Pulling Database getting DK0029 error code

I resolved this by updating my.cnf file within the docker devkinsta_db database container. Added max_allowed_packet=64M and was able to pull the database down.

You will also need to install nano text editor into the local docker container to update the file.
example found here: How to Edit post_max_size in PHP Configuration - #3 by AlexM

1 Like