[GH-ISSUE #113] Missing: How to update #85

Closed
opened 2026-02-25 21:31:10 +03:00 by kerem · 4 comments
Owner

Originally created by @Pyromane on GitHub (Sep 6, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/113

Similar to the extremely detailed bare metal installation instructions, I miss instructions on how to perform an update.

Originally created by @Pyromane on GitHub (Sep 6, 2020). Original GitHub issue: https://github.com/ciur/papermerge/issues/113 Similar to the extremely detailed bare metal installation instructions, I miss instructions on how to perform an update.
kerem 2026-02-25 21:31:10 +03:00
Author
Owner

@ciur commented on GitHub (Sep 7, 2020):

@Pyromane, good point!
I will update that part of documentation.
Thank you for opening the issue!

<!-- gh-comment-id:688064517 --> @ciur commented on GitHub (Sep 7, 2020): @Pyromane, good point! I will update that part of documentation. Thank you for opening the issue!
Author
Owner

@ciur commented on GitHub (Sep 14, 2020):

Hi @Pyromane ,
Here is documentation on how to perform an update.
On 16th of September 2020 I will release v1.4.3. By upgrading to 1.4.3 you can try/check if update related documentation is complete or needs adjustments.

<!-- gh-comment-id:691835147 --> @ciur commented on GitHub (Sep 14, 2020): Hi @Pyromane , [Here is documentation](https://papermerge.readthedocs.io/en/latest/updates.html) on how to perform an update. On 16th of September 2020 I will release v1.4.3. By upgrading to 1.4.3 you can try/check if update related documentation is complete or needs adjustments.
Author
Owner

@Pyromane commented on GitHub (Sep 19, 2020):

Thanks for the instructions!

Should after that
git checkout
not a
git pull
consequences? Because the changelog.md has not changed for me.

(Sry, I'm still a git newbie)

<!-- gh-comment-id:695217094 --> @Pyromane commented on GitHub (Sep 19, 2020): Thanks for the instructions! Should after that `git checkout` not a `git pull` consequences? Because the changelog.md has not changed for me. (Sry, I'm still a git newbie)
Author
Owner

@ciur commented on GitHub (Sep 29, 2020):

Hi @Pyromane,

git checkout will "checkout" application source code for exact point your are asking for. E.g. checkout -b v1.4.5 will checkout source code to be exact for version 1.4.5. The git pull command on the hand will retrieve the latest source code from current branch.
Usually the workflow is:

1. git pull                # get latest code from github
2. git checkout -b v1.4.5  # from pulled code, switch to version v1.4.5

I added this points to the documentation.

@Pyromane in case you are happy with resolution of this ticket - you may close it.

<!-- gh-comment-id:700783745 --> @ciur commented on GitHub (Sep 29, 2020): Hi @Pyromane, ``git checkout`` will "checkout" application source code for exact point your are asking for. E.g. ``checkout -b v1.4.5`` will checkout source code to be exact for version 1.4.5. The ``git pull`` command on the hand will retrieve the latest source code from current branch. Usually the workflow is: ``` 1. git pull # get latest code from github 2. git checkout -b v1.4.5 # from pulled code, switch to version v1.4.5 ``` [I added this points to the documentation. ](https://github.com/ciur/papermerge/commit/a71a8d10ba4ca391e780195955cf6468f4d4f959) @Pyromane in case you are happy with resolution of this ticket - you may close it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/papermerge#85
No description provided.