Hi! I'm looking to migrate the dagster instance to...
# deployment-ecs
j
Hi! I'm looking to migrate the dagster instance to ECS, I saw that there is documentation for Kubernetes but not for ECS. What would be the procedure to follow?
j
that process • spins down dagit and the daemon • runs an ephemeral container that calls
dagster instance migrate
• spins them back up The equivalent in ecs would be to run a one off task with a connection to the DB (you could probably copy the task definition from dagit or a run) and just change the command to the migrate cli
❤️ 1