Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter rangrsite

    (@rangrsite)

    Debug Code: BMI-ZVTfuOOF-07225

    I uploaded the actual migration file and tried to restore using that, but it failed again. This time at a different location:

    [INFO] [2023-05-13 22:13:52] Web server: Apache
    [INFO] [2023-05-13 22:13:52] Max execution time (in seconds): 60
    [INFO] [2023-05-13 22:13:52] Memory limit (server): 128M
    [INFO] [2023-05-13 22:13:52] Memory limit (wp-config): 128M
    [INFO] [2023-05-13 22:13:52] Memory limit (wp-config admin): 128M
    [SUCCESS] [2023-05-13 22:13:52] Restore process initialized successfully.
    [STEP] [2023-05-13 22:13:53] Free space checking...
    [INFO] [2023-05-13 22:13:53] Checking if there is enough amount of free space
    [INFO] [2023-05-13 22:13:53] Requires at least 1469865096 bytes. [1.37 GB]
    [INFO] [2023-05-13 22:13:53] Disk free space function is disabled by hosting.
    [INFO] [2023-05-13 22:13:53] Using dummy file to check free space (it can take some time).

    I have the following settings in my wp-config.php file:

    
    @ini_set( 'upload_max_filesize' , '1750M' );
    @ini_set( 'post_max_size', '1750M');
    @ini_set( 'memory_limit', '1750M' );
    @ini_set( 'max_execution_time', '0' );
    @ini_set( 'max_input_time', '3000' );
Viewing 1 replies (of 1 total)