<?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 How to point to the external database while installing Alfresco 6.2 V with docker-compose file in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-point-to-the-external-database-while-installing-alfresco/m-p/112209#M31292</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to install the alfresco 6.2 V with docker-compose.yml file and needs to config with external db which is installed in another host machine.&lt;/P&gt;&lt;P&gt;Eg: I need to install the alfresco in 192.160.3.4 and my postgres db is hosted in 192.160.5.19.&lt;/P&gt;&lt;P&gt;and I need to point to this database instead of&amp;nbsp;-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5555/alfresco&lt;/P&gt;&lt;P&gt;Instead of&lt;/P&gt;&lt;P&gt;alfresco:&lt;BR /&gt;build:&lt;BR /&gt;dockerfile: ./Dockerfile&lt;BR /&gt;context: ./configs-to-override/alfresco&lt;BR /&gt;args:&lt;BR /&gt;ACS_TAG: 6.2.1-A8&lt;BR /&gt;mem_limit: 1500m&lt;BR /&gt;environment:&lt;BR /&gt;CATALINA_OPTS : "-agentlib:jdwp=transport=dt_socket,address=*:7000,server=y,suspend=n"&lt;BR /&gt;JAVA_OPTS: "&lt;BR /&gt;-Ddb.driver=org.postgresql.Driver&lt;BR /&gt;-Ddb.username=alfresco&lt;BR /&gt;-Ddb.password=alfresco&lt;BR /&gt;-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5555/alfresco&lt;/P&gt;&lt;P&gt;postgres:&lt;BR /&gt;image: postgres:11.7&lt;BR /&gt;mem_limit: 512m&lt;BR /&gt;environment:&lt;BR /&gt;- POSTGRES_PASSWORD=alfresco&lt;BR /&gt;- POSTGRES_USER=alfresco&lt;BR /&gt;- POSTGRES_DB=alfresco&lt;BR /&gt;command: postgres -c max_connections=300 -c log_min_messages=LOG -p 5555&lt;BR /&gt;ports:&lt;BR /&gt;- 5555:5555&lt;BR /&gt;volumes:&lt;BR /&gt;- db-volume:/var/lib/postgresql/data&lt;/P&gt;&lt;P&gt;can anyone help me out how to do this.&lt;/P&gt;&lt;P&gt;Thanks in adavance!&lt;/P&gt;</description>
    <pubDate>Tue, 24 Nov 2020 14:59:16 GMT</pubDate>
    <dc:creator>Aswani_Juvva</dc:creator>
    <dc:date>2020-11-24T14:59:16Z</dc:date>
    <item>
      <title>How to point to the external database while installing Alfresco 6.2 V with docker-compose file</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-point-to-the-external-database-while-installing-alfresco/m-p/112209#M31292</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to install the alfresco 6.2 V with docker-compose.yml file and needs to config with external db which is installed in another host machine.&lt;/P&gt;&lt;P&gt;Eg: I need to install the alfresco in 192.160.3.4 and my postgres db is hosted in 192.160.5.19.&lt;/P&gt;&lt;P&gt;and I need to point to this database instead of&amp;nbsp;-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5555/alfresco&lt;/P&gt;&lt;P&gt;Instead of&lt;/P&gt;&lt;P&gt;alfresco:&lt;BR /&gt;build:&lt;BR /&gt;dockerfile: ./Dockerfile&lt;BR /&gt;context: ./configs-to-override/alfresco&lt;BR /&gt;args:&lt;BR /&gt;ACS_TAG: 6.2.1-A8&lt;BR /&gt;mem_limit: 1500m&lt;BR /&gt;environment:&lt;BR /&gt;CATALINA_OPTS : "-agentlib:jdwp=transport=dt_socket,address=*:7000,server=y,suspend=n"&lt;BR /&gt;JAVA_OPTS: "&lt;BR /&gt;-Ddb.driver=org.postgresql.Driver&lt;BR /&gt;-Ddb.username=alfresco&lt;BR /&gt;-Ddb.password=alfresco&lt;BR /&gt;-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5555/alfresco&lt;/P&gt;&lt;P&gt;postgres:&lt;BR /&gt;image: postgres:11.7&lt;BR /&gt;mem_limit: 512m&lt;BR /&gt;environment:&lt;BR /&gt;- POSTGRES_PASSWORD=alfresco&lt;BR /&gt;- POSTGRES_USER=alfresco&lt;BR /&gt;- POSTGRES_DB=alfresco&lt;BR /&gt;command: postgres -c max_connections=300 -c log_min_messages=LOG -p 5555&lt;BR /&gt;ports:&lt;BR /&gt;- 5555:5555&lt;BR /&gt;volumes:&lt;BR /&gt;- db-volume:/var/lib/postgresql/data&lt;/P&gt;&lt;P&gt;can anyone help me out how to do this.&lt;/P&gt;&lt;P&gt;Thanks in adavance!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 14:59:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-point-to-the-external-database-while-installing-alfresco/m-p/112209#M31292</guid>
      <dc:creator>Aswani_Juvva</dc:creator>
      <dc:date>2020-11-24T14:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to point to the external database while installing Alfresco 6.2 V with docker-compose file</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-point-to-the-external-database-while-installing-alfresco/m-p/112210#M31293</link>
      <description>&lt;P&gt;Please check refer this thread :&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/deploy-alfresco-with-docker-and-mysql/td-p/77108" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/deploy-alfresco-with-docker-and-mysql/td-p/77108&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 05:02:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-point-to-the-external-database-while-installing-alfresco/m-p/112210#M31293</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-11-25T05:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to point to the external database while installing Alfresco 6.2 V with docker-compose file</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-point-to-the-external-database-while-installing-alfresco/m-p/112211#M31294</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82450"&gt;@Aswani_Juvva&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I need to install the alfresco 6.2 V with docker-compose.yml file and needs to config with external db which is installed in another host machine.&lt;/P&gt;
