Skip to content

Commit

Permalink
v2.5.0a15
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Oct 15, 2024
1 parent 954e4f8 commit 892600f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 892600f

Please sign in to comment.