Linkwarden fails to update #133

Closed
opened 2026-02-04 16:45:51 +03:00 by OVERLORD · 7 comments
Owner

Originally created by @AdmiralAwesome on GitHub (Dec 4, 2024).

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

I'm trying to update Linkwarden to 2.8.4. From inside LXC I'm running

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

which gives me:

cat: /opt/Linkwarden_version.txt: No such file or directory
 ✓ Stopped Linkwarden
 /mv: cannot stat '/opt/linkwarden/.env': No such file or directory

[ERROR] in line 68: exit code 0: while executing command mv /opt/linkwarden/.env /opt/.env

root@linkwarden:~#

What settings are you currently utilizing?

  • Default Settings
  • Advanced Settings

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

Install Linkwarden. Try to run update via script.

Originally created by @AdmiralAwesome on GitHub (Dec 4, 2024). ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. I'm trying to update Linkwarden to 2.8.4. From inside LXC I'm running `bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/linkwarden.sh)"` which gives me: ``` cat: /opt/Linkwarden_version.txt: No such file or directory ✓ Stopped Linkwarden /mv: cannot stat '/opt/linkwarden/.env': No such file or directory [ERROR] in line 68: exit code 0: while executing command mv /opt/linkwarden/.env /opt/.env root@linkwarden:~# ``` ### What settings are you currently utilizing? - [ ] Default Settings - [X] Advanced Settings ### Which Linux distribution are you employing? Debian 12 ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. _No response_ ### Please provide detailed steps to reproduce the issue. Install Linkwarden. Try to run update via script.
OVERLORD added the not a script issue label 2026-02-04 16:45:51 +03:00
Author
Owner

@MickLesk commented on GitHub (Dec 4, 2024):

wtf? :D check your issue 😄 wrong url?

Then create an File in /opt/Linkwarden_version.txt
with the current version tag

@MickLesk commented on GitHub (Dec 4, 2024): wtf? :D check your issue :smile: wrong url? Then create an File in /opt/Linkwarden_version.txt with the current version tag
Author
Owner

@AdmiralAwesome commented on GitHub (Dec 4, 2024):

Oh, sorry. Wrong copy-paste in my previous message. Now it's edited correctly and problem is still the same.

@AdmiralAwesome commented on GitHub (Dec 4, 2024): Oh, sorry. Wrong copy-paste in my previous message. Now it's edited correctly and problem is still the same.
Author
Owner

@MickLesk commented on GitHub (Dec 4, 2024):

if you have created the file? :-O

check the .env file? How Old is your installation? Looks like you dont have any .env file

@MickLesk commented on GitHub (Dec 4, 2024): if you have created the file? :-O check the .env file? How Old is your installation? Looks like you dont have any .env file
Author
Owner

@michelroegl-brunner commented on GitHub (Dec 4, 2024):

Have you installed linkwarden with the Helper-Script or by hand?

I just tested it with the Script and it works fine.

@michelroegl-brunner commented on GitHub (Dec 4, 2024): Have you installed linkwarden with the Helper-Script or by hand? I just tested it with the Script and it works fine.
Author
Owner

@hundehausen commented on GitHub (Jan 6, 2025):

I have the same issue with the LXC created by the Helper-Script. Creating /opt/linkwarden/.env does not help.

@hundehausen commented on GitHub (Jan 6, 2025): I have the same issue with the LXC created by the Helper-Script. Creating /opt/linkwarden/.env does not help.
Author
Owner

@tistjendop commented on GitHub (Jan 9, 2025):

I have the same issue and installed the container on April 18th 2024 using the helper script on Ubuntu 22.04 LTS. I updated the os (apt upgrade and apt upgrade) as well as Linkwarden (update script) without problems until now.

@tistjendop commented on GitHub (Jan 9, 2025): I have the same issue and installed the container on April 18th 2024 using the helper script on Ubuntu 22.04 LTS. I updated the os (apt upgrade and apt upgrade) as well as Linkwarden (update script) without problems until now.
Author
Owner

@MickLesk commented on GitHub (Jan 9, 2025):

Then you dont have add monolith

@MickLesk commented on GitHub (Jan 9, 2025): Then you dont have add monolith
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#133