<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mongodb 8 Archives - diditho.com</title>
	<atom:link href="https://diditho.com/tag/mongodb-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://diditho.com/tag/mongodb-8/</link>
	<description>&#34; Knowing is not enough we must apply. Willing is not enough we must do &#34; - Bruce Lee</description>
	<lastBuildDate>Thu, 16 Apr 2026 05:45:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://diditho.com/wp-content/uploads/2023/11/cropped-diditho-photo-logo-512-x-512-32x32.png</url>
	<title>mongodb 8 Archives - diditho.com</title>
	<link>https://diditho.com/tag/mongodb-8/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Stop MongoDB 8.x.x Log Files from Exploding on Debian 12/13</title>
		<link>https://diditho.com/2026/04/16/how-to-stop-mongodb-8-x-x-log-files-from-exploding-on-debian-12-13/</link>
					<comments>https://diditho.com/2026/04/16/how-to-stop-mongodb-8-x-x-log-files-from-exploding-on-debian-12-13/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Thu, 16 Apr 2026 05:45:11 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[debian 12]]></category>
		<category><![CDATA[debian 13]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[mongodb 8]]></category>
		<category><![CDATA[mongodb log]]></category>
		<category><![CDATA[rotate mongodb log]]></category>
		<guid isPermaLink="false">https://diditho.com/?p=10958</guid>

					<description><![CDATA[<p>MongoDB 8.x.x is one of those services that can run quietly for a long time, until one day you check disk usage and realize the log file has grown into something unreasonable. Not because MongoDB 8.x.x is broken, but because the logging behavior is doing exactly what it was told to do, keep writing, keep... <span class="more"><a class="more-link" href="https://diditho.com/2026/04/16/how-to-stop-mongodb-8-x-x-log-files-from-exploding-on-debian-12-13/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2026/04/16/how-to-stop-mongodb-8-x-x-log-files-from-exploding-on-debian-12-13/">How to Stop MongoDB 8.x.x Log Files from Exploding on Debian 12/13</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2026/04/16/how-to-stop-mongodb-8-x-x-log-files-from-exploding-on-debian-12-13/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Make MongoDB “Master” Primary Again on Debian 12 (MongoDB 8)</title>
		<link>https://diditho.com/2026/01/10/make-mongodb-master-primary-again-on-debian-12-mongodb-8/</link>
					<comments>https://diditho.com/2026/01/10/make-mongodb-master-primary-again-on-debian-12-mongodb-8/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Fri, 09 Jan 2026 17:06:16 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[mongodb 8]]></category>
		<category><![CDATA[mongodb master replica]]></category>
		<category><![CDATA[mongodb master slave]]></category>
		<category><![CDATA[mongodb replica]]></category>
		<category><![CDATA[mongodb set priority]]></category>
		<guid isPermaLink="false">https://diditho.com/?p=10817</guid>

					<description><![CDATA[<p>A practical guide for a 3-node replica set MongoDB replica sets do not have a permanent &#8220;master.&#8221; MongoDB uses the term PRIMARY, and the PRIMARY can move after elections (restart, network hiccup, maintenance). If your PRIMARY has shifted to a replica node and you want it back on your preferred &#8220;master&#8221; server, the right approach... <span class="more"><a class="more-link" href="https://diditho.com/2026/01/10/make-mongodb-master-primary-again-on-debian-12-mongodb-8/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2026/01/10/make-mongodb-master-primary-again-on-debian-12-mongodb-8/">Make MongoDB “Master” Primary Again on Debian 12 (MongoDB 8)</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2026/01/10/make-mongodb-master-primary-again-on-debian-12-mongodb-8/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Set Up MongoDB 8 Master-Slave on Debian 12 (Bookworm)</title>
		<link>https://diditho.com/2025/02/10/how-to-set-up-mongodb-8-master-slave-on-debian-12-bookworm/</link>
					<comments>https://diditho.com/2025/02/10/how-to-set-up-mongodb-8-master-slave-on-debian-12-bookworm/#respond</comments>
		
		<dc:creator><![CDATA[diditho]]></dc:creator>
		<pubDate>Mon, 10 Feb 2025 10:52:40 +0000</pubDate>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[install mongodb 8]]></category>
		<category><![CDATA[install mongodb community edition]]></category>
		<category><![CDATA[install mongodb community server]]></category>
		<category><![CDATA[install mongodb on debian 12]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[mongodb 8]]></category>
		<category><![CDATA[mongodb 8 community edition]]></category>
		<category><![CDATA[mongodb 8 master slave]]></category>
		<category><![CDATA[mongodb 8 on debian 12]]></category>
		<category><![CDATA[mongodb nosql]]></category>
		<category><![CDATA[mongodb on debian 12]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[setup master slave mongodb]]></category>
		<guid isPermaLink="false">https://diditho.com/?p=9329</guid>

					<description><![CDATA[<p>MongoDB is a super flexible NoSQL database, and if you&#8217;re running it on Debian 12 (Bookworm), setting up Master-Slave (Primary-Secondary) replication can help with scaling and data redundancy. This guide will take you through installing, running, and configuring MongoDB 8 for a master-slave setup. Prerequisites Step 1: Install MongoDB 8 on Debian 12 1.1. Update... <span class="more"><a class="more-link" href="https://diditho.com/2025/02/10/how-to-set-up-mongodb-8-master-slave-on-debian-12-bookworm/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://diditho.com/2025/02/10/how-to-set-up-mongodb-8-master-slave-on-debian-12-bookworm/">How to Set Up MongoDB 8 Master-Slave on Debian 12 (Bookworm)</a> appeared first on <a href="https://diditho.com">diditho.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://diditho.com/2025/02/10/how-to-set-up-mongodb-8-master-slave-on-debian-12-bookworm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
