<?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>Question Re: SAP CAP - BTP - PostgreSQL multiple databases in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/14258037#M4930686</link>
    <description>Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/9473"&gt;@MMonis&lt;/a&gt;,</description>
    <pubDate>Fri, 31 Oct 2025 14:35:34 GMT</pubDate>
    <dc:creator>kevin_balboni1</dc:creator>
    <dc:date>2025-10-31T14:35:34Z</dc:date>
    <item>
      <title>SAP CAP - BTP - PostgreSQL multiple databases</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaq-p/12817060</link>
      <description>&lt;P&gt;Ddear community,&lt;/P&gt;
  &lt;P&gt;I'm looking if there is a possibility to share the PostgreSQL service between multiple spaces within Cloud Foundry.&lt;/P&gt;
  &lt;P&gt;My goal is to have a single instance of PostgreSQL and deploy the various service databases that run in separate spaces.&lt;/P&gt;
  &lt;P&gt;It's possible? Do you have any suggestions/guidance?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 07:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaq-p/12817060</guid>
      <dc:creator>kevin_balboni1</dc:creator>
      <dc:date>2024-01-05T07:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAP CAP - BTP - PostgreSQL multiple databases</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/12817061#M4813124</link>
      <description>&lt;P&gt;Try command `cf share-service` it should be possible to share the service at least between spaces in the same org and possibly between spaces of other orgs in the same DC. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;$ cf share-service SERVICE-INSTANCE -s OTHER-SPACE [-o OTHER-ORG]&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Jan 2024 08:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/12817061#M4813124</guid>
      <dc:creator>Dinu</dc:creator>
      <dc:date>2024-01-10T08:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAP CAP - BTP - PostgreSQL multiple databases</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/13582248#M4814639</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/158770"&gt;@Dinu&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Sorry for my late reply.&lt;/P&gt;&lt;P&gt;I managed to share the PostgreSQL instance with multiple spaces, however in this way the db data is also shared between the various services that connect.&lt;BR /&gt;My need is to use the same PostgreSQL instance between multiple spaces but internally activating multiple databases/schemas, in this way I would share the service instance but not the internal data.&lt;/P&gt;&lt;P&gt;On HANA it is possible to do this using hdi-containers, is there an equivalent solution for PostgreSQL?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 13:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/13582248#M4814639</guid>
      <dc:creator>kevin_balboni1</dc:creator>
      <dc:date>2024-01-26T13:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAP CAP - BTP - PostgreSQL multiple databases</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/13582780#M4814671</link>
      <description>No. There is no database container infrastructure available for postgreSQL from SAP.</description>
      <pubDate>Fri, 26 Jan 2024 18:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/13582780#M4814671</guid>
      <dc:creator>Dinu</dc:creator>
      <dc:date>2024-01-26T18:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP CAP - BTP - PostgreSQL multiple databases</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/13587248#M4815027</link>
      <description>However, there is the possibility of having multiple databases within the same PostgreSQL instance, I just need to find a way to manage it on the BTP. It seems strange to me that SAP didn't think about this case.</description>
      <pubDate>Tue, 30 Jan 2024 13:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/13587248#M4815027</guid>
      <dc:creator>kevin_balboni1</dc:creator>
      <dc:date>2024-01-30T13:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAP CAP - BTP - PostgreSQL multiple databases</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/13587294#M4815030</link>
      <description>You can connect to the DB and create databases and users yourself. You can use any tool, psql for example. This is shown in &lt;A href="https://help.sap.com/docs/postgresql-hyperscaler-option/postgresql-on-sap-btp-hyperscaler-option/export-data-from-postgresql-service-instance?locale=en-US" target="_blank"&gt;https://help.sap.com/docs/postgresql-hyperscaler-option/postgresql-on-sap-btp-hyperscaler-option/export-data-from-postgresql-service-instance?locale=en-US&lt;/A&gt;</description>
      <pubDate>Tue, 30 Jan 2024 13:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/13587294#M4815030</guid>
      <dc:creator>Dinu</dc:creator>
      <dc:date>2024-01-30T13:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAP CAP - BTP - PostgreSQL multiple databases</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/14258034#M4930685</link>
      <description>Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/124763"&gt;@kevin_balboni1&lt;/a&gt;, Were you able to get this to work ?</description>
      <pubDate>Fri, 31 Oct 2025 14:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/14258034#M4930685</guid>
      <dc:creator>MMonis</dc:creator>
      <dc:date>2025-10-31T14:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP CAP - BTP - PostgreSQL multiple databases</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/14258037#M4930686</link>
      <description>Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/9473"&gt;@MMonis&lt;/a&gt;,</description>
      <pubDate>Fri, 31 Oct 2025 14:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/14258037#M4930686</guid>
      <dc:creator>kevin_balboni1</dc:creator>
      <dc:date>2025-10-31T14:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAP CAP - BTP - PostgreSQL multiple databases</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/14258038#M4930687</link>
      <description>Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/9473"&gt;@MMonis&lt;/a&gt;, No, I wasn't able to. I decided to abandon this path in favor of SAP HANA.</description>
      <pubDate>Fri, 31 Oct 2025 14:35:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/14258038#M4930687</guid>
      <dc:creator>kevin_balboni1</dc:creator>
      <dc:date>2025-10-31T14:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAP CAP - BTP - PostgreSQL multiple databases</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/14258039#M4930688</link>
      <description>&lt;P&gt;In SAP BTP is not possibile to manage multiple databases/schemas using&amp;nbsp;&lt;SPAN&gt;PostgreSQL&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 14:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-cap-btp-postgresql-multiple-databases/qaa-p/14258039#M4930688</guid>
      <dc:creator>kevin_balboni1</dc:creator>
      <dc:date>2025-10-31T14:40:33Z</dc:date>
    </item>
  </channel>
</rss>

