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 May 7, 2024. It is now read-only.
Inside pongo shell environment, when I run a spec test using 'busted', I get below error:
[PostgreSQL error] failed to retrieve PostgreSQL server_version_num: host or service not provided, or not know
Turned out, when running pongo shell command, the postgresql docker instance not being launched. It only launched the kong docker instance.
Fix: Run pongo run command first followed by pongo shell.
The text was updated successfully, but these errors were encountered: