What issue or error are you experiencing?
I’m trying to import the site locally from the zip file. The zip was previously exported from my Local site.
The site imports all the content but is hanging when importing the db. The first go I left it for about 2 hours but surely it should have completed with that time? The weird thing is looking at disk usage during the db import I can see there is activity. The db unzippped is 350mb so it is fairly large. So I suppose I’d like to know what the average time for db import of this size would be?
I’ve now followed this guide to use shell to import the db: Import/Export a WordPress Site - Local. The problem now is that it’s hanging on Downloads wordpress! I already opened Local in adminstrator mode and turned off anti virus software. Not sure what’s going on here?
{"class":"WordPressInstaller","level":"info","message":"Init WordPressInstaller","thread":"main","timestamp":"2024-01-21T15:20:55.293Z"}
{"class":"WordPressInstaller","level":"info","message":"Starting standardInstall()","thread":"main","timestamp":"2024-01-21T15:20:55.293Z"}
{"class":"WordPressInstaller","level":"info","message":"maybeGetLatestVersion()","thread":"main","timestamp":"2024-01-21T15:20:55.294Z"}
{"class":"WordPressInstaller","latestOfflineWpVersion":null,"level":"info","message":"Latest offline version info","thread":"main","timestamp":"2024-01-21T15:20:55.294Z"}
{"class":"WordPressInstaller","download":"https://downloads.wordpress.org/release/wordpress-6.4.2.tar.gz","level":"info","message":"Latest version info","thread":"main","timestamp":"2024-01-21T15:20:55.839Z","version":"6.4.2"}
{"class":"WordPressInstaller","level":"info","message":"download()","thread":"main","timestamp":"2024-01-21T15:20:55.839Z"}
{"class":"WordPressInstaller","level":"info","message":"Attempting to download WordPress","thread":"main","timestamp":"2024-01-21T15:20:55.840Z"}
Thank you