Can't migrate Wordpress website built on local host to my lightsail domain

0

I have a 680mb website built out on a localhost server. Wordpress says my hosting service aws only allows for 80mb uploads. I have changed all of the correct Wordpress files to allow a 2gb migration. Does anyone know what I need to do or who I need to contact to raise my upload size with aws. I am currently using the 10 dollar a month 2cpu 60gb storage plan. Does a higher plan raise my upload size or should I get a support plan and contact them?

2개 답변
1
수락된 답변

Hello.

I did a little research, and it seems that you can change the upload size if you can make changes as shown in the document below.
Please restart the web server etc. after changing the settings.
https://docs.bitnami.com/aws/apps/wordpress/administration/increase-upload-limit-php/

After modifying "/opt/bitnami/php/etc/php.ini" in my environment, I was able to confirm that the limit could be changed to 2GB.

post_max_size = 2G
upload_max_filesize = 2G

After changing the settings, restart with the following command.

sudo /opt/bitnami/ctlscript.sh restart

a

profile picture
전문가
답변함 2달 전
profile picture
전문가
검토됨 2달 전
0

Thank you. Restarting solved the issue. Ive been stuck for hours trying to figure out the problem.

JTM0023
답변함 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인