<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Throttle Out of range value for column 'cur_quota']]></title>
		<link>https://forum.iredmail.org/topic20944-throttle-out-of-range-value-for-column-curquota.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic20944.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Throttle Out of range value for column 'cur_quota'.]]></description>
		<lastBuildDate>Mon, 28 Jul 2025 13:36:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Throttle Out of range value for column 'cur_quota']]></title>
			<link>https://forum.iredmail.org/post91081.html#p91081</link>
			<description><![CDATA[<p>You mean the largest value?<br />Its 4293523256</p><p>I modify column to BIGINT(20) like id or tid.</p>]]></description>
			<author><![CDATA[null@example.com (roccoro)]]></author>
			<pubDate>Mon, 28 Jul 2025 13:36:29 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91081.html#p91081</guid>
		</item>
		<item>
			<title><![CDATA[Re: Throttle Out of range value for column 'cur_quota']]></title>
			<link>https://forum.iredmail.org/post91080.html#p91080</link>
			<description><![CDATA[<p>- What&#039;s the value of `cur_quota` right now?<br />- Replace &quot;int(10)&quot; by &quot;BIGINT&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Mon, 28 Jul 2025 13:20:23 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91080.html#p91080</guid>
		</item>
		<item>
			<title><![CDATA[Throttle Out of range value for column 'cur_quota']]></title>
			<link>https://forum.iredmail.org/post91079.html#p91079</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): 1.7.3<br />- Deployed with iRedMail Easy or the downloadable installer?downloadable installer<br />- Linux/BSD distribution name and version: Rocky 8<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? Yes<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Hi,</p><p>i have following errors. What do you suggest? Is it safe to bump row size?</p><p>iredapd [SQL] Failed in updating throttle tracking data: (pymysql.err.DataError) (1264, &quot;Out of range value for column &#039;cur_quota&#039; at row 1&quot;)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[SQL: UPDATE throttle_tracking<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SET period=86400,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; last_time=1753705140,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; init_time=1753682534,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cur_msgs=cur_msgs + 1,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cur_quota=cur_quota + 13831775<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WHERE id=328298]<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(Background on this error at: <a href="http://sqlalche.me/e/9h9h)">http://sqlalche.me/e/9h9h)</a></p><p>Table specs:<br />MariaDB [iredapd]&gt; describe throttle_tracking;<br />+------------------+-----------------------+------+-----+---------+----------------+<br />| Field&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | Type&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | Null | Key | Default | Extra&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />+------------------+-----------------------+------+-----+---------+----------------+<br />| id&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| bigint(20) unsigned&nbsp; &nbsp;| NO&nbsp; &nbsp;| PRI | NULL&nbsp; &nbsp; | auto_increment |<br />| tid&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | bigint(20) unsigned&nbsp; &nbsp;| NO&nbsp; &nbsp;| MUL | 0&nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />| account&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | varchar(255)&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | NO&nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />| period&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| int(10) unsigned&nbsp; &nbsp; &nbsp; | NO&nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;| 0&nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />| cur_msgs&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| mediumint(8) unsigned | NO&nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;| 0&nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />| cur_quota&nbsp; &nbsp; &nbsp; &nbsp; | int(10) unsigned&nbsp; &nbsp; &nbsp; | NO&nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;| 0&nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />| init_time&nbsp; &nbsp; &nbsp; &nbsp; | int(10) unsigned&nbsp; &nbsp; &nbsp; | NO&nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;| 0&nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />| last_time&nbsp; &nbsp; &nbsp; &nbsp; | int(10) unsigned&nbsp; &nbsp; &nbsp; | NO&nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;| 0&nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />| last_notify_time | int(10) unsigned&nbsp; &nbsp; &nbsp; | NO&nbsp; &nbsp;|&nbsp; &nbsp; &nbsp;| 0&nbsp; &nbsp; &nbsp; &nbsp;|&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />+------------------+-----------------------+------+-----+---------+----------------+</p>]]></description>
			<author><![CDATA[null@example.com (roccoro)]]></author>
			<pubDate>Mon, 28 Jul 2025 12:59:39 +0000</pubDate>
			<guid>https://forum.iredmail.org/post91079.html#p91079</guid>
		</item>
	</channel>
</rss>
