Login to Postgres Server

How can one login to Postgres server and retrieve the analytics data to consume externally without using management APIs

0 1 374
1 REPLY 1

You can login to PG:

psql -h /opt/apigee/var/run/apigee-postgresql -U apigee apigee

...or with your password

and select needed data

https://docs.apigee.com/api-platform/troubleshoot/diagnostic-logs/analytics-problems#postgres-disk-s...