<?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: New Installation Remote Database in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/new-installation-remote-database/m-p/285382#M238512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same type of setup. If you are just wanting to use a different postgresql server and don't have any data as of yet. Then do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Scrap your alfresco install and install again and include the postgresql option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Do a dump of the database and then import it to your other instance of postgresql.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Scrap this install of alfresco and then re-install again. Point to the new database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Should have no issues with doing that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I'm actually doing is including postgresql in my install but I've changed the location of alf_data (which also has the database with it) to a SAN.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyways You still have to make sure that you point some config files to the new location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;install/postgresql/scripts/ctl.sh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit the top of the file to the new loction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;POSTGRESQL_PIDFILE=/path/to/your/alf_data/postgresql/postmaster.pid&lt;BR /&gt;&lt;BR /&gt;POSTGRESQL_START="/opt/alfresco42f/postgresql/bin/pg_ctl start -w -D /path/to/your/alf_data/postgresql"&lt;BR /&gt;POSTGRESQL_STOP="/opt/alfresco42f/postgresql/bin/pg_ctl stop -D /path/to/your/alf_data/postgresql"&lt;BR /&gt;&lt;BR /&gt;&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;/SPAN&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;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 17:27:02 GMT</pubDate>
    <dc:creator>eswbitto</dc:creator>
    <dc:date>2015-06-16T17:27:02Z</dc:date>
    <item>
      <title>New Installation Remote Database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-installation-remote-database/m-p/285381#M238511</link>
      <description>Hi,I've installed the latest Alfresco 5.0.d and have chosen advanced install, where I removed the Postgres support, since I already have a remote postgres database running. I've correctly updated the alfresco-global.properties, which contains the following:db.driver=org.postgresql.Driverdb.username=</description>
      <pubDate>Mon, 15 Jun 2015 23:48:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-installation-remote-database/m-p/285381#M238511</guid>
      <dc:creator>eleanor</dc:creator>
      <dc:date>2015-06-15T23:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: New Installation Remote Database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-installation-remote-database/m-p/285382#M238512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same type of setup. If you are just wanting to use a different postgresql server and don't have any data as of yet. Then do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Scrap your alfresco install and install again and include the postgresql option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Do a dump of the database and then import it to your other instance of postgresql.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Scrap this install of alfresco and then re-install again. Point to the new database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Should have no issues with doing that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I'm actually doing is including postgresql in my install but I've changed the location of alf_data (which also has the database with it) to a SAN.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyways You still have to make sure that you point some config files to the new location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;install/postgresql/scripts/ctl.sh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit the top of the file to the new loction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;POSTGRESQL_PIDFILE=/path/to/your/alf_data/postgresql/postmaster.pid&lt;BR /&gt;&lt;BR /&gt;POSTGRESQL_START="/opt/alfresco42f/postgresql/bin/pg_ctl start -w -D /path/to/your/alf_data/postgresql"&lt;BR /&gt;POSTGRESQL_STOP="/opt/alfresco42f/postgresql/bin/pg_ctl stop -D /path/to/your/alf_data/postgresql"&lt;BR /&gt;&lt;BR /&gt;&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;/SPAN&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;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 17:27:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-installation-remote-database/m-p/285382#M238512</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2015-06-16T17:27:02Z</dc:date>
    </item>
  </channel>
</rss>

