-
Hello I'm trying to use crux-jdbc with postgresql, but I got some ERROR when staring crux node. The following is part of the stacktrace:
Can anyone help to give me some guide to make it work? Thank you,
|
Beta Was this translation helpful? Give feedback.
Answered by
jarohen
Jan 7, 2021
Replies: 1 comment 4 replies
-
Hi @coxchen, thanks for getting in touch 👋 This looks like an issue with the initial schema migration - specifically the Cheers, James |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
coxchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @coxchen, thanks for getting in touch 👋
This looks like an issue with the initial schema migration - specifically the
CREATE INDEX IF NOT EXISTS ...
command.IF NOT EXISTS
was introduced in Postgres 9.5 - could you confirm what version you're using?Cheers,
James