Upload limit increase

Common First Modification

✅ Get the name of the wordpress-0x... pod

kubectl get pods

✅ Run a Shell for your wodpress pod

kubectl exec -ti <<PODNAME>> -- bash

✅ Inside the wordpress shell run the following commands:

echo Increasing upload limit

curl -L https://pastebin.com/raw/MmGyQQQF | bash

echo Increasing max_input_vars

curl -L https://pastebin.com/raw/FXZL6jzF | bash

echo Increasing memory_limit

curl -L https://pastebin.com/raw/mR0rf6Ch | bash

Last updated