From 892600f4030d6e7d66c6a48f5da0043d5f5c0a72 Mon Sep 17 00:00:00 2001 From: Ashpreet Bedi Date: Tue, 15 Oct 2024 13:10:38 +0100 Subject: [PATCH] v2.5.0a15 --- db/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/README.md b/db/README.md index 755d580..043b3a4 100644 --- a/db/README.md +++ b/db/README.md @@ -69,9 +69,9 @@ alembic -c db/alembic.ini upgrade head SSH into the production container and run the migration manually: ```bash -ECS_CLUSTER=agent-api-cluster +ECS_CLUSTER=prd-agent-cluster TASK_ARN=$(aws ecs list-tasks --cluster $ECS_CLUSTER --query "taskArns[0]" --output text) -CONTAINER_NAME=agent-api +CONTAINER_NAME=prd-agent-api aws ecs execute-command --cluster $ECS_CLUSTER \ --task $TASK_ARN \