TrilliumNext update fails #1280

Closed
opened 2025-11-20 05:07:30 -05:00 by saavagebueno · 3 comments
Owner

Originally created by @Trblz42 on GitHub (Jun 16, 2025).

Have you read and understood the above guidelines?

yes

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

Trillium

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

update

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

New installation of TriliumNext.
In the LXC command line i ran command 'update' in Verbose mode, with the following resutls

✔️ Stopped Trilium
⠋ Updating to 0.95.0mv: cannot stat '/opt/trilium/db': No such file or directory

[ERROR] in line 40: exit code 0: while executing command mv /opt/trilium/db /opt/trilium_backup/

🔄 Steps to reproduce the issue.

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

default settings

update

Paste the full error output (if available).

✔️ Stopped Trilium
⠋ Updating to 0.95.0mv: cannot stat '/opt/trilium/db': No such file or directory

[ERROR] in line 40: exit code 0: while executing command mv /opt/trilium/db /opt/trilium_backup/

🖼️ Additional context (optional).

Folder structure /opt/trilium

root@trilium:/opt/trilium# ls -al
total 9132
drwxr-xr-x 7 1001  128    4096 Jun 15 13:34 .
drwxr-xr-x 4 root root    4096 Jun 16 08:41 ..
drwxr-xr-x 8 1001  128    4096 Jun 15 13:34 assets
-rw-r--r-- 1 1001  128  288314 Jun 15 13:34 docker_healthcheck.cjs
-rw-r--r-- 1 1001  128 9015999 Jun 15 13:34 main.cjs
drwxr-xr-x 6 1001  128    4096 Jun 15 13:34 node
drwxr-xr-x 5 1001  128    4096 Jun 15 13:34 node_modules
drwxr-xr-x 8 1001  128    4096 Jun 15 13:34 public
drwxr-xr-x 3 1001  128    4096 Jun 15 13:34 share-theme
-rwxr-xr-x 1 1001  128      35 Jun 15 13:34 trilium.sh
-rw-r--r-- 1 1001  128      19 Jun 15 13:34 tsconfig.app.tsbuildinfo
-rw-r--r-- 1 1001  128    1641 Jun 15 13:34 xhr-sync-worker.js
Originally created by @Trblz42 on GitHub (Jun 16, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Trillium ### 📂 What was the exact command used to execute the script? update ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. New installation of TriliumNext. In the LXC command line i ran command 'update' in Verbose mode, with the following resutls > ✔️ Stopped Trilium ⠋ Updating to 0.95.0mv: cannot stat '/opt/trilium/db': No such file or directory [ERROR] in line 40: exit code 0: while executing command mv /opt/trilium/db /opt/trilium_backup/ ### 🔄 Steps to reproduce the issue. `bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/trilium.sh)"` default settings `update` ### ❌ Paste the full error output (if available). > ✔️ Stopped Trilium ⠋ Updating to 0.95.0mv: cannot stat '/opt/trilium/db': No such file or directory [ERROR] in line 40: exit code 0: while executing command mv /opt/trilium/db /opt/trilium_backup/ ### 🖼️ Additional context (optional). Folder structure /opt/trilium ``` root@trilium:/opt/trilium# ls -al total 9132 drwxr-xr-x 7 1001 128 4096 Jun 15 13:34 . drwxr-xr-x 4 root root 4096 Jun 16 08:41 .. drwxr-xr-x 8 1001 128 4096 Jun 15 13:34 assets -rw-r--r-- 1 1001 128 288314 Jun 15 13:34 docker_healthcheck.cjs -rw-r--r-- 1 1001 128 9015999 Jun 15 13:34 main.cjs drwxr-xr-x 6 1001 128 4096 Jun 15 13:34 node drwxr-xr-x 5 1001 128 4096 Jun 15 13:34 node_modules drwxr-xr-x 8 1001 128 4096 Jun 15 13:34 public drwxr-xr-x 3 1001 128 4096 Jun 15 13:34 share-theme -rwxr-xr-x 1 1001 128 35 Jun 15 13:34 trilium.sh -rw-r--r-- 1 1001 128 19 Jun 15 13:34 tsconfig.app.tsbuildinfo -rw-r--r-- 1 1001 128 1641 Jun 15 13:34 xhr-sync-worker.js ```
saavagebueno added the bug label 2025-11-20 05:07:30 -05:00
Author
Owner

@MickLesk commented on GitHub (Jun 16, 2025):

Whats the old Version before?

@MickLesk commented on GitHub (Jun 16, 2025): Whats the old Version before?
Author
Owner

@tjcomserv commented on GitHub (Jun 16, 2025):

db is now under assets folder

@tjcomserv commented on GitHub (Jun 16, 2025): db is now under assets folder
Author
Owner

@MickLesk commented on GitHub (Jun 17, 2025):

Can you try again?

@MickLesk commented on GitHub (Jun 17, 2025): Can you try again?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1280