Our wordpress podman-compose setup.
 
 
 
Go to file
Tamara ec14ed4f28
update scripts
2022-09-25 01:06:00 +02:00
.env update scripts 2022-09-25 01:06:00 +02:00
.gitignore secrets are stored in .env 2020-05-19 16:05:53 +02:00
README.md command to update all wordpress apps at once 2022-03-11 21:32:15 +01:00
backup.sh update scripts 2022-09-25 01:06:00 +02:00
run-wordpress.sh update scripts 2022-09-25 01:06:00 +02:00
update-app.sh run update-app script with podman unshare 2022-04-08 12:30:01 +02:00
uploads.ini initial commit 2020-05-19 16:03:42 +02: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