Prowlarr LXC - Update script reports completed/UI reports not up to date #2719
-
Please verify that you have read and understood the guidelines.yes A clear and concise description of the issue.Prowlarr LXC: The Prowlarr LXC helper script was ran inside the LXC console to process the recent update. bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/prowlarr.sh)" After completion, shutdown and started: Prowlarr LXC UI /system/status Reports: New update is available 1.15.0.4361 — Mar 27 2024 Installed shows: No errors in processing update script but the UI still shows as not up to date. What settings are you currently utilizing?Default Settings Which Linux distribution are you employing?Debian 12 If relevant, including screenshots or a code block can be helpful in clarifying the issue.Please provide detailed steps to reproduce the issue.No response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
There is no update path provided. It only does a Lines 55 to 63 in 6dcc29a Nowhere does it state that an update path is available. |
Beta Was this translation helpful? Give feedback.
-
Here is a test to try to update. Backup first.
|
Beta Was this translation helpful? Give feedback.
-
I've created an 'arr-update.sh' script that updates the *ARR series of apps.
https://github.com/DrEVILish/Proxmox/blob/main/misc/arr-update.sh I'd like some input back on this. |
Beta Was this translation helpful? Give feedback.
-
Prowlarr has a built-in updater. Settings > General > Show Advanced > Updates > Choose your preferred settings. |
Beta Was this translation helpful? Give feedback.
There is no update path provided. It only does a
apt update && apt upgrade
(I'll fix that)Proxmox/ct/prowlarr.sh
Lines 55 to 63 in 6dcc29a
Nowhere does it state that an update path is available.