<?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>Nextcloud &#8211; Manuel Bogner&#039;s Blog</title>
	<atom:link href="https://blog.mbo.dev/archives/category/linux/nextcloud/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.mbo.dev</link>
	<description>Solutions to everyday IT problems</description>
	<lastBuildDate>Sat, 05 Jun 2021 11:24:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://blog.mbo.dev/wp-content/uploads/2022/11/cropped-cropped-mbo-white_opt-32x32.png</url>
	<title>Nextcloud &#8211; Manuel Bogner&#039;s Blog</title>
	<link>https://blog.mbo.dev</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Nextcloud warning: Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it.</title>
		<link>https://blog.mbo.dev/archives/1354</link>
		
		<dc:creator><![CDATA[Manuel Bogner]]></dc:creator>
		<pubDate>Fri, 07 May 2021 18:54:59 +0000</pubDate>
				<category><![CDATA[Nextcloud]]></category>
		<guid isPermaLink="false">https://blog.coffeebeans.at/?p=1354</guid>

					<description><![CDATA[On my ubuntu server I had to install libmagickcore-6.q16-6-extra to get rid of this warning]]></description>
										<content:encoded><![CDATA[
<p>On my ubuntu server I had to install libmagickcore-6.q16-6-extra to get rid of this warning</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Nextcloud fix installation</title>
		<link>https://blog.mbo.dev/archives/1293</link>
		
		<dc:creator><![CDATA[Manuel Bogner]]></dc:creator>
		<pubDate>Tue, 25 Aug 2020 17:20:37 +0000</pubDate>
				<category><![CDATA[Nextcloud]]></category>
		<guid isPermaLink="false">https://blog.coffeebeans.at/?p=1293</guid>

					<description><![CDATA[After some updates the installation/the database needs to be fixed. This can be done with the command line tool on a debian system where the installation belongs to the apache user www-data:]]></description>
										<content:encoded><![CDATA[
<p>After some updates the installation/the database needs to be fixed. This can be done with the command line tool on a debian system where the installation belongs to the apache user www-data:</p>



<pre class="wp-block-code"><code>cd &lt;installdir>
sudo -u www-data php occ db:add-missing-indices
sudo -u www-data php occ db:add-missing-columns</code></pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
