<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Backups not working after Ubuntu 26.04 upgrade]]></title><description><![CDATA[<p dir="auto">Hi,<br />
after upgrading to Ubuntu 26.04 one of my instances can't backup anymore (EXT4, SSHFS). Creating a new backup storage ends in the same problem, Backups break up immediately:</p>
<pre><code>Task 6987
Anzeige löschen
Vollständige Logfiles herunterladen
Sep 20 08:08:43 taskworker: Starting task 6987. Logs are at /home/yellowtent/platformdata/logs/tasks/6987.log
Sep 20 08:08:43 (node:69325) ExperimentalWarning: The supports Web Crypto API method is an experimental feature and might change at any time
Sep 20 08:08:43 (Use `node --trace-warnings ...` to show where the warning was created)
Sep 20 08:08:43 (node:69325) ExperimentalWarning: The ML-DSA-44 Web Crypto API algorithm is an experimental feature and might change at any time
Sep 20 08:08:43 taskworker: Running task of type backup
Sep 20 08:08:43 tasks: updating task 6987 with: {"percent":3.272727272727273,"message":"Backing up myapp.example.com (1/41). Waiting for lock"}
Sep 20 08:08:43 locks: write: current locks: {"full_backup_task_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx":null,"app_backup_yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy":"6987"}
Sep 20 08:08:43 locks: acquire: app_backup_yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy
Sep 20 08:08:43 tasks: updating task 6987 with: {"percent":3.272727272727273,"message":"Snapshotting app myapp.example.com"}
Sep 20 08:08:43 services: backupAddons: backing up ["localstorage","oidc"]
Sep 20 08:08:43 backuptask: snapshotApp: myapp.example.com took 0.002 seconds
Sep 20 08:08:43 tasks: updating task 6987 with: {"percent":3.272727272727273,"message":"Uploading app snapshot myapp.example.com"}
Sep 20 08:08:43 shell: backuptask: /usr/bin/sudo --non-interactive -E --close-from=4 /home/yellowtent/box/src/scripts/backupupload.js snapshot/app_yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx {"localRoot":"/home/yellowtent/appsdata/yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy","layout":[]}
Sep 20 08:08:43 'close-from' does not take any arguments
Sep 20 08:08:43 usage: sudo -h | -K | -k | -V
Sep 20 08:08:43 usage: sudo [-ABbknS] [-p prompt] [-D directory] [-g group] [-u user] [-i | -s] [command [arg ...]]
Sep 20 08:08:43 usage: sudo -v [-ABknS] [-p prompt] [-g group] [-u user]
Sep 20 08:08:43 usage: sudo -l [-ABknS] [-p prompt] [-U user] [-g group] [-u user] [command [arg ...]]
Sep 20 08:08:43 usage: sudo -e [-ABknS] [-p prompt] [-D directory] [-g group] [-u user] file ...
Sep 20 08:08:43 shell: backuptask: /usr/bin/sudo --non-interactive -E --close-from=4 /home/yellowtent/box/src/scripts/backupupload.js snapshot/app_yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx {"localRoot":"/home/yellowtent/appsdata/yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy","layout":[]} errored with code 1 and signal null timeout false terminated false - stdout: "" - stderr: ""
Sep 20 08:08:43 backuptask: runBackupUpload: backuptask crashed BoxError: /usr/bin/sudo exited with code 1 signal null
    at ChildProcess.&lt;anonymous&gt; (file:///home/yellowtent/box/src/shell.js:70:23)
    at ChildProcess.emit (node:events:509:28)
    at maybeClose (node:internal/child_process:1141:16)
    at Socket.&lt;anonymous&gt; (node:internal/child_process:498:11)
    at Socket.emit (node:events:509:28)
    at Pipe.&lt;anonymous&gt; (node:net:355:12) {
  reason: 'Shell Error',
  extra: {},
  stdout: '',
  stdoutString: '',
  stdoutLineCount: 0,
  stderr: '',
  stderrString: '',
  stderrLineCount: 0,
  code: 1,
  signal: null,
  timedOut: false,
  terminated: false
}
Sep 20 08:08:43 backuptask: fullBackup: app myapp.example.com backup finished. Took 0.013 seconds
Sep 20 08:08:43 locks: write: current locks: {"full_backup_task_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx":null}
Sep 20 08:08:43 locks: release: app_backup_yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy
Sep 20 08:08:43 tasks: setCompleted - 6987: {"result":null,"error":{"message":"Backuptask crashed","reason":"Internal Error","stack":"BoxError: Backuptask crashed\n    at runBackupUpload (file:///home/yellowtent/box/src/backuptask.js:190:15)\n    at async uploadAppSnapshot (file:///home/yellowtent/box/src/backuptask.js:359:34)\n    at async backupAppWithTag (file:///home/yellowtent/box/src/backuptask.js:382:26)"},"percent":100}
Sep 20 08:08:43 tasks: updating task 6987 with: {"completed":true,"result":null,"error":{"message":"Backuptask crashed","reason":"Internal Error","stack":"BoxError: Backuptask crashed\n    at runBackupUpload (file:///home/yellowtent/box/src/backuptask.js:190:15)\n    at async uploadAppSnapshot (file:///home/yellowtent/box/src/backuptask.js:359:34)\n    at async backupAppWithTag (file:///home/yellowtent/box/src/backuptask.js:382:26)"},"percent":100}
Sep 20 08:08:43 taskworker: Task took 0.068 seconds
Sep 20 08:08:43 BoxError: Backuptask crashed
    at runBackupUpload (file:///home/yellowtent/box/src/backuptask.js:190:15)
    at async uploadAppSnapshot (file:///home/yellowtent/box/src/backuptask.js:359:34)
    at async backupAppWithTag (file:///home/yellowtent/box/src/backuptask.js:382:26)
Sep 20 08:08:43 Exiting with code 0
</code></pre>
]]></description><link>https://forum.cloudron.io/topic/15986/backups-not-working-after-ubuntu-26.04-upgrade</link><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 13:09:23 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15986.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Sep 2026 06:12:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Backups not working after Ubuntu 26.04 upgrade on Sun, 20 Sep 2026 06:53:33 GMT]]></title><description><![CDATA[<p dir="auto">omg.thanks - I really thought I did that...<br />
working now <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=0a81dc44670" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/129737</link><guid isPermaLink="true">https://forum.cloudron.io/post/129737</guid><dc:creator><![CDATA[sponch]]></dc:creator><pubDate>Sun, 20 Sep 2026 06:53:33 GMT</pubDate></item><item><title><![CDATA[Reply to Backups not working after Ubuntu 26.04 upgrade on Sun, 20 Sep 2026 06:42:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sponch" aria-label="Profile: sponch">@<bdi>sponch</bdi></a> this is because of sudo-rs , you have to remove it. See <a href="https://docs.cloudron.io/guides/upgrade-ubuntu-26/#post-upgrade" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/guides/upgrade-ubuntu-26/#post-upgrade</a></p>
]]></description><link>https://forum.cloudron.io/post/129734</link><guid isPermaLink="true">https://forum.cloudron.io/post/129734</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sun, 20 Sep 2026 06:42:21 GMT</pubDate></item></channel></rss>