Jeff Hanna
03/08/2022, 9:44 PMuat-polls-api-Database failed: Export uat-polls-api-Database:ExportsOutputRefDatabaseB269D8BB88F4B1C4 cannot be updated as it is in use by uat-polls-api-Api, uat-polls-api-Auth and uat-polls-api-Migrate
FYI under the hood restoring actually creates a new serverless cluster from the snapshotFrank
DatabaseClusterFromSnapshot
is supported.Frank
Mischa Spiegelmock
03/09/2022, 11:34 AMDatabaseClusterFromSnapshot
- I was about to do a giant migration tonight and use pg_dump/pg_restore.
Is this okay to use long-term? Like it'll restore from snapshot the first time and then run like normal from then on?Jeff Hanna
03/09/2022, 4:34 PMMischa Spiegelmock
03/09/2022, 4:34 PMJeff Hanna
03/09/2022, 4:39 PM0.51.1
, I tried to figure to upgrade and maybe I was mistaken but I thought even the latest sst was using CDK 1.126.0 so I just reverted back to 0.51.1
is there a guide on how to upgrade to new sst?
I think I would just want to upgrade to CDK 1.147.0 to minimize the changes right before my launch
also I see that my package.json includes cdk stuff like @aws-cdk/aws-cognito
, do i need to upgrade all of those to match the CDK version in SST? or should I remove those because SST includes them?Mischa Spiegelmock
03/09/2022, 4:39 PMMischa Spiegelmock
03/09/2022, 5:53 PMExport test-platform-Stateful:ExportsOutputFnGetAttDB4924F778EndpointAddress1D1A9439 cannot be updated as it is in use by test-platform-Foo (and 8 more)
when I try to replace my DB with a snapshot DB
any idea how to get around that?Jeff Hanna
03/09/2022, 5:53 PMMischa Spiegelmock
03/09/2022, 5:54 PMJeff Hanna
03/09/2022, 5:54 PMMischa Spiegelmock
03/09/2022, 5:54 PMMischa Spiegelmock
03/09/2022, 5:55 PMdb.grantDataApiAccess()
?Mischa Spiegelmock
03/09/2022, 5:56 PMfunc.connections.allowTo(db...
?Mischa Spiegelmock
03/09/2022, 5:56 PMMischa Spiegelmock
03/09/2022, 6:13 PMJeff Hanna
03/09/2022, 8:13 PMJeff Hanna
03/09/2022, 8:13 PMMischa Spiegelmock
03/09/2022, 8:34 PMJeff Hanna
03/09/2022, 9:46 PMFrank
Mischa Spiegelmock
03/22/2022, 9:00 AMJeff Hanna
03/22/2022, 1:34 PM