Skip to content

Update guide

Petr Vavra edited this page Dec 22, 2016 · 10 revisions

This script updates UCRM docker containers to the latest version.

Ubuntu 16.04 (LTS)

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

Debian 8.4

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
Clone this wiki locally