I’ve been trying all day to get this working and achieved nothing.
The live site is hosted with Kinsta.
It failed to sync the 8gb site multiple times saying that something went wrong, and then the logs said that the rsync had failed to get files and the details were above, but there were no details. And it didn’t fail until right at the end of the massive file sync.
Then when i created the zip download of the site and tried to install that, it complains bad wp-config 081 and the logs say can’t find DB_NAME.
I tried extracting it and moving that to the top of the file (after the php comments) but still didn’t fix anything.
I’ve tried making a zip without the media folder to see if it was running out of memory or something.
I checked docker and that was out of date so I’ve updated it.
I’ve gone through the full “uninstall devkinsta / docker” guides on their sites, removing all hidden folders and such.
I’ve updated to the latest mac sonoma release, I was on the previous os version before this.
Still, even after rebooting, and fully installing everything again from fresh I am just getting nowhere.
I’ve just tried to import the zip file and it crashes out with something bad 081 and this in the logs:
[2024-03-26 00:20:06.160] [error] Error - DK0081: WP_PARSE_CONFIG: Invalid wp-config. cannot find DB_NAME variable
at /Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:2:1002996
at tryCatch (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1829201)
at Generator.<anonymous> (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1830850)
at Generator.next (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1829750)
at asyncGeneratorStep (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1821046)
at _next (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1821345)
[2024-03-26 00:20:06.192] [error] [validateBackupArchive] validating backup archive failed. Error - DK0081: WP_PARSE_CONFIG: Invalid wp-config. cannot find DB_NAME variable
at /Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:2:1002996
at tryCatch (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1829201)
at Generator.<anonymous> (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1830850)
at Generator.next (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1829750)
at asyncGeneratorStep (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1821046)
at _next (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1821345)
[2024-03-26 00:20:06.192] [error] [ipcMainStep] Error in operation SITE_CREATION, step validate: Error - DK0081: WP_PARSE_CONFIG: Invalid wp-config. cannot find DB_NAME variable
at /Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:2:1002996
at tryCatch (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1829201)
at Generator.<anonymous> (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1830850)
at Generator.next (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1829750)
at asyncGeneratorStep (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1821046)
at _next (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:8:1821345)
I’ve wasted about 5 hours today, please can somebody help me diagnose what is going wrong. I just need to get a local dev environment going so I can deliver features.