You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
I found that we lose DB superuser access after BTP deployment which is required for requirements such as running db producedures to clone and drop schemas. Question has been opened to SAP and I'm unsure if a fix is possible and if so what the timeline might be: https://answers.sap.com/questions/13386233/postgresql-on-sap-btp-authorizations.html
Is it feasible to allow cds-pg & cds-dbm to connect and manage a AWS rds postgres instance directly without going through the SAP's postgres hypescaler service? I would be happy to work on the development and testing if the original contributers see this as feasible and have any advice on that connection might work.
The text was updated successfully, but these errors were encountered:
Could this be handled by replacing the postgresql-db service that is bound to the node-srv module with a user defined service containing custom rds credentials? Perhaps no/minimum code changes are needed if the expectation is manual rds set-up. We would probably need ot make sure that cfenv / xenv modules pick up the user defined service the same way as if it were a postgresql-db service? I'll research what SAP allows for in terms of user defined services and their corresponding tags / labels.
we have successfully tested a deployment to Cloud Foundry with a User Provided Service. It's important to use the correct tags for your service. If you include db or plain your CAP app should pick up your credentials.
I found that we lose DB superuser access after BTP deployment which is required for requirements such as running db producedures to clone and drop schemas. Question has been opened to SAP and I'm unsure if a fix is possible and if so what the timeline might be: https://answers.sap.com/questions/13386233/postgresql-on-sap-btp-authorizations.html
Is it feasible to allow cds-pg & cds-dbm to connect and manage a AWS rds postgres instance directly without going through the SAP's postgres hypescaler service? I would be happy to work on the development and testing if the original contributers see this as feasible and have any advice on that connection might work.
The text was updated successfully, but these errors were encountered: