Joplin server installing wrong version / not updating correctly #1969

Closed
opened 2025-11-20 05:20:55 -05:00 by saavagebueno · 5 comments
Owner

Originally created by @Nyan96 on GitHub (Sep 27, 2025).

Have you read and understood the above guidelines?

yes

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

Joplin server

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/joplin-server.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

9.0.10

📝 Provide a clear and concise description of the issue.

Regarding my previous issue, I was able to install it via script by disabling proxmox firewall. Anyway...

Joplin server install script is currently installing version 3.4.2 instead of latest version 3.4.4
https://github.com/laurent22/joplin/tags

Running the 'update' command says this:
✔️ joplin-server is up to date (v3.4.12)

It seems to be referencing the desktop version (v3.4.12) instead of the server (server-v3.4.4.)

🔄 Steps to reproduce the issue.

  1. Install joplin server using helper script
    bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/joplin-server.sh)"

  2. verify local install is on version 3.4.2
    Image

  3. Run 'update' command in lxc to attempt update to 3.4.4

  4. Update command returns:
    ✔️ joplin-server is up to date (v3.4.12)

Image

Paste the full error output (if available).

see above

🖼️ Additional context (optional).

No response

Originally created by @Nyan96 on GitHub (Sep 27, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Joplin server ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/joplin-server.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 9.0.10 ### 📝 Provide a clear and concise description of the issue. Regarding my previous issue, I was able to install it via script by disabling proxmox firewall. Anyway... Joplin server install script is currently installing version 3.4.2 instead of latest version 3.4.4 https://github.com/laurent22/joplin/tags Running the 'update' command says this: ✔️ joplin-server is up to date (v3.4.12) It seems to be referencing the desktop version (v3.4.12) instead of the server (server-v3.4.4.) ### 🔄 Steps to reproduce the issue. 1) Install joplin server using helper script bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/joplin-server.sh)" 2) verify local install is on version 3.4.2 <img width="1073" height="631" alt="Image" src="https://github.com/user-attachments/assets/08a6cf18-c73b-4254-a7a5-d65150f543c9" /> 3) Run 'update' command in lxc to attempt update to 3.4.4 4) Update command returns: ✔️ joplin-server is up to date (v3.4.12) <img width="643" height="183" alt="Image" src="https://github.com/user-attachments/assets/76735f6e-c7a7-48b8-8d35-748627a2188b" /> ### ❌ Paste the full error output (if available). see above ### 🖼️ Additional context (optional). _No response_
saavagebueno added the not a script issue label 2025-11-20 05:20:55 -05:00
Author
Owner

@tremor021 commented on GitHub (Sep 28, 2025):

Joplin Server has no separate release on github. Its a part of a Joplin release, from which server is built. We can only fetch the Joplin release version on github

@tremor021 commented on GitHub (Sep 28, 2025): Joplin Server has no separate release on github. Its a part of a Joplin release, from which server is built. We can only fetch the Joplin release version on github
Author
Owner

@Nyan96 commented on GitHub (Sep 28, 2025):

so it'll always be behind a few versions? seems unfortunate

@Nyan96 commented on GitHub (Sep 28, 2025): so it'll always be behind a few versions? seems unfortunate
Author
Owner

@MickLesk commented on GitHub (Sep 28, 2025):

Its only an display issue on Website. But our Tool (newreleases.io) cant it better

@MickLesk commented on GitHub (Sep 28, 2025): Its only an display issue on Website. But our Tool (newreleases.io) cant it better
Author
Owner

@tremor021 commented on GitHub (Sep 28, 2025):

@MickLesk No, he means that the server has a different version than the one on the github. That is correct, as github version reffers to Joplin as a full package. We can't really do anything there.

@tremor021 commented on GitHub (Sep 28, 2025): @MickLesk No, he means that the server has a different version than the one on the github. That is correct, as github version reffers to Joplin as a full package. We can't really do anything there.
Author
Owner

@MickLesk commented on GitHub (Sep 28, 2025):

I know and new releases fetched the latest General Version

@MickLesk commented on GitHub (Sep 28, 2025): I know and new releases fetched the latest General Version
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1969