-
Notifications
You must be signed in to change notification settings - Fork 189
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
Migration to the latest version of SaaS #479
Comments
@JaladJhamb please identify the fields you need from the SaaS Boost tenant service to operate your application. |
@brtrvn, I have actually made a diff between the DynamoDB created by old and new SaaS. These were the attributes which were mentioned in the old but not in the new DynamoDB : computeSize, onboarding , overrideDefaults, planID, ALB, ECS_CLUSTER_LOG_GROUP, CODE_PIPELINE |
I would not look at the DynamoDB table items. They are subject to change even more than the API. Here's a comparison of the tenant objects returned by the Tenant Service API in v1 vs. v2.
As you can see, much of the Code Pipelines and RDS resources are created per service in v2, so the naming has changed to include the service name you enter in app config. For example, if you named your service Using Tiers Also note that in the future And, just to be clear, because I know this is something your team is struggling with |
hello @brtrvn, sorry I wasn't able to respond back due to some personal reason I wasn't active, |
It's hard to say for certain from your screenshot, but CodePipeline uses S3 as a |
❓
The Question
So we have been asked to migrate our exisitng running tenants from SaaS v1 version to the latest version.
Environment
Other information
The text was updated successfully, but these errors were encountered: