Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Always perform external backups before any server updates to prevent data loss and mitigate potential disruptions.

To update the Link using Docker you must: 

...

 It should be run in the directory with the corresponding type that you are use.

 8. Update the docker-compose.yaml file with the command:

Code Block
git pull origin 
  1. Update installation images from which the new Link version will be deployed:

Code Block
docker-compose pull
  1. Start your updated Link server in some seconds: docker-compose up -d

Code Block
docker-compose up -d
  1. As a result new version will start functioning. Make sure that all of your containers are started and running properly:

Code Block
docker ps
  1. Login to the Link using the previous IP/domain.

(warning) 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.

...