User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
matrix [2024/04/18 15:23] – [Server Configuration] jadematrix [2025/10/14 12:04] (current) jade
Line 28: Line 28:
 just setup-all just setup-all
 </code> </code>
 +
 +==== Upgrading ====
 +
 +To upgrade the server, clone our github repository (above) and add a remote called upstream for https://github.com/spantaleev/matrix-docker-ansible-deploy.git , your remotes should look like this:
 +
 +<code>
 +git remote -v
 +
 +origin git@github.com:merri-bek-tech/ansible-app-matrix.git (fetch)
 +origin git@github.com:merri-bek-tech/ansible-app-matrix.git (push)
 +upstream https://github.com/spantaleev/matrix-docker-ansible-deploy.git (fetch)
 +upstream https://github.com/spantaleev/matrix-docker-ansible-deploy.git (push)
 +</code>
 +
 +Then, pull from upstream, using rebase as your pull merge strategy.
 +
 +Then run:
 +
 +<code>
 +just roles
 +just setup-all
 +</code>
 +
 +

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information