Based on the screenshot provided, it appears that the MySQL dump process is failing. To obtain more information about why the process is failing, you can check the main.log file for Devkinta for any error related to MySQL.
Another option you can try is running the command “wp db import backup.sql” from your ~/public directory to see if it generates any errors. This is basically the same command that DevKinsta is using for the database import.
Thank you for your response. It seems there is a space issue on your device based on the logs.
> [2024-01-24 14:14:44.197] [info] [containerExec] Command 'mysql -u root -p***** -e “create (redacted );”’ on devkinsta_db finished with exit code 1* > [2024-01-24 14:14:44.197] [error] [ipcMainStep] Error in operation SITE_CREATION, step database: Error: Error (1): tERROR 1006 (HY000) at line 1: Can’t create database ’ (redacted )’ (errno: 28 "No space left on device")
To resolve this, can you please try to increase the disk image size by navigating to Preferences >> Resources tab, then change the Disk Image Size to a higher value?
Once done, please restart Docker and then restart DevKinsta.
Please let us know how it goes. If you can also provide a screenshot, that will also help.