zrhoffman commented on code in PR #6802:
URL: https://github.com/apache/trafficcontrol/pull/6802#discussion_r879846511
##########
traffic_ops/app/db/trafficvault/migrations/2021042200000000_init.up.sql:
##########
@@ -1,16 +0,0 @@
-/*
Review Comment:
Looking at `trafficops.log` within the `ciab-logs.zip` artifact again,
migrations fail at 992d4a0a54 due to the directory not existing:
```
INFO:root:Database load_schema succeeded
DEBUG:root:admin exec failed; stderr: Starting Migrate: open
/opt/traffic_ops/app/db/trafficvault/migrations/.: no such file or directory
stdout:
ERROR:root:Failed to set up database: Database migrate failed
ERROR:root:Can't connect to the database. Use the script
`/opt/traffic_ops/install/bin/todb_bootstrap.sh` on the db server to create it
and run `postinstall` again.
Error on line 38 of /opt/traffic_ops/install/bin/postinstall
```
--
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]