<?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: Choosing where I put the Alfresco repository in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27461#M13821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We had the same thoughts and tried to put the alf_data and MySQL database on an other disk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Soft linking the alf_data dir works fine but Steve's solution (see above) looks better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found a step-by-step explanation on how to change the location of the MySQL database on &lt;/SPAN&gt;&lt;A href="http://developer.spikesource.com/wiki/index.php/How_to_change_the_mysql_database_location" rel="nofollow noopener noreferrer"&gt;Spike Developer Zone&lt;/A&gt;&lt;SPAN&gt;. Not really tested all this in depth but untill now it seems to work like it should.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2006 12:29:29 GMT</pubDate>
    <dc:creator>simon</dc:creator>
    <dc:date>2006-01-09T12:29:29Z</dc:date>
    <item>
      <title>Choosing where I put the Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27458#M13818</link>
      <description>I have installed Alfresco under Mac OS X Server and am running some tests on it at present. I was wondering whether anyone has experimented with putting the repository onto a separate volume. As far as I can see the Alfresco data is stored in two places: /opt/alfresco/alf_data and in mysql. So, if I</description>
      <pubDate>Sun, 08 Jan 2006 20:36:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27458#M13818</guid>
      <dc:creator>ianpiper</dc:creator>
      <dc:date>2006-01-08T20:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing where I put the Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27459#M13819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I meant a symbolic link, not a hard link. Sorry about that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2006 20:42:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27459#M13819</guid>
      <dc:creator>ianpiper</dc:creator>
      <dc:date>2006-01-08T20:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing where I put the Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27460#M13820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can change the physical location of the Alfresco Data directories.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;old&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you look in 'repository.properties' the first section details the location of the alf_data directory:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/old&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For 1.3 Look in the Alfresco extension directory (tomcat\shared\classes\alfresco\extension) for the file 'custom-data-location.properties.sample' for this line:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.root=./alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Change this to whatever directory you want, rename the file by taking the '.sample' off the end, and make sure you move any existing alf_data directory to this new location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, you will have to rename the 'custom-db-and-data-context.xml.sample' by taking the '.sample' off the end and then editing it to include/exclude the properties files as appropriate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 11:41:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27460#M13820</guid>
      <dc:creator>steve</dc:creator>
      <dc:date>2006-01-09T11:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing where I put the Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27461#M13821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We had the same thoughts and tried to put the alf_data and MySQL database on an other disk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Soft linking the alf_data dir works fine but Steve's solution (see above) looks better.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found a step-by-step explanation on how to change the location of the MySQL database on &lt;/SPAN&gt;&lt;A href="http://developer.spikesource.com/wiki/index.php/How_to_change_the_mysql_database_location" rel="nofollow noopener noreferrer"&gt;Spike Developer Zone&lt;/A&gt;&lt;SPAN&gt;. Not really tested all this in depth but untill now it seems to work like it should.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 12:29:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27461#M13821</guid>
      <dc:creator>simon</dc:creator>
      <dc:date>2006-01-09T12:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing where I put the Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27462#M13822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can change the physical location of the Alfresco Data directories.&lt;BR /&gt;If you look in 'repository.properties' the first section details the location of the alf_data directory:&lt;BR /&gt;&lt;BR /&gt;# Directory configuration&lt;BR /&gt;&lt;BR /&gt;dir.root=./alf_data&lt;BR /&gt;&lt;BR /&gt;Change this to whatever directory you want, and make sure you move the existing alf_data firectory to this new location.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Steve&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I was wondering the same thing, but after looking at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Repository_Configuration" rel="nofollow noopener noreferrer"&gt;this page&lt;/A&gt;&lt;SPAN&gt; on the Wiki it didn't seem like that file should be changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I chaged the location in the file custom-repository.properties located in C:\Profram Files\alfresco-1.3.0\tomcat\shared\classes\alfreaso\extension (Was that bad? I didn't even see it mentioned on that wiki page.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 20:06:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27462#M13822</guid>
      <dc:creator>nullman</dc:creator>
      <dc:date>2006-06-30T20:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing where I put the Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27463#M13823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have updated my post about how to change this setting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 14:38:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27463#M13823</guid>
      <dc:creator>steve</dc:creator>
      <dc:date>2006-07-03T14:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing where I put the Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27464#M13824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Steve, so I shouldn't use "custom-repository.properties" to do this? (Located in C:\Profram Files\alfresco-1.3.0\tomcat\shared\classes\alfreaso\extension&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Windows install)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2006 14:47:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27464#M13824</guid>
      <dc:creator>nullman</dc:creator>
      <dc:date>2006-07-03T14:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing where I put the Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27465#M13825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Community!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What happens then, when you want alfresco's repository to reside on a remote machine within the same network. Forgive me if I'm not making sense, I'm relatively new in Alfresco.&amp;nbsp; Can that be done? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The idea is as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Have Alfresco server, (Application Layer [Alfresco, Tomcat]) running on one machine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Have the Alfresco Repository (Content Store)/Diskspace residing on a different machine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that implementable?……&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 12:40:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27465#M13825</guid>
      <dc:creator>zipho</dc:creator>
      <dc:date>2006-07-14T12:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing where I put the Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27466#M13826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is possible. You can have a nfs mount to a remote file system, or a smbfs mount to a windows share for instance on your Alfresco server. Then reference that in your dir.root.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Aladdin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 16:29:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/choosing-where-i-put-the-alfresco-repository/m-p/27466#M13826</guid>
      <dc:creator>rivetlogic</dc:creator>
      <dc:date>2006-07-14T16:29:03Z</dc:date>
    </item>
  </channel>
</rss>

