Skip to content
Snippets Groups Projects
Commit 30163a03 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

adds hotfix fo wordpress upgrade

parent 492fd7bf
No related branches found
No related tags found
No related merge requests found
docker pull indiepaas/wordpress
cd /data/domains
for domain in `ls .`
do
if cat $domain/.env|grep APPLICATION=wordpress
then
systemctl restart web@$domain
/opt/bin/docker-enter $domain wp --allow-root core update-db --path=/app
fi
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment