Our wordpress podman-compose setup.
 
 
 
Go to file
0x90.space 45bf1d582e command to update all wordpress apps at once 2023-12-07 21:55:15 +00:00
.gitignore secrets are stored in .env 2023-12-07 21:55:15 +00:00
README.md command to update all wordpress apps at once 2023-12-07 21:55:15 +00:00
backup.sh correct ssh name 2023-12-07 21:55:15 +00:00
run-wordpress.sh fixed path 2023-12-07 21:55:15 +00:00
update-app.sh Demand exactly 1 argument 2023-12-07 21:55:15 +00:00
uploads.ini initial commit 2023-12-07 21:55:15 +00:00

README.md

Update apps

You can use the update-app.sh script to update an app, e.g. like this:

./update-app.sh akismet

To update all apps at once, use this command:

find ../wp-content/plugins/ -maxdepth 1 -type d | xargs -L1 basename | xargs -L1 ./update-app.sh