<?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 Problems trying to deploy Alfresco Community on GCP in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/problems-trying-to-deploy-alfresco-community-on-gcp/m-p/143011#M38014</link>
    <description>&lt;P&gt;Hello, I am having several problems when trying to deploy Alfresco Community on a GCP cluster.&lt;/P&gt;&lt;P&gt;The guide to deploy Alfresco on EKS creates an AWS EFS storage called "nfs-client":&lt;/P&gt;&lt;PRE&gt;cat &amp;gt; aws-efs-values.yml &amp;lt;&amp;lt;EOT
storageClasses:
 - mountOptions:
    - tls
    name: nfs-client
    parameters:
      directoryPerms: "700"
      uid: 33000
      gid: 1000
      fileSystemId: fs-SOMEUUID
      provisioningMode: efs-ap
    reclaimPolicy: Retain
    volumeBindingMode: Immediate
EOT
helm repo add aws-efs-csi-driver https://kubernetes-sigs.github.io/aws-efs-csi-driver
helm upgrade aws-efs-csi-driver aws-efs-csi-driver/aws-efs-csi-driver \
 --install \
 --namespace kube-system \
 -f aws-efs-values.yml&lt;/PRE&gt;&lt;P&gt;Afterwards, when installing Alfresco with Helm, the parameters are added to that driver:&lt;/P&gt;&lt;PRE&gt;--set alfresco-repository.persistence.enabled=true \
--set alfresco-repository.persistence.storageClass="nfs-client"&lt;/PRE&gt;&lt;P&gt;Is there any guide to be able to do the same with GCP?&lt;/P&gt;&lt;P&gt;Can Alfresco Community only be deployed with an NFS system? Are there possibilities to install it through a GCP Persistence disk?&lt;/P&gt;&lt;P&gt;My second question is whether Alfresco Community can be installed with an external PostgreSQL database? I have seen that in the documentation to install Alfresco Enterprise some parameters are used to be able to install it with an external database through parameters such as:&lt;/P&gt;&lt;PRE&gt;--set postgresql.enabled=false \
--set database.external=true \
--set database.driver="org.postgresql.Driver" \
--set database.url="jdbc:postgresql://YOUR-DATABASE-ENDPOINT:5432/" \
--set database.user="alfresco" \
--set database.password="YOUR-DATABASE-PASSWORD"&lt;/PRE&gt;&lt;P&gt;I have seen that there is a link (&lt;A href="https://console.cloud.google.com/launcher/details/click-to-deploy-images/alfresco" target="_blank" rel="nofollow noopener noreferrer"&gt;Alfresco Community Edition on Google Cloud Platform&lt;/A&gt;) to be able where GCP directly installs Alfresco Community on GCP for a monthly fee but I would like to be able to install Alfresco through Helm.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 12:19:37 GMT</pubDate>
    <dc:creator>nmd20</dc:creator>
    <dc:date>2024-03-04T12:19:37Z</dc:date>
    <item>
      <title>Problems trying to deploy Alfresco Community on GCP</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-trying-to-deploy-alfresco-community-on-gcp/m-p/143011#M38014</link>
      <description>&lt;P&gt;Hello, I am having several problems when trying to deploy Alfresco Community on a GCP cluster.&lt;/P&gt;&lt;P&gt;The guide to deploy Alfresco on EKS creates an AWS EFS storage called "nfs-client":&lt;/P&gt;&lt;PRE&gt;cat &amp;gt; aws-efs-values.yml &amp;lt;&amp;lt;EOT
storageClasses:
 - mountOptions:
    - tls
    name: nfs-client
    parameters:
      directoryPerms: "700"
      uid: 33000
      gid: 1000
      fileSystemId: fs-SOMEUUID
      provisioningMode: efs-ap
    reclaimPolicy: Retain
    volumeBindingMode: Immediate
EOT
helm repo add aws-efs-csi-driver https://kubernetes-sigs.github.io/aws-efs-csi-driver
helm upgrade aws-efs-csi-driver aws-efs-csi-driver/aws-efs-csi-driver \
 --install \
 --namespace kube-system \
 -f aws-efs-values.yml&lt;/PRE&gt;&lt;P&gt;Afterwards, when installing Alfresco with Helm, the parameters are added to that driver:&lt;/P&gt;&lt;PRE&gt;--set alfresco-repository.persistence.enabled=true \
--set alfresco-repository.persistence.storageClass="nfs-client"&lt;/PRE&gt;&lt;P&gt;Is there any guide to be able to do the same with GCP?&lt;/P&gt;&lt;P&gt;Can Alfresco Community only be deployed with an NFS system? Are there possibilities to install it through a GCP Persistence disk?&lt;/P&gt;&lt;P&gt;My second question is whether Alfresco Community can be installed with an external PostgreSQL database? I have seen that in the documentation to install Alfresco Enterprise some parameters are used to be able to install it with an external database through parameters such as:&lt;/P&gt;&lt;PRE&gt;--set postgresql.enabled=false \
--set database.external=true \
--set database.driver="org.postgresql.Driver" \
--set database.url="jdbc:postgresql://YOUR-DATABASE-ENDPOINT:5432/" \
--set database.user="alfresco" \
--set database.password="YOUR-DATABASE-PASSWORD"&lt;/PRE&gt;&lt;P&gt;I have seen that there is a link (&lt;A href="https://console.cloud.google.com/launcher/details/click-to-deploy-images/alfresco" target="_blank" rel="nofollow noopener noreferrer"&gt;Alfresco Community Edition on Google Cloud Platform&lt;/A&gt;) to be able where GCP directly installs Alfresco Community on GCP for a monthly fee but I would like to be able to install Alfresco through Helm.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 12:19:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-trying-to-deploy-alfresco-community-on-gcp/m-p/143011#M38014</guid>
      <dc:creator>nmd20</dc:creator>
      <dc:date>2024-03-04T12:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems trying to deploy Alfresco Community on GCP</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problems-trying-to-deploy-alfresco-community-on-gcp/m-p/143012#M38015</link>
      <description>&lt;P&gt;&lt;EM&gt;"Is there any guide to be able to do the same with GCP?"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Unfortunately not, or I do not met it yet. You should revision helm deployment to adaptate it to GCP.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Can Alfresco Community only be deployed with an NFS system? Are there possibilities to install it through a GCP Persistence disk?"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Yes, just create the persistant volumes in GCP Storage and replace the volume declaretions.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"My second question is whether Alfresco Community can be installed with an external PostgreSQL database?"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Yes you can use external server or GCP SQL service. Provide network connection and set proper database.url. In some situation GCP SQL connection must have reverse proxy. It is a small additinal container on the Alfresco repository pod. Read the GCP documentation for details.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 12:05:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problems-trying-to-deploy-alfresco-community-on-gcp/m-p/143012#M38015</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2024-03-06T12:05:27Z</dc:date>
    </item>
  </channel>
</rss>

