<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Any path to migrate rendered reports between &#96;blobStorage&#96;s?]]></title><description><![CDATA[<p>I am currently using <code>fs</code> for my blobStorage provider, but am in the midst of migrating to MongoDB (GridFS).</p>
<p>Is there some built in method of exporting/importing rendered reports in the same way that we can migrate the templates?  Or should I just script it instead?</p>
<p>I can get the list of reports with the <code>/odata/reports</code> endpoint in the old server, so I guess it shouldn't be too hard to script, just wanted to see if there was a built in way first.</p>
]]></description><link>https://forum.jsreport.net/topic/3054/any-path-to-migrate-rendered-reports-between-blobstorage-s</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 23:44:02 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/3054.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Jan 2024 11:21:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Any path to migrate rendered reports between &#96;blobStorage&#96;s? on Invalid Date]]></title><description><![CDATA[<p>I am currently using <code>fs</code> for my blobStorage provider, but am in the midst of migrating to MongoDB (GridFS).</p>
<p>Is there some built in method of exporting/importing rendered reports in the same way that we can migrate the templates?  Or should I just script it instead?</p>
<p>I can get the list of reports with the <code>/odata/reports</code> endpoint in the old server, so I guess it shouldn't be too hard to script, just wanted to see if there was a built in way first.</p>
]]></description><link>https://forum.jsreport.net/post/13095</link><guid isPermaLink="true">https://forum.jsreport.net/post/13095</guid><dc:creator><![CDATA[edlaver]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Any path to migrate rendered reports between &#96;blobStorage&#96;s? on Fri, 12 Jan 2024 12:26:17 GMT]]></title><description><![CDATA[<p>There is no such feature now, unfortunately. You will need to script it.</p>
]]></description><link>https://forum.jsreport.net/post/13096</link><guid isPermaLink="true">https://forum.jsreport.net/post/13096</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Fri, 12 Jan 2024 12:26:17 GMT</pubDate></item><item><title><![CDATA[Reply to Any path to migrate rendered reports between &#96;blobStorage&#96;s? on Invalid Date]]></title><description><![CDATA[<p>Ok, thanks <a class="plugin-mentions-a" href="https://forum.jsreport.net/uid/1">@admin</a>!</p>
<p>Will I need to ensure the actual files (e.g. in the Mongo <code>fs.files</code> collection) have the same <code>_id</code> values, or are they just referenced against their <code>filename</code> property?</p>
<p>e.g. is the relationship between the <code>reports</code> collection and the <code>fs.files</code> collection between:<br />
<code>reports.blobName == fs.files.filename</code></p>
<p>Or does it use the ID in the filename or something, e.g. <code>reports.blobName: reports/pdf/myTemplate/65a118152302904f0a473298.pdf</code> =&gt; <code>fs.files._id: 65a118152302904f0a473298</code>?</p>
]]></description><link>https://forum.jsreport.net/post/13097</link><guid isPermaLink="true">https://forum.jsreport.net/post/13097</guid><dc:creator><![CDATA[edlaver]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Any path to migrate rendered reports between &#96;blobStorage&#96;s? on Invalid Date]]></title><description><![CDATA[<p>Just the blobName should be enough.</p>
]]></description><link>https://forum.jsreport.net/post/13099</link><guid isPermaLink="true">https://forum.jsreport.net/post/13099</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>