<?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[Upgrade from 3.4.5 to 3.7.1]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I'm trying to upgrade a mango installation from 3.4.5 to 3.71.<br />
First I tried to upgrade through "grand slam" i.e. I selected all 50 updates available and clicked install/update, that resulted in mango crashing on restart.</p>
<p dir="auto">After restoring backup I tried to to update module by module, starting with core. I download the 3.7.1. core and mango state the it will be installed upon reset, however after reset is still says it is running core 3.4.5.</p>
<p dir="auto">How do I process to update to 3.7.1.?</p>
<p dir="auto">Regards<br />
Nathan</p>
]]></description><link>https://forum.mango-os.com/topic/4599/upgrade-from-3-4-5-to-3-7-1</link><generator>RSS for Node</generator><lastBuildDate>Thu, 05 Mar 2026 07:55:06 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4599.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Dec 2019 09:25:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Upgrade from 3.4.5 to 3.7.1 on Wed, 04 Dec 2019 17:01:43 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/nathanrona">@<bdi>nathanRona</bdi></a>  sorry you are having such a torrid time getting Mango to upgrade. It seems that the issue is that you have started Mango directly using supervisorctl to launch the java process. Unfortunately this means that Mango cannot upgrade itself. It is the script that launches Mango (<a href="http://ma.sh" rel="nofollow ugc">ma.sh</a> -&gt; <a href="http://ma-start.sh" rel="nofollow ugc">ma-start.sh</a> -&gt; java) that does the unzipping of the new core upgrade file.</p>
<p dir="auto">I recently created a new script (<a href="http://start-mango.sh" rel="nofollow ugc">start-mango.sh</a>) for starting Mango as the old ones were a bit fragile. This script is our new preferred way of launching Mango, we left the old ones so upgraded systems did not break.</p>
<p dir="auto">I updated the help documentation here - <a href="https://help.infiniteautomation.com/linux-installation" rel="nofollow ugc">https://help.infiniteautomation.com/linux-installation</a></p>
<p dir="auto">What Linux distribution are you using? Does it use systemd?</p>
]]></description><link>https://forum.mango-os.com/post/24246</link><guid isPermaLink="true">https://forum.mango-os.com/post/24246</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Wed, 04 Dec 2019 17:01:43 GMT</pubDate></item><item><title><![CDATA[Reply to Upgrade from 3.4.5 to 3.7.1 on Wed, 04 Dec 2019 12:21:20 GMT]]></title><description><![CDATA[<p dir="auto">Also I noticed that the core will upgrade only when I start it through <a href="http://ma.sh" rel="nofollow ugc">ma.sh</a> start script. However if I start it is normally done through supervisorctl with the bellow configuration file, it will not update core, even if  core update zipfile is located in mango directory.</p>
<p dir="auto">As given above the I'm able to run <em><a href="http://ma.sh" rel="nofollow ugc">ma.sh</a> start</em> only  locally on computer, not through ssh.</p>
<p dir="auto"><em>mango3_autostart.conf</em></p>
<p dir="auto">[program:mango]<br />
command=java -server -Xmx2048M -cp /opt/mango/overrides/classes:/opt/mango/classes:/opt/mango/overrides/properties:/opt/mango/overrides/lib/<em>:/opt/mango/lib/</em> -Dma.home=/opt/mango -Djava.library.path=/opt/mango/overrides/lib:/opt/mango/lib:/usr/lib/jni/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin com.serotonin.m2m2.Main<br />
numprocs=1<br />
directory=/opt/mango<br />
autostart=true<br />
autorestart=true<br />
user=root</p>
]]></description><link>https://forum.mango-os.com/post/24245</link><guid isPermaLink="true">https://forum.mango-os.com/post/24245</guid><dc:creator><![CDATA[nathanRona]]></dc:creator><pubDate>Wed, 04 Dec 2019 12:21:20 GMT</pubDate></item><item><title><![CDATA[Reply to Upgrade from 3.4.5 to 3.7.1 on Wed, 04 Dec 2019 12:15:12 GMT]]></title><description><![CDATA[<p dir="auto">I was able to get the Mango 3.72 installer from scratch to run by running <a href="http://ma.sh" rel="nofollow ugc">ma.sh</a> locally on computer that it installed instead of remotely through SSH which I tried in past.</p>
<p dir="auto">However that don't give me a solution for doing upgrade on cloud-hosted server where I can't run locally but have to do the upgrade through ssh.</p>
<p dir="auto">/Nathan</p>
]]></description><link>https://forum.mango-os.com/post/24244</link><guid isPermaLink="true">https://forum.mango-os.com/post/24244</guid><dc:creator><![CDATA[nathanRona]]></dc:creator><pubDate>Wed, 04 Dec 2019 12:15:12 GMT</pubDate></item><item><title><![CDATA[Reply to Upgrade from 3.4.5 to 3.7.1 on Wed, 04 Dec 2019 12:04:07 GMT]]></title><description><![CDATA[<p dir="auto">Tried to just remove mango an resinstall from scratch but I'm not able to do that either.<br />
I downloaded and unzipped the m2m2-core3.7.2.zip to directory /opt/mango.<br />
Then I run <em>/opt/mango/bin/ma.sh start</em><br />
In the terminal window I get the bellow, when trying to open Mango in web browser  it says " Initializing web server" and it is stuck at 5%.</p>
<p dir="auto">In ma.log file the last error message is not recorder. I notice message<em>INFO  2019-12-04T14:05:54,170 (com.serotonin.m2m2.util.DocumentationManifest.parseManifestFile:60) - Documentation manifest file not found: /opt/mango/web/modules/dashboardDesigner/web/dox/manifest.xml</em>  but it is INFO, not ERROR.</p>
<hr />
<p dir="auto">root@smartgreen-fitlet2:/opt/mango/bin# ./ma.sh start<br />
MA_HOME is /opt/mango<br />
root@smartgreen-fitlet2:/opt/mango/bin# ma-start: MA started with Process ID:  26045<br />
INFO  2019-12-04T14:05:51,309 (com.serotonin.m2m2.Main.main:121) - Starting Mango 3.7.2 with Schema Version: 29<br />
INFO  2019-12-04T14:05:51,632 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module mbus<br />
INFO  2019-12-04T14:05:51,711 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module pointLinks<br />
INFO  2019-12-04T14:05:51,729 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module log4jDS<br />
INFO  2019-12-04T14:05:51,745 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module twilio<br />
INFO  2019-12-04T14:05:51,861 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module controlcore<br />
INFO  2019-12-04T14:05:51,876 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module modbus<br />
INFO  2019-12-04T14:05:51,912 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module maintenanceEvents<br />
INFO  2019-12-04T14:05:51,932 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module cloudConnect<br />
INFO  2019-12-04T14:05:51,972 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module asciiFile<br />
INFO  2019-12-04T14:05:51,985 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module egauge<br />
INFO  2019-12-04T14:05:51,999 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module mangoNoSqlDatabase<br />
INFO  2019-12-04T14:05:52,028 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module mangoApi<br />
INFO  2019-12-04T14:05:52,065 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module log4JReset<br />
INFO  2019-12-04T14:05:52,077 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module meta<br />
INFO  2019-12-04T14:05:52,097 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module dashboardDesigner<br />
INFO  2019-12-04T14:05:52,118 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module scheduledEvents<br />
INFO  2019-12-04T14:05:52,133 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module sqlConsole<br />
INFO  2019-12-04T14:05:52,147 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module vmstat<br />
INFO  2019-12-04T14:05:52,163 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module virtualDS<br />
INFO  2019-12-04T14:05:52,178 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module snmp<br />
INFO  2019-12-04T14:05:52,209 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module onewire<br />
INFO  2019-12-04T14:05:52,232 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module sqlds<br />
INFO  2019-12-04T14:05:52,247 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module Haystack<br />
INFO  2019-12-04T14:05:52,267 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module slackPublisher<br />
INFO  2019-12-04T14:05:52,359 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module templateConfig<br />
INFO  2019-12-04T14:05:52,374 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module deviceConfig<br />
INFO  2019-12-04T14:05:52,389 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module loggingConsole<br />
INFO  2019-12-04T14:05:52,402 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module internal<br />
INFO  2019-12-04T14:05:52,425 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module serial<br />
INFO  2019-12-04T14:05:52,438 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module watchlists<br />
INFO  2019-12-04T14:05:52,504 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module jsonFileImport<br />
INFO  2019-12-04T14:05:52,514 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module mqttClientDataSource<br />
INFO  2019-12-04T14:05:52,532 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module BACnet<br />
INFO  2019-12-04T14:05:52,585 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module persistent<br />
INFO  2019-12-04T14:05:52,606 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module sstGraphics<br />
INFO  2019-12-04T14:05:52,670 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module http<br />
INFO  2019-12-04T14:05:52,697 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module ssh<br />
INFO  2019-12-04T14:05:52,714 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module advancedScheduler<br />
INFO  2019-12-04T14:05:52,723 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module TCPIP<br />
INFO  2019-12-04T14:05:52,734 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module excelReports<br />
INFO  2019-12-04T14:05:52,761 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module dataImport<br />
INFO  2019-12-04T14:05:52,771 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module pop3<br />
INFO  2019-12-04T14:05:52,783 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module pakbus<br />
INFO  2019-12-04T14:05:52,808 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module dataFile<br />
INFO  2019-12-04T14:05:52,823 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module dnp3<br />
INFO  2019-12-04T14:05:52,839 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module opcda<br />
INFO  2019-12-04T14:05:52,870 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module sstGlobalScripts<br />
INFO  2019-12-04T14:05:52,882 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module reports<br />
INFO  2019-12-04T14:05:52,903 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module envcands<br />
INFO  2019-12-04T14:05:52,914 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module graphicalViews<br />
INFO  2019-12-04T14:05:52,948 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module scripting<br />
INFO  2019-12-04T14:05:52,961 (com.serotonin.m2m2.Main.openZipFiles:234) - Installing module mangoUI<br />
INFO  2019-12-04T14:05:53,889 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'graphicalViews', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,910 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'onewire', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,916 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'cloudConnect', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,919 (com.serotonin.m2m2.util.DocumentationManifest.parseManifestFile:60) - Documentation manifest file not found: /opt/mango/web/modules/cloudConnect/web/dox/manifest.xml<br />
INFO  2019-12-04T14:05:53,920 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'sqlConsole', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,925 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'pakbus', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,931 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'sqlds', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,937 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'asciiFile', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,942 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'sstGraphics', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,949 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'watchlists', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,956 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'sstGlobalScripts', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,961 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'vmstat', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,966 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'ssh', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,971 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'mangoNoSqlDatabase', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,976 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'log4JReset', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,977 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'mqttClientDataSource', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,982 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'advancedScheduler', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,983 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'snmp', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,988 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'log4jDS', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,993 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'Haystack', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:53,997 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'dataImport', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,001 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'serial', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,006 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'deviceConfig', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,009 (com.serotonin.m2m2.util.DocumentationManifest.parseManifestFile:60) - Documentation manifest file not found: /opt/mango/web/modules/deviceConfig/web/dox/manifest.xml<br />
INFO  2019-12-04T14:05:54,010 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'slackPublisher', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,015 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'controlcore', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,020 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'pop3', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,024 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'maintenanceEvents', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,028 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'opcda', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,030 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'mbus', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,035 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'jsonFileImport', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,039 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'TCPIP', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,043 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'excelReports', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,049 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'persistent', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,054 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'http', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,060 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'meta', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,064 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'egauge', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,068 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'mangoApi', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,073 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'modbus', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,077 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'loggingConsole', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,081 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'dnp3', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,085 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'scripting', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,090 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'envcands', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,094 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'scheduledEvents', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,098 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'pointLinks', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,102 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'templateConfig', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,106 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'mangoUI', v3.7.1 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,108 (com.serotonin.m2m2.util.DocumentationManifest.parseManifestFile:60) - Documentation manifest file not found: /opt/mango/web/modules/mangoUI/web/dox/manifest.xml<br />
INFO  2019-12-04T14:05:54,115 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'dataFile', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,121 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'twilio', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,126 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'BACnet', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,130 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'reports', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,135 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'virtualDS', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,167 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'dashboardDesigner', v3.7.0 by Infinite Automation Systems Inc.<br />
INFO  2019-12-04T14:05:54,170 (com.serotonin.m2m2.util.DocumentationManifest.parseManifestFile:60) - Documentation manifest file not found: /opt/mango/web/modules/dashboardDesigner/web/dox/manifest.xml<br />
INFO  2019-12-04T14:05:54,173 (com.serotonin.m2m2.Main.loadModules:650) - Loading module 'internal', v3.7.0 by Infinite Automation Systems Inc.<br />
MoTTY X11 proxy: Unsupported authorisation protocol<br />
Exception in thread "main" java.awt.AWTError: Can't connect to X11 window server using 'localhost:10.0' as the value of the DISPLAY variable.<br />
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)<br />
at sun.awt.X11GraphicsEnvironment.access$200(X11GraphicsEnvironment.java:65)<br />
at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:115)<br />
at java.security.AccessController.doPrivileged(Native Method)<br />
at sun.awt.X11GraphicsEnvironment.&lt;clinit&gt;(X11GraphicsEnvironment.java:74)<br />
at java.lang.Class.forName0(Native Method)<br />
at java.lang.Class.forName(Class.java:264)<br />
at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:103)<br />
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82)<br />
at sun.awt.X11.XToolkit.&lt;clinit&gt;(XToolkit.java:126)<br />
at java.lang.Class.forName0(Native Method)<br />
at java.lang.Class.forName(Class.java:264)<br />
at java.awt.Toolkit$2.run(Toolkit.java:860)<br />
at java.awt.Toolkit$2.run(Toolkit.java:855)<br />
at java.security.AccessController.doPrivileged(Native Method)<br />
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:854)<br />
at java.awt.Desktop.isDesktopSupported(Desktop.java:169)<br />
at com.serotonin.m2m2.Lifecycle.webServerInitialize(Lifecycle.java:1061)<br />
at com.serotonin.m2m2.Lifecycle.initialize(Lifecycle.java:221)<br />
at com.serotonin.m2m2.Main.main(Main.java:159)</p>
]]></description><link>https://forum.mango-os.com/post/24243</link><guid isPermaLink="true">https://forum.mango-os.com/post/24243</guid><dc:creator><![CDATA[nathanRona]]></dc:creator><pubDate>Wed, 04 Dec 2019 12:04:07 GMT</pubDate></item><item><title><![CDATA[Reply to Upgrade from 3.4.5 to 3.7.1 on Wed, 04 Dec 2019 07:39:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terrypacker">@<bdi>terrypacker</bdi></a>  I began with upgrading from 3.4.5 new UI, then all the modules seems to have been upgraded but core was not updated, that's how I got to the legacy UI to begin with.</p>
]]></description><link>https://forum.mango-os.com/post/24241</link><guid isPermaLink="true">https://forum.mango-os.com/post/24241</guid><dc:creator><![CDATA[nathanRona]]></dc:creator><pubDate>Wed, 04 Dec 2019 07:39:25 GMT</pubDate></item><item><title><![CDATA[Reply to Upgrade from 3.4.5 to 3.7.1 on Tue, 03 Dec 2019 18:23:21 GMT]]></title><description><![CDATA[<p dir="auto">Looks like there may be some bugs on the legacy upgrade page.  Try installing the 3.4.x UI module and then restarting then try the upgrade again from the new UI page.</p>
]]></description><link>https://forum.mango-os.com/post/24233</link><guid isPermaLink="true">https://forum.mango-os.com/post/24233</guid><dc:creator><![CDATA[terrypacker]]></dc:creator><pubDate>Tue, 03 Dec 2019 18:23:21 GMT</pubDate></item><item><title><![CDATA[Reply to Upgrade from 3.4.5 to 3.7.1 on Tue, 03 Dec 2019 11:46:48 GMT]]></title><description><![CDATA[<p dir="auto">I tried again to update the core, but it remains at 3.4.5<br />
This what logfile says when during update<br />
INFO  2019-12-03T13:55:13,192 (com.serotonin.m2m2.rt.maint.work.DatabaseBackupWorkItem.backupMysqlWithOutDatabase:442) - Backup created successfully formango in localhost:3306<br />
ERROR 2019-12-03T13:55:14,015 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:15,044 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:16,065 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:17,084 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:18,108 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:19,134 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:20,166 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:21,204 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:22,224 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:23,244 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:24,266 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:25,282 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:26,302 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:27,341 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:28,357 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:29,382 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:30,417 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:31,435 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:32,465 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:33,485 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:34,508 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:35,537 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:36,569 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:37,625 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:38,737 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:39,751 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:40,784 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:41,815 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:42,833 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:43,864 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:44,880 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:45,897 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:46,913 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:47,929 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:48,942 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:49,954 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:50,970 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:51,999 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:53,016 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:54,031 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:55,048 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:56,062 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:57,074 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:58,087 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:55:59,111 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:00,131 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:01,180 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:02,197 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:03,212 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:04,225 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:05,261 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:06,280 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:07,295 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:08,311 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:09,338 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:10,360 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:11,374 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:12,389 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:13,402 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:14,427 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:15,449 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:16,467 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:17,483 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:18,500 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:19,516 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:20,544 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:21,567 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:22,599 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:23,618 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:24,636 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:25,654 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
ERROR 2019-12-03T13:56:26,667 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
INFO  2019-12-03T13:56:27,376 (com.serotonin.m2m2.web.dwr.ModulesDwr$UpgradeDownloader.run:519) - UpgradeDownloader: INSTALL<br />
INFO  2019-12-03T13:56:27,384 (com.serotonin.m2m2.web.dwr.ModulesDwr$UpgradeDownloader.run:570) - UpgradeDownloader: RESTART<br />
ERROR 2019-12-03T13:56:27,683 (com.serotonin.m2m2.web.dwr.util.BlabberConverterManager.convertOutbound:188) - No converter found for 'com.serotonin.m2m2.module.ModuleNotificationListener$UpgradeState'<br />
INFO  2019-12-03T13:56:32,416 (com.serotonin.m2m2.Lifecycle.terminate:384) - Mango Lifecycle terminating...<br />
INFO  2019-12-03T13:56:32,785 (com.serotonin.m2m2.rt.maint.BackgroundProcessingImpl.joinTermination:550) - All high priority tasks exited gracefully.<br />
INFO  2019-12-03T13:56:32,785 (com.serotonin.m2m2.rt.maint.BackgroundProcessingImpl.joinTermination:556) - All medium priority tasks exited gracefully.<br />
INFO  2019-12-03T13:56:32,786 (com.serotonin.m2m2.rt.maint.BackgroundProcessingImpl.joinTermination:561) - All low priority tasks exited gracefully.<br />
INFO  2019-12-03T13:56:32,786 (com.serotonin.m2m2.db.BasePooledProxy.terminateImpl:117) - Stopping database<br />
INFO  2019-12-03T13:56:32,790 (com.serotonin.m2m2.Lifecycle.terminate:493) - Mango Lifecycle terminated.</p>
]]></description><link>https://forum.mango-os.com/post/24230</link><guid isPermaLink="true">https://forum.mango-os.com/post/24230</guid><dc:creator><![CDATA[nathanRona]]></dc:creator><pubDate>Tue, 03 Dec 2019 11:46:48 GMT</pubDate></item><item><title><![CDATA[Reply to Upgrade from 3.4.5 to 3.7.1 on Tue, 03 Dec 2019 10:19:23 GMT]]></title><description><![CDATA[<p dir="auto">Here's logs:<br />
Seems modules updated but core not, (why I tried to first update core)</p>
<p dir="auto"><a href="https://drive.google.com/file/d/1xozbmznXtWlcH67b6tpy2xFXRZuWHYKr/view?usp=sharing" rel="nofollow ugc">https://drive.google.com/file/d/1xozbmznXtWlcH67b6tpy2xFXRZuWHYKr/view?usp=sharing</a><br />
<a href="https://drive.google.com/file/d/1AOX9DhdptYygiIwKFbUMkd35y9nS0Zfh/view?usp=sharing" rel="nofollow ugc">https://drive.google.com/file/d/1AOX9DhdptYygiIwKFbUMkd35y9nS0Zfh/view?usp=sharing</a><br />
<a href="https://drive.google.com/file/d/1n06PeZRRs0vNwuRfhOVIP01UtEvTCK4Q/view?usp=sharing" rel="nofollow ugc">https://drive.google.com/file/d/1n06PeZRRs0vNwuRfhOVIP01UtEvTCK4Q/view?usp=sharing</a></p>
]]></description><link>https://forum.mango-os.com/post/24228</link><guid isPermaLink="true">https://forum.mango-os.com/post/24228</guid><dc:creator><![CDATA[nathanRona]]></dc:creator><pubDate>Tue, 03 Dec 2019 10:19:23 GMT</pubDate></item><item><title><![CDATA[Reply to Upgrade from 3.4.5 to 3.7.1 on Tue, 03 Dec 2019 10:00:48 GMT]]></title><description><![CDATA[<p dir="auto">I don't have logs from last time as I restored disk from image.<br />
Tried again not to upgrade all 50 packages.<br />
After that when trying to login it first refuses login, then it gives "page not found"<br />
<img src="https://i.imgur.com/4BGdwm8.png" alt="0_1575367881722_27a46e20-ae5a-4a78-b98b-31ac65307dd2-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">These are the event logs<br />
<img src="https://i.imgur.com/exd5w6j.png" alt="0_1575367979133_a93f6f6b-e4dc-41ed-b5b3-d419e421d85d-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">From modules page it seems to still be in 3.4.5 core, and all other modules seems gone.<br />
<img src="https://i.imgur.com/JODyifT.png" alt="0_1575368061158_958bd212-d3ae-4d39-80be-895001c1b3b0-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Also if I make login logout I get the old login gui, and after login I get page not found again.</p>
]]></description><link>https://forum.mango-os.com/post/24227</link><guid isPermaLink="true">https://forum.mango-os.com/post/24227</guid><dc:creator><![CDATA[nathanRona]]></dc:creator><pubDate>Tue, 03 Dec 2019 10:00:48 GMT</pubDate></item><item><title><![CDATA[Reply to Upgrade from 3.4.5 to 3.7.1 on Mon, 02 Dec 2019 22:05:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nathanrona">@<bdi>nathanrona</bdi></a> said in <a href="/post/24183">Upgrade from 3.4.5 to 3.7.1</a>:</p>
<blockquote>
<p dir="auto">First I tried to upgrade through "grand slam" i.e. I selected all 50 updates available and clicked install/update, that resulted in mango crashing on restart.</p>
</blockquote>
<p dir="auto">This is correct way of doing it. Can you tell me what you mean by "mango crashing on restart"? Do you have any logs?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nathanrona">@<bdi>nathanrona</bdi></a> said in <a href="/post/24183">Upgrade from 3.4.5 to 3.7.1</a>:</p>
<blockquote>
<p dir="auto">After restoring backup I tried to to update module by module, starting with core. I download the 3.7.1. core and mango state the it will be installed upon reset, however after reset is still says it is running core 3.4.5.</p>
</blockquote>
<p dir="auto">I would not recommend trying this. I wouldn't think it would allow you to do this which is probably why it is still on 3.4.5. Again logs would be useful.</p>
]]></description><link>https://forum.mango-os.com/post/24197</link><guid isPermaLink="true">https://forum.mango-os.com/post/24197</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Mon, 02 Dec 2019 22:05:07 GMT</pubDate></item><item><title><![CDATA[Reply to Upgrade from 3.4.5 to 3.7.1 on Mon, 02 Dec 2019 10:56:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nathanrona">@<bdi>nathanrona</bdi></a><br />
do a search on upgrade or re-install or have a look at the documentation website. I saw an article not that long ago that helped me on a similar situation.</p>
<p dir="auto">Victor.</p>
]]></description><link>https://forum.mango-os.com/post/24184</link><guid isPermaLink="true">https://forum.mango-os.com/post/24184</guid><dc:creator><![CDATA[cwangv]]></dc:creator><pubDate>Mon, 02 Dec 2019 10:56:10 GMT</pubDate></item></channel></rss>