Our wordpress podman-compose setup.
 
 
 
Go to file
0x90.space fd02d6f704 update scripts 2023-12-07 21:55:15 +00:00
.env update scripts 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 update scripts 2023-12-07 21:55:15 +00:00
run-wordpress.sh update scripts 2023-12-07 21:55:15 +00:00
update-app.sh run update-app script with podman unshare 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