You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After removing rapid layers with terraform module, rapid stops working.
Problem is caused by permissions in terraform table to removed layers.
Objects created here PermissionItem discover mismatch and raise error, that can be seen in ECS logs:
The text was updated successfully, but these errors were encountered:
If you have data and permissions within rAPId for a previous setup that used to have layers and now those layers change within the rAPId setup you'll either have to write a custom migration script to move all the new data and permissions over into your new setup or remove everything and start from the new fresh rAPId setup.
When changing infrastructure it won't change any of the underlying data alongside it because this isn't the nature of the terraform. The errors above are failures in the Pydantic model validation because of the change of underlying infrastructure trying to match with the old data.
If this a situation you are going to be running into alot I would be happy to merge a custom migration you write into the project to handle this.
After removing rapid layers with terraform module, rapid stops working.
Problem is caused by permissions in terraform table to removed layers.
Objects created here PermissionItem discover mismatch and raise error, that can be seen in ECS logs:
The text was updated successfully, but these errors were encountered: