<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Moving content store in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114816#M31871</link>
    <description>&lt;P&gt;Hi there ,&lt;/P&gt;&lt;P&gt;I am trying to move file from default&amp;nbsp; content store to another content store&amp;nbsp; . I was using below script . But this copy file to storeB . Is there similiar script which basically move file to second content store?&amp;nbsp; Like Cut &amp;amp; Paste in windows .&lt;/P&gt;&lt;P&gt;After moving i dont need this in default location.&lt;/P&gt;&lt;P&gt;I was using following script , but this only copy the file.&lt;/P&gt;&lt;P&gt;var logFile = space.childByNamePath("alf docs1.txt");&lt;/P&gt;&lt;P&gt;logFile.addAspect("cm:storeSelector");&lt;BR /&gt;logFile.properties['cm:storeName'] = "storeB";&lt;BR /&gt;logFile.save();&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2020 13:20:33 GMT</pubDate>
    <dc:creator>brijeshnk</dc:creator>
    <dc:date>2020-02-03T13:20:33Z</dc:date>
    <item>
      <title>Moving content store</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114816#M31871</link>
      <description>&lt;P&gt;Hi there ,&lt;/P&gt;&lt;P&gt;I am trying to move file from default&amp;nbsp; content store to another content store&amp;nbsp; . I was using below script . But this copy file to storeB . Is there similiar script which basically move file to second content store?&amp;nbsp; Like Cut &amp;amp; Paste in windows .&lt;/P&gt;&lt;P&gt;After moving i dont need this in default location.&lt;/P&gt;&lt;P&gt;I was using following script , but this only copy the file.&lt;/P&gt;&lt;P&gt;var logFile = space.childByNamePath("alf docs1.txt");&lt;/P&gt;&lt;P&gt;logFile.addAspect("cm:storeSelector");&lt;BR /&gt;logFile.properties['cm:storeName'] = "storeB";&lt;BR /&gt;logFile.save();&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 13:20:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114816#M31871</guid>
      <dc:creator>brijeshnk</dc:creator>
      <dc:date>2020-02-03T13:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Moving content store</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114817#M31872</link>
      <description>&lt;P&gt;Can you provide a little more information? Are you moving from the same version to the same version? Is the alf_data viewable from the new server environment? You might not need all that you are doing.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 13:43:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114817#M31872</guid>
      <dc:creator>jljwoznica</dc:creator>
      <dc:date>2020-02-03T13:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Moving content store</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114818#M31873</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have two content store defined in &lt;EM&gt;content-store-selector-context.xml&lt;/EM&gt; file .&lt;/P&gt;&lt;P&gt;First one is&amp;nbsp; default content store and another content store in different physical location(storeB) . &amp;nbsp; Once in month i need to move file into storeB location from default content store.&amp;nbsp; I will be planning to use scheduler which will invoke a script . script should move files from default to storeB. ( Not copying)&lt;/P&gt;&lt;P&gt;Both content store is viewable from same server.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 14:38:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114818#M31873</guid>
      <dc:creator>brijeshnk</dc:creator>
      <dc:date>2020-02-03T14:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Moving content store</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114819#M31874</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="comment-copy"&gt;In fact i was trying to follow approach mentoned in API doc &lt;A href="https://docs.alfresco.com/5.2/concepts/store-using.html" rel="nofollow noreferrer noopener" target="_blank"&gt;docs.alfresco.com/5.2/concepts/store-using.html&lt;/A&gt; , it was mentioned that ': The original content created in the default store will still exist and will be linked to the copy in the new named store location. If you do not want this to occur, the cm:versionable aspect needs to be removed from the content before applying the cm:storeSelector aspect, and then re-applied after the cm:storeSelector aspect has taken affect.'&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 11:25:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114819#M31874</guid>
      <dc:creator>brijeshnk</dc:creator>
      <dc:date>2020-02-04T11:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Moving content store</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114820#M31875</link>
      <description>&lt;P&gt;This feature is only Enterprise, are you using Enterprise?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 13:42:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114820#M31875</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-02-04T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Moving content store</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114821#M31876</link>
      <description>&lt;P&gt;Yes very&amp;nbsp; much&amp;nbsp; , we are using EE version of ACS 5.2 .&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question is , once we move documents to new content store , old bin file is still exist as Orpan node . Looks like yes it is existing . So will it go through content lifecycle and archival process ?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 14:42:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/moving-content-store/m-p/114821#M31876</guid>
      <dc:creator>brijeshnk</dc:creator>
      <dc:date>2020-02-04T14:42:09Z</dc:date>
    </item>
  </channel>
</rss>

