thanks, done!
hpz24
Posts
-
my.cloudron.tld is not accessible (mysql down but apps are online) -
my.cloudron.tld is not accessible (mysql down but apps are online)I tried it with
$ cloudron backup decrypt --password=passphrase backupid.tar.gz.enc backupid.tar.gzMy password contains special characters, so i tried with ' but I get
Error: Could not decrypt: Invalid password or tampered file (mac mismatch)The backup itself is only 55mb, i`m afraid, there is not everthing in it ...
app_forum.xxx.yy_v2.22.0.tar.gz.enc -
my.cloudron.tld is not accessible (mysql down but apps are online)So, the forced recovery did not help, still an error when I tried to start the mysql daemon.
Now I wanted to try out the restore function and ran into another problem.
I do have backups (as I pompously wrote above), but the password for decryption doesn't work (for whatever reason).
Is there a way to read the password in the file system of the running Cloudron instance?
Or:
Can the database be regenerated? Basically, everything is working, except the dashboard won't load... -
my.cloudron.tld is not accessible (mysql down but apps are online)Sure, I have backups.
Should I follow the instructions in https://docs.cloudron.io/troubleshooting/#mysql?What is, if I need a backup which is idk, 2-3 weeks old ... could that cause other problems?
-
my.cloudron.tld is not accessible (mysql down but apps are online)Sure,
here is the output:2025-12-01T08:48:55.564514Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.44-0ubuntu0.22.04.1) starting as process 14253 2025-12-01T08:48:55.582334Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2025-12-01T08:48:56.300337Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2025-12-01T08:48:56.423692Z 1 [ERROR] [MY-013183] [InnoDB] Assertion failure: fut0lst.ic:82:addr.page == FIL_NULL || addr.boffset >= FIL_PAGE_DATA thread 140714909271616 InnoDB: We intentionally generate a memory trap. InnoDB: Submit a detailed bug report to http://bugs.mysql.com. InnoDB: If you get repeated assertion failures or crashes, even InnoDB: immediately after the mysqld startup, there may be InnoDB: corruption in the InnoDB tablespace. Please refer to InnoDB: http://dev.mysql.com/doc/refman/8.0/en/forcing-innodb-recovery.html InnoDB: about forcing recovery. 2025-12-01T08:48:56Z UTC - mysqld got signal 6 ; Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware. BuildID[sha1]=1d7b54cce103c7eb7743f877f7974b44575bd8ee Thread pointer: 0x5595afeed3b0 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom = 7ffabe2e7bd0 thread_stack 0x100000 #0 0x5595ac3d504d _Z8my_abortv #1 0x5595ac5853f2 _Z23ut_dbg_assertion_failedPKcS0_m #2 0x5595acc0933f <unknown> #3 0x5595ac6c5691 _Z18flst_insert_beforePhS_S_P5mtr_t #4 0x5595ac5a189b _Z36trx_purge_add_update_undo_to_historyP5trx_tP14trx_undo_ptr_tPhbmP5mtr_t #5 0x5595ac5a1af2 _Z23trx_undo_update_cleanupP5trx_tP14trx_undo_ptr_tPhbmP5mtr_t #6 0x5595ac5a1ead <unknown> #7 0x5595ac5a25ad _Z14trx_commit_lowP5trx_tP5mtr_t #8 0x5595ac5a2cc7 _Z10trx_commitP5trx_t #9 0x5595ac5a41a4 _Z31trx_rollback_or_clean_recoveredb #10 0x5595ac55f4e4 _Z27srv_dict_recover_on_restartv #11 0x5595ac41dcff <unknown> #12 0x5595ac286f1b _ZN2dd9bootstrap7restartEP3THD #13 0x5595ac3e4345 <unknown> #14 0x5595ac3f531d _ZN2dd10upgrade_5731do_pre_checks_and_initialize_ddEP3THD #15 0x5595aba95915 <unknown> #16 0x5595ac7d484d <unknown> #17 0x7ffac153dac2 <unknown> #18 0x7ffac15cf8bf <unknown> #19 0xffffffffffffffff <unknown> Trying to get some variables. Some pointers may be invalid and cause the dump to abort. Query (0): is an invalid pointer Connection ID (thread ID): 1 Status: NOT_KILLED The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash. -
my.cloudron.tld is not accessible (mysql down but apps are online)Description
The dashboard has recently become inaccessible, but all apps (e. g. NodeBB) works without problems.

Steps to reproduce
Several reboots, no changes in the behaviour
Logs
2025-12-01T08:45:37.296Z box:server ========================================== 2025-12-01T08:45:37.296Z box:server Cloudron 8.3.2 2025-12-01T08:45:37.296Z box:server ========================================== 2025-12-01T08:45:37.296Z box:platform initialize: start platform 2025-12-01T08:45:37.329Z box:tasks stopAllTasks: stopping all tasks 2025-12-01T08:45:37.332Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all 2025-12-01T08:45:37.396Z box:shell All tasks stopped 2025-12-01T08:45:37.409Z Error: Error starting server: {"name":"BoxError","reason":"Database Error","details":{},"message":"connect ECONNREFUSED 127.0.0.1:3306","nestedError":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":3306,"fatal":true},"code":"ECONNREFUSED","sqlMessage":null} 2025-12-01T08:45:37.409Z at main (/home/yellowtent/box/box.js:58:41) 2025-12-01T08:45:37.409Z at process.processTicksAndRejections (node:internal/process/task_queues:95:5)Output from systemctl status mysql.service:
root@server:~# systemctl status mysql.service ร mysql.service - MySQL Community Server Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2025-12-01 08:48:56 UTC; 2min 57s ago Process: 14245 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre (code=exited, status=0/SUCCESS) Process: 14253 ExecStart=/usr/sbin/mysqld (code=exited, status=2) Main PID: 14253 (code=exited, status=2) Status: "Server startup in progress" CPU: 876ms Dez 01 08:48:56 v220230337933223533 systemd[1]: Failed to start MySQL Community Server. Dez 01 08:48:56 v220230337933223533 systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5. Dez 01 08:48:56 v220230337933223533 systemd[1]: Stopped MySQL Community Server. Dez 01 08:48:56 v220230337933223533 systemd[1]: mysql.service: Start request repeated too quickly. Dez 01 08:48:56 v220230337933223533 systemd[1]: mysql.service: Failed with result 'exit-code'. Dez 01 08:48:56 v220230337933223533 systemd[1]: Failed to start MySQL Community Server.Troubleshooting Already Performed
Reboot done, same again
System Details
Cloudron Version
Cloudron 8.3.2Ubuntu Version
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.04 Codename: jammyCloudron installation method
- Manual with
./cloudron-setup
Output of
cloudron-support --troubleshootVendor: netcup Product: KVM Server Linux: 5.15.0-161-generic Ubuntu: jammy 22.04 Processor: QEMU Virtual CPU version 2.5+ x 2 RAM: 2010712KB Disk: /dev/vda3 19G [OK] node version is correct [OK] IPv6 is enabled and public IPv6 address is working [OK] docker is running [OK] docker version is correct MySQL is down. Trying to restart MySQL ... Job for mysql.service failed because the control process exited with error code. See "systemctl status mysql.service" and "journalctl -xeu mysql.service" for details.Thank you for any hints!
- Manual with
-
Foundry Virtual TabletopI I updated last week and the system is up and running!
-
jsonwebtoken support in n8nI posted this in the evening and in bed that night I remembered that I hadn't even looked at the documentary (where it was demonstrably described) - no joke.
Regarding your question: It might have helped if somewhere when creating the post - especionally in the support section (preferably BEFORE you hit the big send button), there had been another note about whether you had already looked at the documentation.

-
jsonwebtoken support in n8nThose who can read have a clear advantage...
Thx, thats it.

-
jsonwebtoken support in n8nHi,
Iยดm playing a little bit arount with ghost blog and accessing the api via JWT.
Unfortunately, there is so jsonwebtoken support in the n8n image (according to the error message):{ "errorMessage": "Cannot find module 'jsonwebtoken' [line 1]", "errorDetails": {}, "n8nDetails": { "n8nVersion": "1.94.1 (Self Hosted)", "binaryDataMode": "default", "stackTrace": [ "Error: Cannot find module 'jsonwebtoken'", " at /app/code/node_modules/@n8n/task-runner/dist/js-task-runner/require-resolver.js:16:27", " at VmCodeWrapper (evalmachine.<anonymous>:1:243)", " at evalmachine.<anonymous>:22:2", " at Script.runInContext (node:vm:149:12)", " at runInContext (node:vm:301:6)", " at result (/app/code/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js:162:63)", " at new Promise (<anonymous>)", " at JsTaskRunner.runForAllItems (/app/code/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js:156:34)", " at JsTaskRunner.executeTask (/app/code/node_modules/@n8n/task-runner/dist/js-task-runner/js-task-runner.js:117:26)", " at process.processTicksAndRejections (node:internal/process/task_queues:95:5)" ] } }Is there a chance to install that plugin via terminal or does it need a own special n8n image?
Thx

-
Thumbnail cache not writeable?Works perfectly!
All thumbnails are there, thx a lot!
-
Thumbnail cache not writeable?Hi,
I got the same error after installing the calibre-web instance yesterday and moving(!) my existing database to the cloudron instance.
And yes, the cache directory does not exist for me either.May 24 08:13:29 OSError: [Errno 30] Read-only file system: '/app/code/calibre-web/cps/cache' May 24 08:13:29 OSError: [Errno 30] Read-only file system: '/app/code/calibre-web/cps/cache' May 24 08:13:29 OSError: [Errno 30] Read-only file system: '/app/code/calibre-web/cps/cache' May 24 08:13:29 Traceback (most recent call last): May 24 08:13:29 Traceback (most recent call last): May 24 08:13:29 [2025-05-24 06:13:29,905] INFO {cps.fs:41} Failed to create path /app/code/calibre-web/cps/cache (Permission denied).
-
Foundry Virtual Tabletopyeah, it works now like a charm!
Sorry for my late respone, I "only" upvoted your thread. -
Foundry Virtual TabletopThx for your work!
Unfortunately, I get an error: Access Denied
App update error: Installation failed: Unable to pull image brutalbirdie/foundryvtt.cloudron.app/tags/1.1.0. message: (HTTP code 404) unexpected - pull access denied for brutalbirdie/foundryvtt.cloudron.app/tags/1.1.0, repository does not exist or may require 'docker login': denied: requested access to the resource is denied statusCode: 404 -
Import of documents with ASN failedNo, there is no special plugin. I justed added (or uncomment) the specific options in the paperless.conf.
I checked my installation: The app had already 4GB, I changed to 6 and tried it again. Works.
So maybe the solution was really "Add more RAM if problem exists"
Thx -
Import of documents with ASN failedHi,
I had to move a paperless installation from one cloudron server to another (+ new subdomain if this is important: from dms.domain1.com to dmsp.domain2.com).
Move means backing up on cloudron1 and restoring on cloudron2.After that, app started without error. Login was possible, all documents are still there and also import of document works - UNLESS there is a QR code with an ASN number at the top of the document.
Then I get the following error in Paperless logs (and also in the app):Apr 30 13:02:09 [2025-04-30 11:02:09,085] [INFO] [celery.worker.strategy] Task documents.tasks.consume_file[8611a6f5-ec9d-4039-85cc-dfb7ab632b88] received Apr 30 13:02:19 """ Apr 30 13:02:19 """ Apr 30 13:02:19 File "/app/code/venv/lib/python3.12/site-packages/billiard/pool.py", line 1265, in mark_as_worker_lost Apr 30 13:02:19 File "/app/code/venv/lib/python3.12/site-packages/billiard/pool.py", line 1265, in mark_as_worker_lost Apr 30 13:02:19 Traceback (most recent call last): Apr 30 13:02:19 Traceback (most recent call last): Apr 30 13:02:19 [2025-04-30 11:02:19,445: ERROR/MainProcess] Process 'ForkPoolWorker-1' pid:226 exited with 'signal 9 (SIGKILL)' Apr 30 13:02:19 [2025-04-30 11:02:19,649] [ERROR] [celery.worker.request] Task handler raised error: WorkerLostError('Worker exited prematurely: signal 9 (SIGKILL) Job: 0.') Apr 30 13:02:19 billiard.einfo.ExceptionWithTraceback: Apr 30 13:02:19 billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 9 (SIGKILL) Job: 0. Apr 30 13:02:19 raise WorkerLostError( Apr 30 13:02:19 raise WorkerLostError(Is there something missing?
Thanks! -
Unable to install yarn packagesYes, works, perfectly!
Thx -
Unable to install yarn packagesHi,
I tried to install a plugin, but I get following error (screensthot is when I tried the example from the forum:
error: exec: "yarn": executable file not found in $PATHIยดm running the latest version NodeBB 4.2.0
Thx! -
Issue Starting NodeBB on Cloudron After Server RestartDisabling the plugins has not been successful: The main problem is, that the terminal stops working when nodebb crashes.
So, I fiddled around a bit more:
Iยดve the same problem as @Axtremus:
I downgraded to version 2.13.4 and the app works. Then I updated to 2.14.0 and had also the WARN entries but the app works again. Then I restarted the app manually and the behaviour was the same as at the beginning: WARN entries changed to ERR entries and nothing works.
That means: The problem is in Version 2.14: The container works well till the next restart, then it breaks. Even if the app has daily backups, the backups are useless because the backuped a failed state.
Conclusion: I restored back to 2.13.4, disabled Auto-Update and have lost 9 days of posts and threads ..
-
Issue Starting NodeBB on Cloudron After Server Restart@joseph Hi, facing similar problems and tried your solution but it does not fix the issue.
