Import a huge media library (25GB including 1.5GB video files)
-
Hi there, I am trying to move the content from my old WordPress site to a new one. I need to transfer only posts and media files. It’s a website for videos and the posts each include one video and its description.
So I tried it like this: I created two export files from the old site, one for media files and one for posts (because I can’t select both at once).
Then I start importing the media files on to the new site. It starts working, but after a few minutes I am getting an error message at the URL …admin.php?import=wordpress&step=2
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [mysite] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
But I do not see an according message in the server error log. At this point, about 50 images were imported but not yet any of the video files. Maybe it fails when it encounters a >1GB video file?
I have set server PHP settings for the receiving site to upload_max_filesize / post_max_size 2000M and max_execution_time 1800. Half an hour should be enough because both sites are on the same server thus the data traffic is local.
Why is it failing and what can I do? Any help appreciated.
- The topic ‘Import a huge media library (25GB including 1.5GB video files)’ is closed to new replies.