You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your time @luckedea@dnzbk.
Initially I tried using https://nzbget.com/download/nzbget-latest-bin-linux.run but that did not work (cannot remember the details) so I had to pull the .deb package from github:
I placed the install-update.sh in /usr/bin and now when trying to update in the WebGUI, I get:
Executing update-script /usr/bin/install-update.sh
File "installer.cfg" is missing in the installation directory. Please reinstall NZBGet.
The only nzbget relevant directories I see are:
/var/lib/nzbget/
/usr/share/nzbget/
Based on the contents of the .sh file, it failed to establish the INSTALLERCFG variable: INSTALLERCFG=`cat "$NZBOP_APPDIR/installer.cfg" 2>/dev/null` if test "$INSTALLERCFG" = ""; then echo "[ERROR] File \"installer.cfg\" is missing in the installation directory. Please reinstall NZBGet." exit 1 fi
Is there already an issue for your problem?
NZBGet Version
v24.2-stable
Platform
Linux/Docker
Environment
Current Behavior
In the GUI I am offered to update from 24.1 to 24.2. Attempting to do so results in:
I checked the server and see no such file (
install-update.sh
) anywhere.Any pointers?
Expected Behavior
Expectation of a smooth 24.1 to 24.2 update via GUI
Steps To Reproduce
In Webgui > Settings > System > Update NZBGet > Check for Updates > Install 24.2
Logs
No relevant logs in /var/log/syslog
Extra information
No response
The text was updated successfully, but these errors were encountered: