Re: phpPGAdmin
Daniel Jones
Hi Lukas, The challenge you face is that the PostgreSQL instance that is visible in `cf services` may not be accessible directly from your workstation. It might not even be running in Cloud Foundry - CF doesn't actually know how to create a PostgreSQL instance, and instead asks a 'service broker' to create an instance. Luckily the fine people at UK Government Digital Services made a CLI plugin that may help: https://github.com/alphagov/paas-cf-conduit Presumably this tool connects from your workstation to an app instance, and then connects to the PostgreSQL instance from there. You should be able to use whatever client you like using this tunnel. I'd invite you to think about the use case you have, and whether you really should be connecting to the database from your workstation. I can imagine it being useful for debugging, and I can also imagine it being dangerous in a production environment for security/privacy/stability reasons. Regards, Daniel 'Deejay' Jones - Managing Director +44 (0)79 8000 9153 EngineerBetter Ltd - More than cloud platform specialists On Tue, 30 Mar 2021 at 15:47, <lukas.klein@...> wrote:
|
|
|