<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — upgrading to Ubuntu 22.04 and PHP 8.1 is there any unforeseen issues]]></title>
		<link>https://forum.iredmail.org/topic19256-upgrading-to-ubuntu-2204-and-php-81-is-there-any-unforeseen-issues.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic19256.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in upgrading to Ubuntu 22.04 and PHP 8.1 is there any unforeseen issues.]]></description>
		<lastBuildDate>Sun, 14 Jan 2024 15:18:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: upgrading to Ubuntu 22.04 and PHP 8.1 is there any unforeseen issues]]></title>
			<link>https://forum.iredmail.org/post88085.html#p88085</link>
			<description><![CDATA[<p>Thanks for sharing. <img src="https://forum.iredmail.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sun, 14 Jan 2024 15:18:42 +0000</pubDate>
			<guid>https://forum.iredmail.org/post88085.html#p88085</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrading to Ubuntu 22.04 and PHP 8.1 is there any unforeseen issues]]></title>
			<link>https://forum.iredmail.org/post87986.html#p87986</link>
			<description><![CDATA[<p>everything is working perfectly after upgrading 20 -&gt; 22<br />just don&#039;t say Yes, when system asks you to install new versions of ssh/dovecot/postfix etc. leave all old config files.</p><p>after upgrade do the following:<br />cp /etc/php/7.4/fpm/pool.d/www.conf /etc/php/8.1/fpm/pool.d/www.conf<br />systemctl restart php8.1-fpm.service<br />to enable new php version</p>]]></description>
			<author><![CDATA[null@example.com (dave.opc)]]></author>
			<pubDate>Tue, 26 Dec 2023 18:42:33 +0000</pubDate>
			<guid>https://forum.iredmail.org/post87986.html#p87986</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrading to Ubuntu 22.04 and PHP 8.1 is there any unforeseen issues]]></title>
			<link>https://forum.iredmail.org/post87975.html#p87975</link>
			<description><![CDATA[<div class="quotebox"><cite>AGI wrote:</cite><blockquote><p> <br />I tried upgrading from Ubuntu server 20.04 to 22.04 today and had exactly the same issues. Like you, I had taken a snapshot of my VM, so I could revert back easily.</p><p>@Zhang: It would be nice if a FAQ could be created guiding people on what to do to solve the various issues when upgrading from 20.04 to 22.04.</p><p>@gpapaiko: Did you figure out the SOGo issue? Did you try the following (from <a href="https://bugs.sogo.nu/view.php?id=5511">https://bugs.sogo.nu/view.php?id=5511</a>):</p><div class="codebox"><pre><code>sudo wget -O- &amp;quot;https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9&amp;quot; | sudo gpg --dearmor | sudo apt-key add -
sudo apt-get update
sudo apt-get install apt-transport-https
sudo tee /etc/apt/sources.list.d/SOGo.list &amp;lt;&amp;lt;EOF
deb https://packages.sogo.nu/nightly/5/ubuntu/ jammy jammy
EOF
sudo apt-get update
sudo apt-get install sogo</code></pre></div><br /><p>Reverted back to the original snapshot. Will try again tomorrow and see if that is successful after i upgrade iredmail and ireadmin.</p></blockquote></div><p>[</p><p>Hi, <br />been busy with some other stuff and had not test.<br />I am still sitting on 20 and have not upgraded 22 as yet.<br />SOGO is till the main issue.</p>]]></description>
			<author><![CDATA[null@example.com (gpapaiko)]]></author>
			<pubDate>Tue, 26 Dec 2023 02:34:44 +0000</pubDate>
			<guid>https://forum.iredmail.org/post87975.html#p87975</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrading to Ubuntu 22.04 and PHP 8.1 is there any unforeseen issues]]></title>
			<link>https://forum.iredmail.org/post87972.html#p87972</link>
			<description><![CDATA[<p>I tried upgrading from Ubuntu server 20.04 to 22.04 today and had exactly the same issues. Like you, I had taken a snapshot of my VM, so I could revert back easily.</p><p>@Zhang: It would be nice if a FAQ could be created guiding people on what to do to solve the various issues when upgrading from 20.04 to 22.04.</p><p>@gpapaiko: Did you figure out the SOGo issue? Did you try the following (from <a href="https://bugs.sogo.nu/view.php?id=5511">https://bugs.sogo.nu/view.php?id=5511</a>):</p><div class="codebox"><pre><code>sudo wget -O- &amp;quot;https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9&amp;quot; | sudo gpg --dearmor | sudo apt-key add -
sudo apt-get update
sudo apt-get install apt-transport-https
sudo tee /etc/apt/sources.list.d/SOGo.list &amp;lt;&amp;lt;EOF
deb https://packages.sogo.nu/nightly/5/ubuntu/ jammy jammy
EOF
sudo apt-get update
sudo apt-get install sogo</code></pre></div><br /><div class="quotebox"><cite>gpapaiko wrote:</cite><blockquote><div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><div class="quotebox"><cite>gpapaiko wrote:</cite><blockquote><p>my real concern was if iredmail, iredpad and iredAdmin would work with out any issues.</p></blockquote></div><p>They all work well.</p></blockquote></div><p>Hi Zhang,</p><p>Just attempted an upgrade from Ubuntu 20.04 LTS to&nbsp; 22.04 LTS.<br />And the whole system failed<br />Issue with nginx not starting.<br />Devecot failed to upgrade and errors were produce during the upgrade process.<br />The job identifier is 25157.<br />Aug 31 18:36:49 servername dovecot[48386]: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 405: Unknown setting: metric { event_name<br />Aug 31 18:36:49 servername dovecot[48358]: doveconf: Error: managesieve-login: dump-capability process returned 89<br />Aug 31 18:36:49 servername dovecot[48358]: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 405: Unknown setting: metric { event_name<br />Aug 31 18:36:49 servername systemd[1]: dovecot.service: Main process exited, code=exited, status=89/n/a</p><p>Sogo was removed completely.<br /> A start job for unit sogo.service has begun execution.<br />░░<br />░░ The job identifier is 25329.<br />Aug 31 18:37:10 servername sogo[48533]:&nbsp; * /usr/sbin/sogod is not executable.<br />Aug 31 18:37:10 servername systemd[1]: sogo.service: Control process exited, code=exited, status=1/FAILURE<br />░░ Subject: Unit process exited<br />░░ Defined-By: systemd<br />░░ Support: <a href="http://www.ubuntu.com/support">http://www.ubuntu.com/support</a><br />░░<br />░░ An ExecStart= process belonging to unit sogo.service has exited.<br />░░<br />░░ The process&#039; exit code is &#039;exited&#039; and its exit status is 1.<br />Aug 31 18:37:10 servername systemd[1]: sogo.service: Failed with result &#039;exit-code&#039;.<br />░░ Subject: Unit failed<br />░░ Defined-By: systemd<br />░░ Support: <a href="http://www.ubuntu.com/support">http://www.ubuntu.com/support</a><br />░░<br />░░ The unit sogo.service has entered the &#039;failed&#039; state with result &#039;exit-code&#039;.<br />Aug 31 18:37:10 servername systemd[1]: Failed to start LSB: SOGo server.<br />░░ Subject: A start job for unit sogo.service has failed<br />░░ Defined-By: systemd<br />░░ Support: <a href="http://www.ubuntu.com/support">http://www.ubuntu.com/support</a><br />░░<br />░░ A start job for unit sogo.service has finished with a failure.<br />░░<br />░░ The job identifier is 25329 and the job result is failed.</p><br /><p>Reverted back to the original snapshot. Will try again tomorrow and see if that is&nbsp; successful after i upgrade iredmail and ireadmin.</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (AGI)]]></author>
			<pubDate>Mon, 25 Dec 2023 12:42:25 +0000</pubDate>
			<guid>https://forum.iredmail.org/post87972.html#p87972</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrading to Ubuntu 22.04 and PHP 8.1 is there any unforeseen issues]]></title>
			<link>https://forum.iredmail.org/post84228.html#p84228</link>
			<description><![CDATA[<div class="quotebox"><cite>gpapaiko wrote:</cite><blockquote><p>Aug 31 18:36:49 servername dovecot[48386]: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 405: Unknown setting: metric { event_name</p></blockquote></div><p>Comment out the &quot;metric {}&quot; block. It&#039;s used by netdata to collect dovecot stats, but netdata doesn&#039;t support Dovecot-2.3 yet, so it&#039;s useless right now.</p><p>Not sure how you install SOGo packages, i&#039;m afraid you&#039;re on your own. <img src="https://forum.iredmail.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Wed, 07 Sep 2022 12:11:58 +0000</pubDate>
			<guid>https://forum.iredmail.org/post84228.html#p84228</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrading to Ubuntu 22.04 and PHP 8.1 is there any unforeseen issues]]></title>
			<link>https://forum.iredmail.org/post84181.html#p84181</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><div class="quotebox"><cite>gpapaiko wrote:</cite><blockquote><p>my real concern was if iredmail, iredpad and iredAdmin would work with out any issues.</p></blockquote></div><p>They all work well.</p></blockquote></div><p>Hi Zhang,</p><p>Just attempted an upgrade from Ubuntu 20.04 LTS to&nbsp; 22.04 LTS.<br />And the whole system failed<br />Issue with nginx not starting.<br />Devecot failed to upgrade and errors were produce during the upgrade process.<br />The job identifier is 25157.<br />Aug 31 18:36:49 servername dovecot[48386]: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 405: Unknown setting: metric { event_name<br />Aug 31 18:36:49 servername dovecot[48358]: doveconf: Error: managesieve-login: dump-capability process returned 89<br />Aug 31 18:36:49 servername dovecot[48358]: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 405: Unknown setting: metric { event_name<br />Aug 31 18:36:49 servername systemd[1]: dovecot.service: Main process exited, code=exited, status=89/n/a</p><p>Sogo was removed completely.<br /> A start job for unit sogo.service has begun execution.<br />░░<br />░░ The job identifier is 25329.<br />Aug 31 18:37:10 servername sogo[48533]:&nbsp; * /usr/sbin/sogod is not executable.<br />Aug 31 18:37:10 servername systemd[1]: sogo.service: Control process exited, code=exited, status=1/FAILURE<br />░░ Subject: Unit process exited<br />░░ Defined-By: systemd<br />░░ Support: <a href="http://www.ubuntu.com/support">http://www.ubuntu.com/support</a><br />░░<br />░░ An ExecStart= process belonging to unit sogo.service has exited.<br />░░<br />░░ The process&#039; exit code is &#039;exited&#039; and its exit status is 1.<br />Aug 31 18:37:10 servername systemd[1]: sogo.service: Failed with result &#039;exit-code&#039;.<br />░░ Subject: Unit failed<br />░░ Defined-By: systemd<br />░░ Support: <a href="http://www.ubuntu.com/support">http://www.ubuntu.com/support</a><br />░░<br />░░ The unit sogo.service has entered the &#039;failed&#039; state with result &#039;exit-code&#039;.<br />Aug 31 18:37:10 servername systemd[1]: Failed to start LSB: SOGo server.<br />░░ Subject: A start job for unit sogo.service has failed<br />░░ Defined-By: systemd<br />░░ Support: <a href="http://www.ubuntu.com/support">http://www.ubuntu.com/support</a><br />░░<br />░░ A start job for unit sogo.service has finished with a failure.<br />░░<br />░░ The job identifier is 25329 and the job result is failed.</p><br /><p>Reverted back to the original snapshot. Will try again tomorrow and see if that is&nbsp; successful after i upgrade iredmail and ireadmin.</p>]]></description>
			<author><![CDATA[null@example.com (gpapaiko)]]></author>
			<pubDate>Wed, 31 Aug 2022 08:49:12 +0000</pubDate>
			<guid>https://forum.iredmail.org/post84181.html#p84181</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrading to Ubuntu 22.04 and PHP 8.1 is there any unforeseen issues]]></title>
			<link>https://forum.iredmail.org/post84167.html#p84167</link>
			<description><![CDATA[<div class="quotebox"><cite>gpapaiko wrote:</cite><blockquote><p>my real concern was if iredmail, iredpad and iredAdmin would work with out any issues.</p></blockquote></div><p>They all work well.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Tue, 30 Aug 2022 06:20:38 +0000</pubDate>
			<guid>https://forum.iredmail.org/post84167.html#p84167</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrading to Ubuntu 22.04 and PHP 8.1 is there any unforeseen issues]]></title>
			<link>https://forum.iredmail.org/post84155.html#p84155</link>
			<description><![CDATA[<div class="quotebox"><cite>ZhangHuangbin wrote:</cite><blockquote><p>- Roundcube 1.6.0 still has some compatibility issues with PHP 8.2 on Ubuntu 22.04. Mostly warnings (you will see them in Roundcube log file, defaults to /var/log/maillog), not errors, but not sure whether there&#039;s some critical issue yet.<br />- SOGo is not available on Ubuntu 22.04 yet. Leave a reply in my bug report to help push SOGo team: <a href="https://bugs.sogo.nu/view.php?id=5511">https://bugs.sogo.nu/view.php?id=5511</a></p></blockquote></div><p>Hi Zhang,</p><p>Thanks for the update.<br />Not really concerned with RoundCube, as I mainly use Sogo.<br />RoundCube does not have a calendar nor does it have a per domain customisation (need to check that).</p><p>As with SOGO&nbsp; I download the package and manually install it.<br />Other then that, my real concern was if iredmail, iredpad and iredAdmin would work with out any issues.</p><p>I will do a backup, and then upgrade to 22.04LTS with PHP 8.1.2 and if there are any Issues I will let you know.</p><p>Lucky I am doing this on a VM (esxi )</p><p>Please keep the post open will I have finished my testing/upgrade and report back. and it other ired upgrades as well.<br />Thanks<br />George</p>]]></description>
			<author><![CDATA[null@example.com (gpapaiko)]]></author>
			<pubDate>Mon, 29 Aug 2022 09:16:34 +0000</pubDate>
			<guid>https://forum.iredmail.org/post84155.html#p84155</guid>
		</item>
		<item>
			<title><![CDATA[Re: upgrading to Ubuntu 22.04 and PHP 8.1 is there any unforeseen issues]]></title>
			<link>https://forum.iredmail.org/post84152.html#p84152</link>
			<description><![CDATA[<p>- Roundcube 1.6.0 still has some compatibility issues with PHP 8.2 on Ubuntu 22.04. Mostly warnings (you will see them in Roundcube log file, defaults to /var/log/maillog), not errors, but not sure whether there&#039;s some critical issue yet.<br />- SOGo is not available on Ubuntu 22.04 yet. Leave a reply in my bug report to help push SOGo team: <a href="https://bugs.sogo.nu/view.php?id=5511">https://bugs.sogo.nu/view.php?id=5511</a></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 29 Aug 2022 08:23:54 +0000</pubDate>
			<guid>https://forum.iredmail.org/post84152.html#p84152</guid>
		</item>
		<item>
			<title><![CDATA[upgrading to Ubuntu 22.04 and PHP 8.1 is there any unforeseen issues]]></title>
			<link>https://forum.iredmail.org/post84138.html#p84138</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release):&nbsp; 1.6.0<br />- iRedAdmin: 1.7 (MySQL)<br />- Deployed with iRedMail Easy or the downloadable installer? downloadable&nbsp; installer<br />- Linux/BSD distribution name and version: Ubuntu 20.04 LTS<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL):&nbsp; MySql<br />- Web server (Apache or Nginx): Nginx<br />- Manage mail accounts with iRedAdmin-Pro? No<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====<br />I am looking at upgrading from Ubuntu 20.04 LTS and PHP 7.4 to&nbsp; 22.04 LTS which come with PHP 8.1.<br />Is this support by iredmail?</p>]]></description>
			<author><![CDATA[null@example.com (gpapaiko)]]></author>
			<pubDate>Sat, 27 Aug 2022 05:29:11 +0000</pubDate>
			<guid>https://forum.iredmail.org/post84138.html#p84138</guid>
		</item>
	</channel>
</rss>