&lt;P&gt;Eg: I need to install the alfresco in 192.160.3.4 and my postgres db is hosted in 192.160.5.19.&lt;/P&gt;
&lt;P&gt;and I need to point to this database instead of&amp;nbsp;-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5555/alfresco&lt;/P&gt;
&lt;P&gt;Instead of&lt;/P&gt;
&lt;P&gt;alfresco:&lt;BR /&gt;build:&lt;BR /&gt;dockerfile: ./Dockerfile&lt;BR /&gt;context: ./configs-to-override/alfresco&lt;BR /&gt;args:&lt;BR /&gt;ACS_TAG: 6.2.1-A8&lt;BR /&gt;mem_limit: 1500m&lt;BR /&gt;environment:&lt;BR /&gt;CATALINA_OPTS : "-agentlib:jdwp=transport=dt_socket,address=*:7000,server=y,suspend=n"&lt;BR /&gt;JAVA_OPTS: "&lt;BR /&gt;-Ddb.driver=org.postgresql.Driver&lt;BR /&gt;-Ddb.username=alfresco&lt;BR /&gt;-Ddb.password=alfresco&lt;BR /&gt;-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5555/alfresco&lt;/P&gt;

&lt;P&gt;postgres:&lt;BR /&gt;image: postgres:11.7&lt;BR /&gt;mem_limit: 512m&lt;BR /&gt;environment:&lt;BR /&gt;- POSTGRES_PASSWORD=alfresco&lt;BR /&gt;- POSTGRES_USER=alfresco&lt;BR /&gt;- POSTGRES_DB=alfresco&lt;BR /&gt;command: postgres -c max_connections=300 -c log_min_messages=LOG -p 5555&lt;BR /&gt;ports:&lt;BR /&gt;- 5555:5555&lt;BR /&gt;volumes:&lt;BR /&gt;- db-volume:/var/lib/postgresql/data&lt;/P&gt;
&lt;P&gt;can anyone help me out how to do this.&lt;/P&gt;
&lt;P&gt;Thanks in adavance!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Check this thread:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/facing-issue-while-running-docker-compose-yml-alfresco-6-2-v-by/m-p/303376/highlight/true#M22194" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/facing-issue-while-running-docker-compose-yml-alfresco-6-2-v-by/m-p/303376/highlight/true#M22194&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 15:11:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-point-to-the-external-database-while-installing-alfresco/m-p/112211#M31294</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-11-25T15:11:39Z</dc:date>
    </item>
  </channel>
</rss>

