Cristóbal Mackenzie
Cristóbal Mackenzie
We ran into the same issue trying to deploy a new user column. Luckily our `django-flags` usage is very sparse and we were able to delete them, migrate and then...
@willbarton I think I'd catch the `django.db.utils.ProgrammingError` inside the `validate_user` function and raise a `ValidationError`. In the `flags_condition_check` maybe use a new error code to mean that the validation couldn't...
Hi, just here to pitch in regarding the need/use for Multi region deployments. There are some use cases (financial services, etc), where disaster recovery requirements are really strict. (i.e. [this](https://aws.amazon.com/blogs/architecture/disaster-recovery-dr-architecture-on-aws-part-iv-multi-site-active-active/)...
Hi @Andrew-Chen-Wang , this is clear and sounds like a good solution to me. I'll work on it and check-in with any updates.
Of course I also realize that we might've broken the environment, but I have no idea how. The environment addons stack is still there, all the addons resources (bucket, RDS...
Hey @dannyrandall ! Yes indeed, we used copilot for everything. I've been looking into it, learning more about CloudFormation and I can't figure out how to replicate this. As far...
The existing Addons stack actually appears intact, it consists of a bucket and an RDS instance. There were three attempts at deletion that failed because some exports where in use...