mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-15 09:15:44 -04:00
[BUG]: vector-admin can not connect to postgres #79
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chrislemke on GitHub (Jul 19, 2024).
How are you running VectorAdmin?
Docker (remote machine)
What happened?
Try to install vector-admin on an EC2 instance using the Build docker image from source docs. I also followed the instruction form the Common questions and fixes part.
But vector-admin can't connect to the postgres db:
Also tried various combinations of different ports, using localhost, etc. Any idea what I am doing wrong? Thanks in advance!
Are there known steps to reproduce?
No response
@chrislemke commented on GitHub (Jul 19, 2024):
Fixed it: using
DATABASE_CONNECTION_STRING="postgresql://vectoradmin:password@postgres:5432/vdbms"