• Resolved Dewman

    (@1khan111)


    i am getting this error
    Uploading backup to the selected remote storage… errorGateway Timeout
    what is the max limit of uploading file size. I have uploaded 100 mb file it worked but not working for file more than 500 mbs. What settings should i change..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The limitation you have is probably from your host regarding the execution limit of the upload process, i would suggest to setup an automatic backup to upload the data to the remote storage and that you use a proper server cron scheduler https://www.siteground.com/tutorials/wordpress/real-cron-job/ ; XCloner does not have any upload limit on execution or size

    Thread Starter Dewman

    (@1khan111)

    It was simple just increase all limits in php to maximum

    max_execution_time 300
    memory_limit 768M
    post_max_size 128M
    upload_max_filesize 1G

    and solved the issue.

    Only max_execution_time and memory_limit are relevant for xcloner upload.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘error Gateway timeout’ is closed to new replies.