<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[iRedMail — upgrade iRedAPD error]]></title>
	<link rel="self" href="https://forum.iredmail.org/feed-atom-topic21143.xml" />
	<updated>2026-05-13T08:57:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.iredmail.org/topic21143-upgrade-iredapd-error.html</id>
		<entry>
			<title type="html"><![CDATA[Re: upgrade iRedAPD error]]></title>
			<link rel="alternate" href="https://forum.iredmail.org/post91953.html#p91953" />
			<content type="html"><![CDATA[<p>Thank you so much for the iRedAPD problem. It FIXED.</p><p>But net step mlmmjadmin have another issue &gt;_&lt;</p><p>[root@mail ~]# cd mlmmjadmin-3.6.2/tools/<br />[root@mail tools]# bash upgrade_mlmmjadmin.sh<br />Unsupported Linux/BSD distribution or release, abort.<br />[root@mail tools]#</p><p>[root@mail tools]# cat /etc/centos-release<br />CentOS Stream release 10 (Coughlan)<br />[root@mail tools]#</p>]]></content>
			<author>
				<name><![CDATA[roy.wong]]></name>
				<uri>https://forum.iredmail.org/user33522.html</uri>
			</author>
			<updated>2026-05-13T08:57:05Z</updated>
			<id>https://forum.iredmail.org/post91953.html#p91953</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: upgrade iRedAPD error]]></title>
			<link rel="alternate" href="https://forum.iredmail.org/post91950.html#p91950" />
			<content type="html"><![CDATA[<p>My mistake, please install packages manually before upgrading iRedAPD-6.1:<br /></p><div class="codebox"><pre><code>yum install -y python3-pip-wheel python3-python-multipart</code></pre></div><p>Will fix this shortly.</p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>https://forum.iredmail.org/user2.html</uri>
			</author>
			<updated>2026-05-13T08:31:21Z</updated>
			<id>https://forum.iredmail.org/post91950.html#p91950</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: upgrade iRedAPD error]]></title>
			<link rel="alternate" href="https://forum.iredmail.org/post91949.html#p91949" />
			<content type="html"><![CDATA[<p>Which iRedAPD release did you try? Please try the latest version 6.1:<br /><a href="https://github.com/iredmail/iRedAPD/tags">https://github.com/iredmail/iRedAPD/tags</a></p>]]></content>
			<author>
				<name><![CDATA[ZhangHuangbin]]></name>
				<uri>https://forum.iredmail.org/user2.html</uri>
			</author>
			<updated>2026-05-13T08:28:51Z</updated>
			<id>https://forum.iredmail.org/post91949.html#p91949</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[upgrade iRedAPD error]]></title>
			<link rel="alternate" href="https://forum.iredmail.org/post91948.html#p91948" />
			<content type="html"><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): 1.7.4<br />- Deployed with iRedMail Easy or the downloadable installer? installer<br />- Linux/BSD distribution name and version: Centos 10<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MYSQL<br />- Web server (Apache or Nginx): Nginx<br />- Manage mail accounts with iRedAdmin-Pro? Y<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====<br />Hi there,</p><p>i try upgrade iRedMail from 1.7.4 to 1.8.0, but have an error at first step - upgrade iRedAPD.</p><p>Below is the error, Please help. Thanks!!</p><br /><p>[root@mail tools]# bash upgrade_iredapd.sh<br />* Detected Linux/BSD distribution: RHEL<br />* Checking dependent Python modules:<br />&nbsp; + [required] wheel<br />&nbsp; + [required] sqlalchemy<br />&nbsp; + [required] dnspython<br />&nbsp; + [required] requests<br />Install packages: python3-python-multipart python3-wheel<br />Last metadata expiration check: 2:36:59 ago on Wed May 13 13:10:05 2026.<br />No match for argument: python3-wheel<br />Error: Unable to find a match: python3-wheel<br />* Found iRedAPD directory: /opt/iredapd, symbol link of iRedAPD-6.1<br />* Found iRedAPD config file: /opt/iredapd/settings.py<br />* Add new SQL tables - if there&#039;s any<br />* Copying new version to /opt/iRedAPD-6.1<br />* Copy old config file: settings.py (/opt/iredapd/settings.py -&gt; /opt/iRedAPD-6.1/settings.py)<br />cp: &#039;/opt/iredapd/settings.py&#039; and &#039;/opt/iRedAPD-6.1/settings.py&#039; are the same file<br />* Copy custom plugins: iRedAPD-6.1/plugins/custom_*.py.<br />* Set correct owner and permission for /opt/iRedAPD-6.1: root:root, 0500.<br />* Set permission for iRedAPD config file: /opt/iRedAPD-6.1/settings.py -&gt; 0400.<br />* Re-create symbol link: /opt/iredapd -&gt; /opt/iRedAPD-6.1<br />* Remove existing systemd service files.<br />* Copy systemd service file: /opt/iredapd/rc_scripts/iredapd.service -&gt; /lib/systemd/system/iredapd.service.<br />Created symlink &#039;/etc/systemd/system/multi-user.target.wants/iredapd.service&#039; -&gt; &#039;/usr/lib/systemd/system/iredapd.service&#039;.<br />Redirecting to /bin/systemctl restart rsyslog.service<br />* Replace py2 by py3 in cron jobs.<br />* Restarting iRedAPD service.<br />Redirecting to /bin/systemctl restart iredapd.service<br />Job for iredapd.service failed because the control process exited with error code.<br />See &quot;systemctl status iredapd.service&quot; and &quot;journalctl -xeu iredapd.service&quot; for details.<br />Failed, please restart iRedAPD service manually.<br />Traceback (most recent call last):<br />&nbsp; File &quot;/opt/iredapd/tools/fix_throttle_priority.py&quot;, line 22, in &lt;module&gt;<br />&nbsp; &nbsp; import web<br />&nbsp; File &quot;/opt/iredapd/tools/../web/__init__.py&quot;, line 4, in &lt;module&gt;<br />&nbsp; &nbsp; from . import (&nbsp; # noqa: F401<br />&nbsp; File &quot;/opt/iredapd/tools/../web/debugerror.py&quot;, line 19, in &lt;module&gt;<br />&nbsp; &nbsp; from . import webapi as web<br />&nbsp; File &quot;/opt/iredapd/tools/../web/webapi.py&quot;, line 12, in &lt;module&gt;<br />&nbsp; &nbsp; import multipart<br />ModuleNotFoundError: No module named &#039;multipart&#039;<br />* Upgrade completed.</p><p>&lt; NOTE &gt; If iRedAPD doesn&#039;t work as expected, please post your issue in our<br />&lt; NOTE &gt; online support forum: <a href="http://www.iredmail.org/forum/">http://www.iredmail.org/forum/</a><br />&lt; NOTE &gt;<br />&lt; NOTE &gt; * Turn on debug mode: <a href="http://www.iredmail.org/docs/debug.iredapd.html">http://www.iredmail.org/docs/debug.iredapd.html</a><br />&lt; NOTE &gt; * iRedAPD log file is /var/log/iredapd/iredapd.log.</p><p>[root@mail tools]#</p>]]></content>
			<author>
				<name><![CDATA[roy.wong]]></name>
				<uri>https://forum.iredmail.org/user33522.html</uri>
			</author>
			<updated>2026-05-13T07:49:18Z</updated>
			<id>https://forum.iredmail.org/post91948.html#p91948</id>
		</entry>
</feed>
