Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix? create pgql database if not exists
With the current master branch code (commit afb2121) I see the following error: root@vm2:/home/vagrant# kine --debug --endpoint postgres://postgres:postgresql@localhost:5432/foobster INFO[2023-11-03T20:07:09.379099258Z] metrics server is starting to listen at :8080 INFO[2023-11-03T20:07:09.379709686Z] starting metrics server path /metrics FATA[2023-11-03T20:07:09.40247106Z] building kine: failed to connect to `host=localhost user=postgres database=foobster`: server error (FATAL: database "foobster" does not exist (SQLSTATE 3D000)) This is fixed with the current commit. Signed-off-by: Oz Tiram <[email protected]>
- Loading branch information