You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/05/09 13:44:55 UTC

[GitHub] [trafficcontrol] ocket8888 commented on issue #3524: Collapse database migrations

ocket8888 commented on issue #3524: Collapse database migrations
URL: https://github.com/apache/trafficcontrol/pull/3524#issuecomment-490911138
 
 
   Traffic Ops will fail to install without any migrations - any change that collapses migrations must also do one of:
   - Replace Goose with something that won't crash if it has nothing to do
   - Change admin.go to silently check for migrations before running them, and not attempt to do so if none are found
   - Modify `postinstall` to continue even if `admin` crashes (bad idea IMO)
   - Add at least one database migration.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services