<?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[&#x27;move-to-object-storage&#x27; jobs failing after upgrade to v6.x]]></title><description><![CDATA[<p dir="auto">Since the latest upgrade to Peertube v6.0.2, i'm increasingly, getting this error:<br />
<code>EXTERNAL STORAGE MOVE FAILED</code></p>
<p dir="auto">For full description:<br />
<a href="https://github.com/Chocobozzz/PeerTube/issues/6149" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Chocobozzz/PeerTube/issues/6149</a></p>
]]></description><link>https://forum.cloudron.io/topic/10752/move-to-object-storage-jobs-failing-after-upgrade-to-v6-x</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 23:30:23 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/10752.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 31 Dec 2023 06:46:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &#x27;move-to-object-storage&#x27; jobs failing after upgrade to v6.x on Fri, 05 Jan 2024 12:10:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shrey" aria-label="Profile: shrey">@<bdi>shrey</bdi></a> great work figuring the root cause! I have published a new package now that highlights the breaking changes in 6.0 .</p>
<p dir="auto">For others reading, the main issue was that some of the configuration keys have changed in peertube 6. See <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/CHANGELOG.md#v600" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Chocobozzz/PeerTube/blob/develop/CHANGELOG.md#v600</a> for more information. For example, if you use object storage to store videos, the storage paths have changed.</p>
]]></description><link>https://forum.cloudron.io/post/80514</link><guid isPermaLink="true">https://forum.cloudron.io/post/80514</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 05 Jan 2024 12:10:17 GMT</pubDate></item><item><title><![CDATA[Reply to &#x27;move-to-object-storage&#x27; jobs failing after upgrade to v6.x on Fri, 05 Jan 2024 03:57:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a><br />
Thanks for this tip!</p>
]]></description><link>https://forum.cloudron.io/post/80487</link><guid isPermaLink="true">https://forum.cloudron.io/post/80487</guid><dc:creator><![CDATA[shrey]]></dc:creator><pubDate>Fri, 05 Jan 2024 03:57:55 GMT</pubDate></item><item><title><![CDATA[Reply to &#x27;move-to-object-storage&#x27; jobs failing after upgrade to v6.x on Thu, 04 Jan 2024 12:32:35 GMT]]></title><description><![CDATA[<p dir="auto">I think since I suspect this might take a bit to fix is to roll back the app to previous release and play around with a clone of the app instead.</p>
]]></description><link>https://forum.cloudron.io/post/80419</link><guid isPermaLink="true">https://forum.cloudron.io/post/80419</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 04 Jan 2024 12:32:35 GMT</pubDate></item><item><title><![CDATA[Reply to &#x27;move-to-object-storage&#x27; jobs failing after upgrade to v6.x on Thu, 04 Jan 2024 12:32:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/shrey" aria-label="Profile: shrey">@<bdi>shrey</bdi></a> I think upstream dev is asking you to test a code change. If you want to try this on Cloudron:</p>
<ul>
<li>Put the app in recovery mode (in the repair section of app)</li>
<li>Now , you can open a web terminal and then run the command that the author wanted</li>
<li>After this, start the app with <code>/app/pkg/start.sh</code> .</li>
</ul>
<p dir="auto">Note that changes will be lost when you remove the recovery mode. Also, see <a href="https://docs.cloudron.io/troubleshooting/#unresponsive-app" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/troubleshooting/#unresponsive-app</a></p>
]]></description><link>https://forum.cloudron.io/post/80418</link><guid isPermaLink="true">https://forum.cloudron.io/post/80418</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 04 Jan 2024 12:32:06 GMT</pubDate></item><item><title><![CDATA[Reply to &#x27;move-to-object-storage&#x27; jobs failing after upgrade to v6.x on Thu, 04 Jan 2024 09:45:40 GMT]]></title><description><![CDATA[<p dir="auto">Since those npm packages are part of the app code as dependencies, this wont work on Cloudron as those are in the read-only portion of the filesystem by design. I guess for that we have to wait for upstream to update the dependencies with a release. Blindly updating libraries an app is using can have all kinds of side-effects.</p>
]]></description><link>https://forum.cloudron.io/post/80387</link><guid isPermaLink="true">https://forum.cloudron.io/post/80387</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 04 Jan 2024 09:45:40 GMT</pubDate></item><item><title><![CDATA[Reply to &#x27;move-to-object-storage&#x27; jobs failing after upgrade to v6.x on Thu, 04 Jan 2024 09:44:20 GMT]]></title><description><![CDATA[<p dir="auto">Hi.</p>
<p dir="auto">This release is continuing to experience the aforementioned issues.</p>
<p dir="auto">As per the upstream-maintainer, it is recommended to try an upgrade to the underlying s3 related packages.</p>
<p dir="auto">Ref: <a href="https://github.com/Chocobozzz/PeerTube/issues/6149#issuecomment-1876710960" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Chocobozzz/PeerTube/issues/6149#issuecomment-1876710960</a></p>
<p dir="auto">But when i try to run the provided command in the app Terminal:<br />
<code>yarn upgrade --latest @aws-sdk/client-s3 @aws-sdk/lib-storage @aws-sdk/s3-request-presigner @smithy/node-http-handler</code></p>
<p dir="auto">i receive the following errors:</p>
<pre><code>root@1a096a10-f841-480a-be1f-4e93cd2053b3:/app/code/server# yarn upgrade --latest @aws-sdk/client-s3 @aws-sdk/lib-storage @aws-sdk/s3-request-presigner @smithy/node-http-handler
yarn upgrade v1.22.19
warning Skipping preferred cache folder "/usr/local/share/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-0".
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
error Could not write file "/app/code/server/yarn-error.log": "EROFS: read-only file system, open '/app/code/server/yarn-error.log'"
error An unexpected error occurred: "EROFS: read-only file system, unlink '/app/code/server/node_modules/.yarn-integrity'".
info Visit https://yarnpkg.com/en/docs/cli/upgrade for documentation about this command.
root@1a096a10-f841-480a-be1f-4e93cd2053b3:/app/code/server#
</code></pre>
<hr />
<p dir="auto"><strong>How do i go about this now?</strong></p>
<p dir="auto">PS: Without resolving this issue, the PeerTube v6.0.2 version in Cloudron is practically broken/useless.</p>
]]></description><link>https://forum.cloudron.io/post/80386</link><guid isPermaLink="true">https://forum.cloudron.io/post/80386</guid><dc:creator><![CDATA[shrey]]></dc:creator><pubDate>Thu, 04 Jan 2024 09:44:20 GMT</pubDate></item></channel></rss>