<?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>
	Kommentare zu: Nextcloud Previews regelmässig generieren lassen	</title>
	<atom:link href="https://yourdevice.ch/nextcloud-previews-regelmaessig-generieren-lassen/feed/" rel="self" type="application/rss+xml" />
	<link>https://yourdevice.ch/nextcloud-previews-regelmaessig-generieren-lassen/</link>
	<description></description>
	<lastBuildDate>Sat, 18 Jan 2025 20:14:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		Von: Andy		</title>
		<link>https://yourdevice.ch/nextcloud-previews-regelmaessig-generieren-lassen/#comment-2819</link>

		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Sat, 18 Jan 2025 18:58:57 +0000</pubDate>
		<guid isPermaLink="false">https://yourdevice.ch/?p=11934#comment-2819</guid>

					<description><![CDATA[kleiner Nachtrag 
DELETE FROM oc_filecache WHERE path LIKE &#039;appdata_/preview/%&#039;;
in Hochkommatar, sonst wollte das nicht bei mir :) 
Ansonsten super Artikel, hat mir sehr geholfen.]]></description>
			<content:encoded><![CDATA[<p>kleiner Nachtrag<br />
DELETE FROM oc_filecache WHERE path LIKE &#8218;appdata_/preview/%&#8216;;<br />
in Hochkommatar, sonst wollte das nicht bei mir 🙂<br />
Ansonsten super Artikel, hat mir sehr geholfen.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: Mario		</title>
		<link>https://yourdevice.ch/nextcloud-previews-regelmaessig-generieren-lassen/#comment-1231</link>

		<dc:creator><![CDATA[Mario]]></dc:creator>
		<pubDate>Sat, 06 Apr 2024 11:11:51 +0000</pubDate>
		<guid isPermaLink="false">https://yourdevice.ch/?p=11934#comment-1231</guid>

					<description><![CDATA[Als Antwort auf &lt;a href=&quot;https://yourdevice.ch/nextcloud-previews-regelmaessig-generieren-lassen/#comment-1225&quot;&gt;René&lt;/a&gt;.

Besten dank, werde ich mit in den Artikel aufnehmen. Bei mir ging es ohne Aktualisierung der db]]></description>
			<content:encoded><![CDATA[<p>Als Antwort auf <a href="https://yourdevice.ch/nextcloud-previews-regelmaessig-generieren-lassen/#comment-1225">René</a>.</p>
<p>Besten dank, werde ich mit in den Artikel aufnehmen. Bei mir ging es ohne Aktualisierung der db</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Von: René		</title>
		<link>https://yourdevice.ch/nextcloud-previews-regelmaessig-generieren-lassen/#comment-1225</link>

		<dc:creator><![CDATA[René]]></dc:creator>
		<pubDate>Thu, 04 Apr 2024 15:15:47 +0000</pubDate>
		<guid isPermaLink="false">https://yourdevice.ch/?p=11934#comment-1225</guid>

					<description><![CDATA[bei mir war es erforderlich auf der DB den Inhalt zu löschen. 

mysql -u root -p 
USE nextcloud;
DELETE FROM oc_filecache WHERE path LIKE &quot;appdata_/preview/%&quot;;

danach musste ich folgende Befehle im Nextcloud absetzen:
occ files:scan --all
occ files:scan-app-data
occ preview:generate-all -vvv

dies hat bei mi zur Lösung beigetragen.]]></description>
			<content:encoded><![CDATA[<p>bei mir war es erforderlich auf der DB den Inhalt zu löschen. </p>
<p>mysql -u root -p<br />
USE nextcloud;<br />
DELETE FROM oc_filecache WHERE path LIKE &#8222;appdata_/preview/%&#8220;;</p>
<p>danach musste ich folgende Befehle im Nextcloud absetzen:<br />
occ files:scan &#8211;all<br />
occ files:scan-app-data<br />
occ preview:generate-all -vvv</p>
<p>dies hat bei mi zur Lösung beigetragen.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 115/135 objects using Redis
Page Caching using Disk: Enhanced 
Database Caching 1/10 queries in 0.003 seconds using Redis

Served from: yourdevice.ch @ 2026-04-15 19:19:21 by W3 Total Cache
-->