5

After I searched solutions:

  1. maximize upload file: https://help.servmask.com/2018/10/27/how-to-increase-maximum-upload-file-size-in-wordpress/
  2. From reading this: https://wordpress.org/support/topic/unable-to-open-file-for-reading-5/, but not found the basic version to download this plugin: https://import.wp-migration.com/en/

How do we solve this issue?

Dharman
  • 30,962
  • 25
  • 85
  • 135

2 Answers2

37

A solution found with 4 easy steps:

  1. Uninstall the All-in-One Migration

  2. download the file https://import.wp-migration.com/all-in-one-wp-migration-file-extension.zip and upload this plugin

  3. reinstall the All-in-One Migration

  4. Import

Dharman
  • 30,962
  • 25
  • 85
  • 135
0

Increase the PHP parameters. In my case the dump weighed 8Gb

Example:

max_execution_time = 6000
post_max_size = 10000M
upload_max_filesize = 10000M
Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
Notfar
  • 11
  • 1