<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Personal MediaWiki with Raspberry PI and Docker	</title>
	<atom:link href="https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Thu, 27 Mar 2025 21:18:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-51070</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 27 Mar 2025 21:16:53 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2323#comment-51070</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-51050&quot;&gt;Sunil Chauhan&lt;/a&gt;.

Hi Sunil,
you&#039;re right, the dash between docker and compose was a typo error from me (the old docker compose was requiring it, with the latest docker installations you don&#039;t need it).
Regarding the backup, it should be enought to keep a copy of the data from the volumes mapped in the docker-compose.yml file. If you can run mediawiki into a different raspberry pi (or a different microSD card) keeping the data in the two volumes you should be able to recreate the same mediawiki website with all the old data]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-51050">Sunil Chauhan</a>.</p>
<p>Hi Sunil,<br />
you&#8217;re right, the dash between docker and compose was a typo error from me (the old docker compose was requiring it, with the latest docker installations you don&#8217;t need it).<br />
Regarding the backup, it should be enought to keep a copy of the data from the volumes mapped in the docker-compose.yml file. If you can run mediawiki into a different raspberry pi (or a different microSD card) keeping the data in the two volumes you should be able to recreate the same mediawiki website with all the old data</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sunil Chauhan		</title>
		<link>https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-51050</link>

		<dc:creator><![CDATA[Sunil Chauhan]]></dc:creator>
		<pubDate>Thu, 27 Mar 2025 16:30:09 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2323#comment-51050</guid>

					<description><![CDATA[Great tutorial, this one work despite the many I tried to use.
Couple of observations:

Observation 1: 
The following didn&#039;t work for me:
docker-compose up -d
So I had to remove the dash and this worked:
docker-compose up -d

Observation 2:
The database password does not accept anything with special characters. It&#039;s really strange. 


Finally, are you able to create a guide on how to backup and restore? This will be the final piece in the puzzle and allow me to migrate to this solution.]]></description>
			<content:encoded><![CDATA[<p>Great tutorial, this one work despite the many I tried to use.<br />
Couple of observations:</p>
<p>Observation 1:<br />
The following didn&#8217;t work for me:<br />
docker-compose up -d<br />
So I had to remove the dash and this worked:<br />
docker-compose up -d</p>
<p>Observation 2:<br />
The database password does not accept anything with special characters. It&#8217;s really strange. </p>
<p>Finally, are you able to create a guide on how to backup and restore? This will be the final piece in the puzzle and allow me to migrate to this solution.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-26358</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Wed, 13 Mar 2024 06:40:03 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2323#comment-26358</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-26347&quot;&gt;TZiegler&lt;/a&gt;.

Hi, thank you for your feedback.
From the linked tutorial you probably missed the part about installing docker compose. In any case, the new docker versions already include the compose option (without the dash character), so you should be able to use the following command:
&lt;code&gt;docker compose up -d&lt;/code&gt;
Please let me know if this works]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-26347">TZiegler</a>.</p>
<p>Hi, thank you for your feedback.<br />
From the linked tutorial you probably missed the part about installing docker compose. In any case, the new docker versions already include the compose option (without the dash character), so you should be able to use the following command:<br />
<code>docker compose up -d</code><br />
Please let me know if this works</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: TZiegler		</title>
		<link>https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-26347</link>

		<dc:creator><![CDATA[TZiegler]]></dc:creator>
		<pubDate>Tue, 12 Mar 2024 22:06:20 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2323#comment-26347</guid>

					<description><![CDATA[Tried today to use the manual. Unfortunately my pi says „unknown command“ when I try to run the command „docker-compose up -d“. But its up to date.]]></description>
			<content:encoded><![CDATA[<p>Tried today to use the manual. Unfortunately my pi says „unknown command“ when I try to run the command „docker-compose up -d“. But its up to date.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-17762</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sat, 27 Aug 2022 14:47:59 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2323#comment-17762</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-17727&quot;&gt;Matt&lt;/a&gt;.

Thank you for your feedback, Matt. Glad it helped you too!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-17727">Matt</a>.</p>
<p>Thank you for your feedback, Matt. Glad it helped you too!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-17727</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Thu, 25 Aug 2022 21:24:26 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2323#comment-17727</guid>

					<description><![CDATA[Finally a docker tutorial for Mediawiki that actually works!!! I&#039;ve tried several others and they all bombed at some point. I&#039;m new to all this stuff, so I don&#039;t have the skills to troubleshoot and fix what the issue is. This worked perfectly other than when I uncommented the line for the LocalSettings.php file it crashed until I figured out I had to make the dash at the beginning line up with the one in the active line above it. Thank you very much!

Oh, and I&#039;m not even doing this on a Pi but in a VPS but it worked just fine.]]></description>
			<content:encoded><![CDATA[<p>Finally a docker tutorial for Mediawiki that actually works!!! I&#8217;ve tried several others and they all bombed at some point. I&#8217;m new to all this stuff, so I don&#8217;t have the skills to troubleshoot and fix what the issue is. This worked perfectly other than when I uncommented the line for the LocalSettings.php file it crashed until I figured out I had to make the dash at the beginning line up with the one in the active line above it. Thank you very much!</p>
<p>Oh, and I&#8217;m not even doing this on a Pi but in a VPS but it worked just fine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-14373</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Tue, 03 May 2022 15:01:06 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2323#comment-14373</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-14369&quot;&gt;Guru&lt;/a&gt;.

You are welcome!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-14369">Guru</a>.</p>
<p>You are welcome!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Guru		</title>
		<link>https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-14369</link>

		<dc:creator><![CDATA[Guru]]></dc:creator>
		<pubDate>Tue, 03 May 2022 13:55:47 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2323#comment-14369</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-14285&quot;&gt;peppe8o&lt;/a&gt;.

Yes the fix works. Thank you for your quick help!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-14285">peppe8o</a>.</p>
<p>Yes the fix works. Thank you for your quick help!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-14285</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sun, 01 May 2022 06:41:50 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2323#comment-14285</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-14284&quot;&gt;Guru&lt;/a&gt;.

Hi Guru,
Please double check my tutorial on MariaDB dockerfile. The last rows are recently changed to:

RUN /etc/init.d/mariadb start &amp;&amp; mysql -uroot --password=&quot;&quot; -e &quot;source /mysql_scripts/mySqlScript.sql&quot;
CMD /etc/init.d/mariadb start &amp;&amp; tail -f /dev/null

This should solve the issue. I&#039;m going to update this page too]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-14284">Guru</a>.</p>
<p>Hi Guru,<br />
Please double check my tutorial on MariaDB dockerfile. The last rows are recently changed to:</p>
<p>RUN /etc/init.d/mariadb start &#038;&#038; mysql -uroot &#8211;password=&#8221;&#8221; -e &#8220;source /mysql_scripts/mySqlScript.sql&#8221;<br />
CMD /etc/init.d/mariadb start &#038;&#038; tail -f /dev/null</p>
<p>This should solve the issue. I&#8217;m going to update this page too</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Guru		</title>
		<link>https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-14284</link>

		<dc:creator><![CDATA[Guru]]></dc:creator>
		<pubDate>Sun, 01 May 2022 06:08:07 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=2323#comment-14284</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-8556&quot;&gt;peppe8o&lt;/a&gt;.

The instructions are very clear and got almost to the end. I too ran into the same error as Ralf experienced.
Below is screen capture:
Building database
Step 1/7 : FROM debian
 ---&#062; f8dd32c4c981
Step 2/7 : RUN apt update &#038;&#038; apt install mariadb-server -y
 ---&#062; Using cache
 ---&#062; 45ee198599ba
Step 3/7 : RUN sed -i &#039;s/bind-address/bind-address = 0.0.0.0 #/i&#039; /etc/mysql/mariadb.conf.d/50-server.cnf
 ---&#062; Using cache
 ---&#062; 633b054a856f
Step 4/7 : RUN mkdir /mysql_scripts
 ---&#062; Using cache
 ---&#062; e08b5b733efa
Step 5/7 : COPY mySqlScript.sql /mysql_scripts/
 ---&#062; Using cache
 ---&#062; 9569bb081dcd
Step 6/7 : RUN /etc/init.d/mysql start &#038;&#038; mysql -uroot --password=&quot;&quot; -e &quot;source /mysql_scripts/mySqlScript.sql&quot;
 ---&#062; Running in 6562827a2280
/bin/sh: 1: /etc/init.d/mysql: not found
ERROR: Service &#039;database&#039; failed to build: The command &#039;/bin/sh -c /etc/init.d/mysql start &#038;&#038; mysql -uroot --password=&quot;&quot; -e &quot;source /mysql_scripts/mySqlScript.sql&quot;&#039; returned a non-zero code: 127

Appreciate your help in advance.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/personal-mediawiki-with-raspberry-pi-and-docker/#comment-8556">peppe8o</a>.</p>
<p>The instructions are very clear and got almost to the end. I too ran into the same error as Ralf experienced.<br />
Below is screen capture:<br />
Building database<br />
Step 1/7 : FROM debian<br />
 &#8212;&gt; f8dd32c4c981<br />
Step 2/7 : RUN apt update &amp;&amp; apt install mariadb-server -y<br />
 &#8212;&gt; Using cache<br />
 &#8212;&gt; 45ee198599ba<br />
Step 3/7 : RUN sed -i &#8216;s/bind-address/bind-address = 0.0.0.0 #/i&#8217; /etc/mysql/mariadb.conf.d/50-server.cnf<br />
 &#8212;&gt; Using cache<br />
 &#8212;&gt; 633b054a856f<br />
Step 4/7 : RUN mkdir /mysql_scripts<br />
 &#8212;&gt; Using cache<br />
 &#8212;&gt; e08b5b733efa<br />
Step 5/7 : COPY mySqlScript.sql /mysql_scripts/<br />
 &#8212;&gt; Using cache<br />
 &#8212;&gt; 9569bb081dcd<br />
Step 6/7 : RUN /etc/init.d/mysql start &amp;&amp; mysql -uroot &#8211;password=&#8221;&#8221; -e &#8220;source /mysql_scripts/mySqlScript.sql&#8221;<br />
 &#8212;&gt; Running in 6562827a2280<br />
/bin/sh: 1: /etc/init.d/mysql: not found<br />
ERROR: Service &#8216;database&#8217; failed to build: The command &#8216;/bin/sh -c /etc/init.d/mysql start &amp;&amp; mysql -uroot &#8211;password=&#8221;&#8221; -e &#8220;source /mysql_scripts/mySqlScript.sql&#8221;&#8216; returned a non-zero code: 127</p>
<p>Appreciate your help in advance.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
