mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #1118] [QUESTION] I have a question about upgrading #684
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#684
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kabaga on GitHub (Feb 15, 2024).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1118
I installed Whoogle on an LXC via the manual method. I followed this guide https://github.com/benbusby/whoogle-search?tab=readme-ov-file#manual. The question that I have now is, how do I upgrade this instance when the 0.8.5 get release?
@benbusby commented on GitHub (Mar 6, 2024):
If you do the manual deployment and are on the
mainbranch, you should justgit pullwhen a new version is released. Otherwise you could check out the0.8.5tag viagit checkout v0.8.5(or whichever specific version, once it's released).