<?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 Re: Creating a new empty content store in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186331#M139461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you're looking for a completely clean restart, drop and recreate the database then clear out everything under the alf_data folder.&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you give me a pointer to the procedure or script used to recreate the database? I'm not much of a db specialist!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2009 12:47:00 GMT</pubDate>
    <dc:creator>jschoofs</dc:creator>
    <dc:date>2009-03-23T12:47:00Z</dc:date>
    <item>
      <title>Creating a new empty content store</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186328#M139458</link>
      <description>Hello all,Can anyone give me the exact procedure to get rid of the current content store (db + actual content and indexes) and to create a new, empty (apart from the default Alfresco items/nodes) content store?We have been testing an Alfresco server (with mixed results) and we would like to start fr</description>
      <pubDate>Mon, 23 Mar 2009 10:24:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186328#M139458</guid>
      <dc:creator>jschoofs</dc:creator>
      <dc:date>2009-03-23T10:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new empty content store</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186329#M139459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just delete the whole directory and database and start from scratch. Or just delete all the root folders of the content store in alfresco. Should IMHO work, too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 10:35:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186329#M139459</guid>
      <dc:creator>dmigowski</dc:creator>
      <dc:date>2009-03-23T10:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new empty content store</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186330#M139460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you're looking for a completely clean restart, drop and recreate the database then clear out everything under the alf_data folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 10:37:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186330#M139460</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-03-23T10:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new empty content store</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186331#M139461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you're looking for a completely clean restart, drop and recreate the database then clear out everything under the alf_data folder.&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you give me a pointer to the procedure or script used to recreate the database? I'm not much of a db specialist!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 12:47:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186331#M139461</guid>
      <dc:creator>jschoofs</dc:creator>
      <dc:date>2009-03-23T12:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new empty content store</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186332#M139462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You don't say which database you're using, but assuming MySQL then something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;mysql -u root -p&lt;BR /&gt;drop database alfresco;&lt;BR /&gt;create database alfresco;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 13:33:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186332#M139462</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-03-23T13:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new empty content store</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186333#M139463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the info, Mike. You assumed right: we're currently using MySQL.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 13:40:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-a-new-empty-content-store/m-p/186333#M139463</guid>
      <dc:creator>jschoofs</dc:creator>
      <dc:date>2009-03-23T13:40:54Z</dc:date>
    </item>
  </channel>
</rss>

