You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried multiple attempts to extract the data using both methods, however, neither worked for us. We are trying to set up the data on Windows machine which has more than 300GB disk space, and 64 GB ram. We ran all docker/mysql commands from windows command prompt.
For the database container, we completed step 2 i.e. loading the image onto the local filesystem. The next step to "docker-compose ..." gave an error: "failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount4097225225/Dockerfile: no such file or directory". The dockerfile has a linux path in the error message, so we checked for it in WSL2. Unfortunately, we couldn't resolve this error.
For the MySQL, we were unable to import the ".sql" dump due to the error "ERROR 2013 (HY000) at line 66916: Lost connection to MySQL server during query". We tried to resolve this by increasing the database connection timeout limit, however the import fails even before the limit is reached.
Any help would be greatly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
We tried multiple attempts to extract the data using both methods, however, neither worked for us. We are trying to set up the data on Windows machine which has more than 300GB disk space, and 64 GB ram. We ran all docker/mysql commands from windows command prompt.
Any help would be greatly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: