Sonarr Update (Verbose) #691

Closed
opened 2026-02-04 20:54:13 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @oOStroudyOo on GitHub (Mar 24, 2025).

Have you read and understood the above guidelines?

Yes

📜 What is the name of the script you are using?

Sonarr

📂 What was the exact command used to execute the script?

update (or bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/sonarr.sh)" )

📝 Provide a clear and concise description of the issue.

The script does successfully update the application, but when using Verbose mode it doesn't show any logs.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Run the update script.

Paste the full error output (if available).

No output

🖼️ Additional context (optional).

No response

Originally created by @oOStroudyOo on GitHub (Mar 24, 2025). ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? Sonarr ### 📂 What was the exact command used to execute the script? update (or `bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/sonarr.sh)"` ) ### 📝 Provide a clear and concise description of the issue. The script does successfully update the application, but when using Verbose mode it doesn't show any logs. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Run the update script. ### ❌ Paste the full error output (if available). No output ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 20:54:13 +03:00
Author
Owner

@MickLesk commented on GitHub (Mar 24, 2025):

i doesnt see any issue in the script. What are your expectations? Download 4.0.14 and move it to the directory

@MickLesk commented on GitHub (Mar 24, 2025): i doesnt see any issue in the script. What are your expectations? Download 4.0.14 and move it to the directory
Author
Owner

@oOStroudyOo commented on GitHub (Mar 24, 2025):

I guess I was expecting more than just this in Verbose mode:

Image

I'm pretty new to Linux, perhaps the commands in the script just don't have Verbose logging?
Sorry for my confusion if so.

@oOStroudyOo commented on GitHub (Mar 24, 2025): I guess I was expecting more than just this in Verbose mode: ![Image](https://github.com/user-attachments/assets/8b5d178d-8bb3-4fe1-b861-44e16dc29594) I'm pretty new to Linux, perhaps the commands in the script just don't have Verbose logging? Sorry for my confusion if so.
Author
Owner

@MickLesk commented on GitHub (Mar 24, 2025):

systemctl stop sonarr.service - no ouput
wget -q -O SonarrV4.tar.gz 'https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=x64' - no ouput (-q)
tar -xzf SonarrV4.tar.gz - no ouput
rm -rf /opt/Sonarr - no ouput
mv Sonarr /opt - no ouput
rm -rf SonarrV4.tar.gz - no ouput
systemctl start sonarr.service - no ouput

when its done, only an "updated Sonarr v4"

Maybe an Refactor of msg is possible, but its quite an simple script

@MickLesk commented on GitHub (Mar 24, 2025): systemctl stop sonarr.service - no ouput wget -q -O SonarrV4.tar.gz 'https://services.sonarr.tv/v1/download/main/latest?version=4&os=linux&arch=x64' - no ouput (-q) tar -xzf SonarrV4.tar.gz - no ouput rm -rf /opt/Sonarr - no ouput mv Sonarr /opt - no ouput rm -rf SonarrV4.tar.gz - no ouput systemctl start sonarr.service - no ouput when its done, only an "updated Sonarr v4" Maybe an Refactor of msg is possible, but its quite an simple script
Author
Owner

@oOStroudyOo commented on GitHub (Mar 24, 2025):

That's fine.
I were just so use to seeing walls of logs when running everything in Verbose mode that it took me by surprise when I didn't see any for Sonarr.

Thank you for your insight. I've learnt a lot from this community so I really appreciate the work that everybody is putting in.

@oOStroudyOo commented on GitHub (Mar 24, 2025): That's fine. I were just so use to seeing walls of logs when running everything in Verbose mode that it took me by surprise when I didn't see any for Sonarr. Thank you for your insight. I've learnt a lot from this community so I really appreciate the work that everybody is putting in.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#691