ocket8888 commented on code in PR #7614:
URL: https://github.com/apache/trafficcontrol/pull/7614#discussion_r1343126420


##########
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:
   No, the point is to not overwrite changes users have made to their system's 
data. I don't think it really matters which order it's done in, but it does 
seem to me to be more appropriate to copy the way `postinstall` does it, which 
is
   1. load_schema
   2. migrate
   3. seed
   4. patch



-- 
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]

Reply via email to