Connection between Pega 8.6 and google Cloud SQL (postgres) database

Hi all,

according to this guide https://cloud.google.com/architecture/deploying-pega-platform-using-compute-engine-and-cloud-sql we have installed our Pega platform version 8.6 on google cloud.

We are experiencing some issues on reading the BLOB content of some rules (we see this error in the log: function data.pr_read_from_stream(unknown, character varying, bytea) does not exist at character 102 )

Connecting to the Google Cloud SQL it seems that it does not contain the extension PL\Java.

Could you please confirm that Google Cloud SQL can be used as database in cloud environment for a Pega installation?

Or should we install a dedicated VM machine with a postgres db installed?

Thanks a lot.

Claudio

@ClaudioR Looking for help myself. In fact is there any documentation describing the approach and steps for deploying / migrating Pega apps to GCE?

@NeilR539 @ClaudioR

The platform support guide for Pega Infinity provides information about Google Cloud SQL support.

Per the support guide, Pega Platform 8.6 supports:

@NeilR539 we have followed this guide below to install the Pega Kubernetes cluster on GKE:

The only attention point is that the latest version of the helm charts v2.2.0 is not working for us in GKE, so I suggest you use v2.1.1

By the way, the PL/Java functions are not essentials to make Pega work!

@AleMax225 Thanks for that information