To update the Link using Docker you must:
- Check the current version of the server (in the left low corner of the Login page in the Link web interface).
- In the repository check if there are no update peculiarities for the version you want to install. If there is, read the attached manual and complete the instructions.
Login to the VirtualBox Ubuntu.
Login as a superuser: sudo su, and enter the same password one more time.
Follow the directory where your Link is:
Code Block cd/home/link/
- Choose the correct type of Link server. If you use the Link:
with sip, but not using the domain (e.g. http://176.215.90.19, http://3.111.25.45) perform:
Code Block cd with-sip
with sip, and with domain (e.g. https://preview.intercom.
If there are no update peculiarities or when the instructions are done, go to the script folder and run the command to download new data.
When all data be be downloaded, stop the Link server with the help of the command:Code Block docker-compose pull
team) perform:
Code Block cd with-sip/with-web-proxy
without sip telephony, and without domain (simply management features) perform:
Code Block cd without-sip
without sip telephony, but with domain (management+ssl) perform:
Code Block cd without-sip/with-web-proxy
Aura panel tab 1 styles {"body":{"text":{"color":"#02070e","textAlign":"left","fontWeight":"lighter","fontSize":14}},"header":{"backgroundColor":{"color":"#ffffff"}},"headline":{"alignment":{"horizontal":"start"}},"base":{"border":{"bottom":false,"left":true,"right":false,"top":false,"color":"#ffab0096","width":10,"style":"solid"},"backgroundColor":{"color":"#ffffff"},"borderRadius":{"radius":4},"boxShadow":{"shadows":[{"color":"rgba(0, 0, 0, 0.08)","x":0,"y":1,"blur":1,"spread":0},{"color":"rgba(0, 0, 0, 0.16)","x":0,"y":1,"blur":3,"spread":1}]}}} body If you use the Link with-web-proxy, make sure, that the .env file in the current directory still contains your changes: vi .env
HTTPS_DOMAIN='your domain'
HTTPS_MODE=production
IMAGE=latestIf there are no changes, please, write down your data.
2. In case of updating from the Link version lower than 1.2.126, please, copy the .env file (as described in Step 4) and make changes after that: cp .env.example .env
Stop the current Link server with the command:
Code Block docker-compose down
It should be run in the directory with the corresponding type that you are use.
- Update installation images from which the new Link version will be deployed:
In some seconds run the Link again with the command:Code Block docker-compose down
pull
Start your updated Link server in some seconds: docker-compose up -d
Code Block docker-compose up -d
As a result new version will start functioning. Make sure that all of your containers are started and running properly:
Code Block docker ps
- Login to the Link using the previous IP/domain.
Aura panel | ||||||
---|---|---|---|---|---|---|
| ||||||
If you have trouble running the Pull command because of the file on the machine with modifications that are not in Git, it is necessary to remove these changes and only then pull the update. Try the following options:
|