Differences From Artifact [0408c8f58c]:
- File
common.scm
— part of check-in
[669204e634]
at
2017-04-26 14:29:42
on branch v1.64
— MTA fix
CherryPicked backout 70a3. (user: ritikaag, size: 87546) [annotate] [blame] [check-ins using]
To Artifact [bd1e1ceda5]:
- File common.scm — part of check-in [50414b8e0e] at 2017-04-29 07:40:53 on branch v1.64 — Added automatic target adjustment on running -cleanup-db. Calls to db:multi-db-sync will do the passed in operations in the order provided. Force an exit for some operations if not on homehost by looking at switches/parameters. (user: matt, size: 87542) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
235 236 237 238 239 240 241 | ;; (define (common:cleanup-db dbstruct) (db:multi-db-sync dbstruct ;; 'new2old 'killservers 'dejunk | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | ;; (define (common:cleanup-db dbstruct) (db:multi-db-sync dbstruct ;; 'new2old 'killservers 'dejunk 'adj-target ;; 'old2new 'new2old 'schema) (if (common:version-changed?) (common:set-last-run-version))) ;; Rotate logs, logic: |
︙ | ︙ |