<?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[Trouble migrating from executable to docker image.]]></title><description><![CDATA[<p dir="auto">I'm having trouble migrating from the stand alone executable to the docker image.</p>
<p dir="auto">Is it possible to do this via backup and restore?</p>
]]></description><link>http://forum.mycontroller.org/topic/553/trouble-migrating-from-executable-to-docker-image.</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 08:22:12 GMT</lastBuildDate><atom:link href="http://forum.mycontroller.org/topic/553.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Feb 2025 12:46:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Trouble migrating from executable to docker image. on Wed, 19 Feb 2025 16:47:46 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Are the mycontroller.yaml setting the same for the binary and the docker container?</p>
</blockquote>
<p dir="auto">Yes, same file/schema used on binary as well as for container.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rayven" aria-label="Profile: rayven">@<bdi>rayven</bdi></a> you have to point to your influx db location, docker container always runs on it's own network space, if you specified <code>http://localhost:8086</code>, it tries inside container. Put your host ip address on it. also enable the metric database.</p>
<ul>
<li>installation with docker container: <a href="https://mycontroller.org/docs/installation/quick-installation/docker-container/" rel="nofollow ugc">https://mycontroller.org/docs/installation/quick-installation/docker-container/</a></li>
<li>install influx database: <a href="https://mycontroller.org/docs/getting-started/install-influxdb/" rel="nofollow ugc">https://mycontroller.org/docs/getting-started/install-influxdb/</a></li>
<li>backend configurations: <a href="https://mycontroller.org/docs/installation/advanced-installation/backend-configuration/" rel="nofollow ugc">https://mycontroller.org/docs/installation/advanced-installation/backend-configuration/</a></li>
</ul>
]]></description><link>http://forum.mycontroller.org/post/3429</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3429</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Wed, 19 Feb 2025 16:47:46 GMT</pubDate></item><item><title><![CDATA[Reply to Trouble migrating from executable to docker image. on Wed, 19 Feb 2025 10:56:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jkandasa" aria-label="Profile: jkandasa">@<bdi>jkandasa</bdi></a></p>
<p dir="auto">sudo docker run --detach --name mycontroller   --publish 8080:8080   --publish 8443:8443   --publish 9443:9443   --volume $PWD/mc_home:/mc_home   --volume $PWD/mycontroller.yaml:/app/mycontroller.yaml   --env TZ="America/New_York"   --restart unless-stopped   <a href="http://docker.io/mycontroller/server:2.1.0-devel" rel="nofollow ugc">docker.io/mycontroller/server:2.1.0-devel</a></p>
<p dir="auto">I was getting a warning about metrics at the top of the webpage.  It looked like it wasn't connecting to Influx.  Are the mycontroller.yaml setting the same for the binary and the docker container?</p>
]]></description><link>http://forum.mycontroller.org/post/3428</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3428</guid><dc:creator><![CDATA[rayven]]></dc:creator><pubDate>Wed, 19 Feb 2025 10:56:30 GMT</pubDate></item><item><title><![CDATA[Reply to Trouble migrating from executable to docker image. on Tue, 18 Feb 2025 17:00:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rayven" aria-label="Profile: rayven">@<bdi>rayven</bdi></a> yes, it is possible via backup restore, can share your docker command to run the MyController?</p>
]]></description><link>http://forum.mycontroller.org/post/3425</link><guid isPermaLink="true">http://forum.mycontroller.org/post/3425</guid><dc:creator><![CDATA[jkandasa]]></dc:creator><pubDate>Tue, 18 Feb 2025 17:00:30 GMT</pubDate></item></channel></rss>