<?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[Mango install script issue]]></title><description><![CDATA[<p dir="auto">Tried installing mango 4 to play with it a bit on linux. Found a couple potential issues. When running the script, it stopped and said:</p>
<pre><code>install-mango.sh: 144: cannot create /opt/mango/overrides/properties/env.properties: Directory nonexistent
</code></pre>
<p dir="auto">Had to add mkdir overrides and mkdir properties to the install script for it to finish..</p>
<p dir="auto">Mango configured to use latest MySQL. After setting it up, mango went into a restart loop. Found this in the log:</p>
<pre><code>Caused by: java.sql.SQLException: The server time zone value 'EDT' is unrecognized or represents more than one time zone. You must configure either the server or JDBC&gt;
</code></pre>
<p dir="auto">To fix, I had to add "?serverTimezone=UTC" to the env.properties</p>
<pre><code>db.url=jdbc:mysql://localhost/mango?useSSL=false&amp;serverTimezone=UTC
</code></pre>
]]></description><link>https://forum.mango-os.com/topic/4940/mango-install-script-issue</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 06:03:55 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4940.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 19 Sep 2020 14:29:57 GMT</pubDate><ttl>60</ttl></channel></rss>