-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported adapter when running migration (2.11.1) #1650
Comments
Hi @philipguedes, What database are you using? |
Hey @lukaszreszke thanks for replying.
I'm using postgres 15+ If it comes in handy, I created a repo to reproduce this problem |
Thanks for the repo with repro reproduction @philipguedes. Indeed it helped a lot. I found the root cause of the issue. In Supported adapters are generally: Both for RES 2.9.1 and RES 2.11.1 the adapter introduces itself as postgis:
In 2.10 the code with the I'll notify you when the fix is rolled out. Thanks for reporting this issue. |
So it's an additional gem that provides postgresql-like adapter, that introduces itself as |
Hey @philipguedes! The issue you've experienced is resolved on master with commit: b2d7396 We should release it officially soon, but you can start using it right away with this entry in your
Thanks for the detailed report and happy coding! |
Hey @philipguedes, |
Hi!
I'm trying to configure rails_event_store
2.11.1
in an existing rails project using the Advanced setup.When I try to setup the data model using
I'm getting the one-liner error
I downgraded to
2.9.1
, used the same command and it worked like a charm.The text was updated successfully, but these errors were encountered: