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
Hi, I wanted to share my experience with database import from a .sql file.
I tried multiple times with different database sizes, last one was around 40MB.
The import goes on for a while, then the import failed message appears. But the import process is still running in the background.
Steps to reproduce
Drop a large .sql file with the built-in import functionality of an existing site and start the import. It will likely fail, open up the Activity Monitor app and find the Studio process at the top with high CPU usage, meaning that the import is still running in the background. After a while the CPU usage of the process drops, and the import is actually finished.
What you expected to happen
I wasn't expecting to get the error message if the import process was still running in the background.
What actually happened
Got import failed message even if the import was still running, see above.
Impact
One
Available workarounds?
No but the app is still usable
Platform
Mac Silicon
Logs or notes
No response
The text was updated successfully, but these errors were encountered:
Just wanted to follow up on this and share my latest successful attempt.
What I tried and didn't work out:
import sql file via the built-in import functionality: this causes the issue explained above, not even sure the import finishes and is done correctly, it just takes a lot of time
import using all in one wp migration plugin with a .wpress file: this fails with error 400 bad request in the javascript console
move the new database to /wp-content/database/.ht.sqlite (replace existing)
Please note that this only applies in case of large databases with a lot of entries (for reference mine was around 40MB), the built-in import works fine if I try with a smaller database.
Quick summary
Hi, I wanted to share my experience with database import from a .sql file.
I tried multiple times with different database sizes, last one was around 40MB.
The import goes on for a while, then the import failed message appears. But the import process is still running in the background.
Steps to reproduce
Drop a large .sql file with the built-in import functionality of an existing site and start the import. It will likely fail, open up the Activity Monitor app and find the Studio process at the top with high CPU usage, meaning that the import is still running in the background. After a while the CPU usage of the process drops, and the import is actually finished.
What you expected to happen
I wasn't expecting to get the error message if the import process was still running in the background.
What actually happened
Got import failed message even if the import was still running, see above.
Impact
One
Available workarounds?
No but the app is still usable
Platform
Mac Silicon
Logs or notes
No response
The text was updated successfully, but these errors were encountered: