zrhoffman commented on code in PR #7614: URL: https://github.com/apache/trafficcontrol/pull/7614#discussion_r1343142097
########## cache-config/testing/docker/traffic_ops/run.sh: ########## @@ -149,6 +149,7 @@ cd /opt/traffic_ops/app ( db/admin --env=production reset db/admin --env=production upgrade +db/admin --env=production seed Review Comment: > but it does seem to me to be more appropriate to copy the way `postinstall` does it The `postinstall` *did* it. Nothing in postinstall runs seeds anymore except for explicitly seeding. That could mess up people who don't use the postinstall script, it makes the process more manual -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
