Open chrisgeek opened 3 years ago
I recall this being fixed: https://github.com/awslabs/aws-rails-provisioner/issues/14
I think maybe I didn't release a new version after the fix? Do you mind cloning the repo and migrating your rails app that way? I can also plan to re-release a new pre version.
https://github.com/awslabs/aws-rails-provisioner/releases/tag/v0.0.2.rc4
I've pushed a new release that should have fixed this. Let me know if you still have troubles.
OK, let me install and check
I get this error now
Object literal may only specify known properties, and 'masterUser' does not exist in type 'DatabaseClusterProps'.
42 masterUser: {
~~~~~~~~~~~~~
43 username: username,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44 password: password
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 },
~~~~~~~~~~~~~
Found 1 error.
Possibly another breaking CDK change :/
https://github.com/aws/aws-cdk/releases/tag/v1.65.0
It looks like this is the change:
rds: DatabaseClusterProps masterUser renamed to credentials.
Luckily I think this is an easy fix. You should be able to modify that generated code and continue running it.
Alternatively, pin to an older version of CDK (1.64.0)
This fixed the issue
rds: DatabaseClusterProps masterUser renamed to credentials.
Pinning to 1.64.0 didn't. Thanks @mullermp
Is this fixed? I still got the same error.
This error occurs if using Node14, switching to node 12 works fine. But this problem needs to be fixed.
Using ruby 2.5.1 Rails 5.1
when I try to build, I get the following error
I am not sure how to resolve this, I tried on a different project and the errors were over 20.