Hi, I have a client that I am trying to import my database, but after 3 minutes I get the message "Request Timeout"
The zip base is approximately 30 megabytes.
check unzipped size, maybe it about 500mb, so post_max_size and upload_max_filesize must be appropriate. Also increaze max_input_time and max_execution_time. Or you can import it from SSH where no limits at all.