Updating Multiple Joomla Websites At The Same Time - Joomla! Forum - community, help and support
i want update multiple joomla websites @ same time on same server, know watchful.li can expensive when running 150+ joomla websites.
note run nightly backup server , understand each website needs tested afterwards.
so far doing uploading patch directory on server , running below command:
this command copys patch public html folder of each website still have 3 jobs left:
1) change file owner/group root accounts username
2) fix database
3) test each website
i know testing of each website needs painstakingly done 1 @ time manually wonder there quick way patch each of databases , change files owner/group each account.
would love advice on this.
note run nightly backup server , understand each website needs tested afterwards.
so far doing uploading patch directory on server , running below command:
code: select all
echo
/home/username1/public_html/
/home/username2/public_html/
/home/username3/public_html/
/home/username4/public_html/
| xargs -n 1 cp -r /public_html/*
this command copys patch public html folder of each website still have 3 jobs left:
1) change file owner/group root accounts username
2) fix database
3) test each website
i know testing of each website needs painstakingly done 1 @ time manually wonder there quick way patch each of databases , change files owner/group each account.
would love advice on this.
my advice check out myjoomla.com (i not affiliated in way - satisfied client)
Comments
Post a Comment