<?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[Not found: Unable to find container postgresql]]></title><description><![CDATA[<p dir="auto">I moved my cloudron instance from one ec2 instance to another in another AWS account. I was able to setup the new instance using the cloudron backup. But when trying to recover a custom app, I get this error:</p>
<pre><code>Not found: Unable to find container postgresql
</code></pre>
<p dir="auto">The custom app uses its own postgresql container. How can I fix this?</p>
]]></description><link>https://forum.cloudron.io/topic/6055/not-found-unable-to-find-container-postgresql</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 12:19:51 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/6055.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Nov 2021 22:17:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Not found: Unable to find container postgresql on Tue, 30 Nov 2021 11:11:35 GMT]]></title><description><![CDATA[<p dir="auto">Followed this guide and everything is back to normal. Thanks guys!<br />
<a href="https://docs.cloudron.io/guides/import-postgresql/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/guides/import-postgresql/</a></p>
]]></description><link>https://forum.cloudron.io/post/39953</link><guid isPermaLink="true">https://forum.cloudron.io/post/39953</guid><dc:creator><![CDATA[saikarthik]]></dc:creator><pubDate>Tue, 30 Nov 2021 11:11:35 GMT</pubDate></item><item><title><![CDATA[Reply to Not found: Unable to find container postgresql on Fri, 26 Nov 2021 17:26:03 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> said in <a href="/post/39808">Not found: Unable to find container postgresql</a>:</p>
<blockquote>
<p dir="auto">(I have a task to rename the 'yellowtent' user to 'cloudron' at some point, but it requires some work. And unfortunately, some users have already created a 'cloudron' user in some of their installations.)</p>
</blockquote>
<p dir="auto">The owner was ubuntu. I manually changed the owner and group to yellowtent and that fixed the issues, and the app is running fine now. However, the old postgres data is missing. Is there some manual process required to move the postgres data from old instance to new instance? How can I achieve this?</p>
]]></description><link>https://forum.cloudron.io/post/39827</link><guid isPermaLink="true">https://forum.cloudron.io/post/39827</guid><dc:creator><![CDATA[saikarthik]]></dc:creator><pubDate>Fri, 26 Nov 2021 17:26:03 GMT</pubDate></item><item><title><![CDATA[Reply to Not found: Unable to find container postgresql on Thu, 25 Nov 2021 21:10:09 GMT]]></title><description><![CDATA[<p dir="auto">Would be good to know what the permissions of <code>/home/yellowtent/appsdata/42aecba7-1aa8-43c5-a183-8a27d2c3a6d8/</code> are as it stands right now. Strange to see <code>EPERM</code> error there. The restore logic usually cleans up the old directory content (as root) and then restores as a "normal" user (the <code>yellowtent</code> user).</p>
<p dir="auto">(I have a task to rename the 'yellowtent' user to 'cloudron' at some point, but it requires some work. And unfortunately, some users have already created a 'cloudron' user in some of their installations.)</p>
]]></description><link>https://forum.cloudron.io/post/39808</link><guid isPermaLink="true">https://forum.cloudron.io/post/39808</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 25 Nov 2021 21:10:09 GMT</pubDate></item><item><title><![CDATA[Reply to Not found: Unable to find container postgresql on Thu, 25 Nov 2021 17:49:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saikarthik" aria-label="Profile: saikarthik">@<bdi>saikarthik</bdi></a> <code>yellowtent</code> is just the name of the unix user for the Cloudron related processes (it used to be the codename of our first prototype <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=13d69e59554" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";-)" alt="😉" /> ). It is not available to the app, but in this case you have to ensure the permissions on the system itself for that folder are correct. So do this via SSH.</p>
]]></description><link>https://forum.cloudron.io/post/39786</link><guid isPermaLink="true">https://forum.cloudron.io/post/39786</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 25 Nov 2021 17:49:07 GMT</pubDate></item><item><title><![CDATA[Reply to Not found: Unable to find container postgresql on Wed, 24 Nov 2021 21:03:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> Yes, this was a working app. Still works in the old instance. I am just trying to move it to another instance using backups and facing these issues.</p>
<p dir="auto">I do not recognize yellowtent. Is this something internally used by cloudron? I don't have a user called yellowtent for the app itself.</p>
]]></description><link>https://forum.cloudron.io/post/39751</link><guid isPermaLink="true">https://forum.cloudron.io/post/39751</guid><dc:creator><![CDATA[saikarthik]]></dc:creator><pubDate>Wed, 24 Nov 2021 21:03:06 GMT</pubDate></item><item><title><![CDATA[Reply to Not found: Unable to find container postgresql on Wed, 24 Nov 2021 12:02:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saikarthik" aria-label="Profile: saikarthik">@<bdi>saikarthik</bdi></a> if an app (in this case your custom app) wants to use any of the available addons, then they have to be added to the services section of the CoudronManifest.json see <a href="https://docs.cloudron.io/packaging/addons/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/packaging/addons/</a> for all addons</p>
<p dir="auto">Regarding the permissions, this seems to be now related to the app itself. Can you check if this folder is owned by the user <code>yellowtent</code> ?</p>
]]></description><link>https://forum.cloudron.io/post/39724</link><guid isPermaLink="true">https://forum.cloudron.io/post/39724</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 24 Nov 2021 12:02:58 GMT</pubDate></item><item><title><![CDATA[Reply to Not found: Unable to find container postgresql on Tue, 23 Nov 2021 23:04:11 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></p>
<ol>
<li>postgresql service was off. I clicked on restart and started the recovery from backup option again and I got a new error:</li>
</ol>
<pre><code>An error occurred during the import operation: External Error: EPERM: operation not permitted, utime '/home/yellowtent/appsdata/42aecba7-1aa8-43c5-a183-8a27d2c3a6d8/'
</code></pre>
<p dir="auto">From the logs:</p>
<pre><code>Nov 23 16:45:16 box:backuptask tarExtract: extract stream error. [Error: EPERM: operation not permitted, utime '/home/yellowtent/appsdata/42aecba7-1aa8-43c5-a183-8a27d2c3a6d8/'] {
errno: -1,
code: 'EPERM',
syscall: 'utime',
path: '/home/yellowtent/appsdata/42aecba7-1aa8-43c5-a183-8a27d2c3a6d8/'
</code></pre>
<p dir="auto">Quick follow-up, how should I access what services need to be on in the services section?</p>
<ol start="2">
<li>No, the custom app uses the PostgreSQL addon.</li>
</ol>
]]></description><link>https://forum.cloudron.io/post/39706</link><guid isPermaLink="true">https://forum.cloudron.io/post/39706</guid><dc:creator><![CDATA[saikarthik]]></dc:creator><pubDate>Tue, 23 Nov 2021 23:04:11 GMT</pubDate></item><item><title><![CDATA[Reply to Not found: Unable to find container postgresql on Tue, 23 Nov 2021 22:37:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saikarthik" aria-label="Profile: saikarthik">@<bdi>saikarthik</bdi></a> Is the service running under Services? Is Postgresql green there?</p>
<p dir="auto">Also, when you say the app uses it's own postgresql container, do you mean you wrote a custom app that has postgresql inside it?</p>
]]></description><link>https://forum.cloudron.io/post/39701</link><guid isPermaLink="true">https://forum.cloudron.io/post/39701</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 23 Nov 2021 22:37:03 GMT</pubDate></item></channel></rss>