-
I am puzzled as to how to solve my issue. I am currently creating my migrations with the following command:
However I recently added pgvector, and tried changing the temporary dev container to use pgvector with no success.
which fails with
And I tried with a locally-running DB, but attempting to create the migrations always yields I tried many other things from https://atlasgo.io/concepts/dev-database#diffing to no avail. Thank you kindly for any assistance provided. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
What version of Atlas are you using ? (Run "atlas version") Also, you may find this guide from the Ent website helpful |
Beta Was this translation helpful? Give feedback.
Thanks, yes, it was an ancient version and I did not realize...my bad.
Sharing a solution I used to create migrations against a pgvector-enabled image.
In my makefile:
And then in
pgvector-image/Dockerfile
: