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
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This Bug Report affects these Traffic Control components:
Current behavior:
If the
delivery_service_requeststable is non-empty, running the2022110908494015_ds_active_flag.up.sqlmigration will fail.Expected behavior:
All migrations should run successfully.
Steps to reproduce:
Checkout the commit before Delivery Service Active Flag Rework #7099
Cherry-pick Dev-CiaB: Run db/admin as root #7209 so that Dev CiaB works
Enable Delivery Service Requests in
traffic_portal_properties.jsonStart CDN in a Box for Developers
Go to https://localhost:444/#!/delivery-services/1?dsType=HTTP
Set Display Name to new-display-name
Press Update
Choose Submit Request for Review and Deployment, enter My text as your comment, and press Submit
Checkout the Apache master branch
Try to run database migrations
cd traffic_ops/app go run ./db -c ../../dev/traffic_ops/dbconf.yml up