-
Notifications
You must be signed in to change notification settings - Fork 39
Update guide
Petr Vavra edited this page Dec 22, 2016
·
10 revisions
This script updates UCRM docker containers to the latest version.
Run this command as user with enabled sudo
, in the location of docker-compose.yml
file (probably /home/ucrm
).
cd /home/ucrm
curl -fsSL https://raw.githubusercontent.com/U-CRM/billing/master/update.sh | sudo bash | sudo tee update.log
Run this command as root, in the location of docker-compose.yml
file (probably /home/ucrm
).
cd /home/ucrm
curl -fsSL https://raw.githubusercontent.com/U-CRM/billing/master/update.sh | bash | tee migrate.log