-
Notifications
You must be signed in to change notification settings - Fork 180
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
Support for AWS Redshift #767
Comments
AFAIK this project uses pg under the hood Line 93 in db3f901
Lines 32 to 43 in db3f901
|
Yes, I know, that's why I'm thinking it should be compatible. I suspect there's simply something off in my AWS config, and I'll be working on that today, but I just wanted to make sure from the "source" that it should be compatible. |
I got the AWS config sorted out and was able to reach the Redshift DB, but I encountered to following error, which I assume means that this package isn't compatible with Redshift afterall.
Feel free to close this issue if there's nothing more to say here!? |
@goce-cz Could you have a look into that and triage it? |
hello, sorry for such a long time to answer. yes we using serial for the table id in the migrations table... could we use smth else then unsupported types, for example, basic integer or smth. probably... @andre-engelbrecht I believe, one way to overcome it, is to create the table for migrations manually prior and provide it's name to node-pg-migration (see https://salsita.github.io/node-pg-migrate/#/cli?id=configuration - migrationTable option) or use the default name node-pg-migrate will check if the table exists and have primary key constraint on id but that's about it. |
see also #766, maybe you gonna get new errors |
I ended up just manually handling migrations for now. I bit of manually effort, but our Redshift DB is pretty static. |
Does this package support AWS Redshift? Since Redshift is based on PostgreSQL, I'm hoping it'll just work?
I've been trying it out but getting connection timeout issues, not sure if this is due to bad config on AWS or lack of support for Redshift?
The text was updated successfully, but these errors were encountered: