Importing website files to Bitnami Wordpress

0

Hi, I am currently trying to move my e-commerce website hosting to AWS LightSail. I have done the initial setup, and I am in the process of moving my website files from the current hosting to the LightSail. I am using the All-in-One-Wp Migration plug in to import. I import stop after some minutes. Initially I was getting "Server timeout" error message. I changed the LightSail instance plan to a higher plan. But the import stops at 54% mark although this time around, i do not get server timeout message.

Does any has any idea how I can resolve this problem and import all my website files as it is to my new Bitnami WordPress site?

Samuka
已提问 3 个月前222 查看次数
3 回答
1
已接受的回答

Hello,

Here are some settings the plugin author suggests adjusting:

upload_max_filesize – set this to a value > than your backup
post_max_size – set this to a value > than your backup
memory_limit – set this to a value > than your backup
max_execution_time – set this to 0 (infinite)

I've included the link to the plugin author's comments regarding a user experiencing a similar issue to yours: https://wordpress.org/support/topic/import-process-gets-stuck/

AWS
jscta
已回答 3 个月前
profile picture
专家
已审核 2 个月前
  • Thank you Once again. I have tried changed these value to higher than the back up. I guess I try to import using FileZilla

0

Hello.

What is the file size of the uploaded file?
It's possible that the problem is due to the PHP file upload size.
Try changing "post_max_size" and "upload_max_filesize" in the php.ini file to larger numbers.

/opt/bitnami/php/etc/php.ini
profile picture
专家
已回答 3 个月前
  • Is it possible to check Bitnami WordPress error logs?

0

Hi Riku, Thank you for replying to the help request. My file size is 10GB. I have increased the wp upload size to 15GB. Thats is the problem here.

Samuka
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则