Welcome! You are about to start on a journey about and how to setup kong as an API Gateway for your infrastructure. In this second chapter, We are ...
For further actions, you may consider blocking this person and/or reporting abuse
Hi cool& perfect
if this helps please support me so i can produce more quality content to help other developers

@vousmeevoyez : Unfortunately, running the same exact script giving below error
'FATAL: database "konguser" does not exist'
Hi could you share more details? do you run it using start.sh? or just docker-compose?
I've tried from both and I have the same error,
hi could you share your error?
database "konguser" does not exist. This is also after running a docker system prune:
pastebin.com/yJkp7BYK
Hi giesberge can you try with this following sequence
to
if this helps please support me so i can produce more quality content to help other developers

Already done, I even tried changing the db_names but that didn't work. pastebin.com/wmcHb9Tw
I've notice you're using windows. Did you use wsl? And what terminal are you running? Command prompt?
I ran with start.sh script
Also what i noticed was the db name needs to be kong always else kong is throwing kong database doesn't exist.
yes, I forgot to mention that in article. thanks man
Brilliant post dude! Your guide is valuable and well written.
I have been trying with no success to setup Kong and Konga with docker a while ago by following their git and official pages. Their documentation aren't very friendly indeed.
Thanks!
I ran with start.sh script
db_1 | FATAL: database "konguser" does not exist
Hi Tikam, sorry for slow response. Been very busy this couple months. try stop and clearing all volumes
also use this setting as .env
Thank you so much @kelvin for the help.
where do I get docker-entrypoint.sh?
Hi amirhs, terribly sorry for slow response. You can find the docker-entrypoint for the postgres container here github.com/vousmeevoyez/kong-konga...