Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
6dcb-service v8.5.0(tick)

Component

Latest Version

Updated?

Deployed (Production)

Requires

dcb-service

v.8.

7.0

(tick)

09:31 UTC backend

09:38 UTC frontend

dcb-admin-ui

v1.28.0

(tick)

(error)

dcb-locate

v2.5.0

(error)

dcb-service v7.4.0

Announced in #dcb-ops

Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
printablefalse

Changes

Related Tickets

Jira Legacy
serverSystem Jira
columnstype,key,summary,components,parent,status
columnIdsissuetype,issuekey,summary,components,parent,status
maximumIssues1000
jqlQueryfixVersion in (19018,19017,19016) ORDER BY component DESC
serverIda6f93653-ee50-3e81-88ad-29eb84ada35c

dcb-service

v8.

6

7.0

  • Harvesting, Clustering and Indexing: NA

    • Add defensive null code around marc serde field

  • Search: NA

  • Request and Circulation workflow: NA

  • Client Adaptors:

    • FOLIO: NA

    • Polaris: NA

    • Sierra: NA

  • Logging and error checking: NA

    • Log record conversion errors

  • GraphQL: NA

    • Endpoint support for creating singular reference value mappings through DCB Admin (DCB-1619)

  • Miscellaneous: NA

dcb-admin-ui

v1.28.0

  • NAFix contacts email URL regression [DCB-1756]

dcb-locate

v2.5.0

  • NA

Deployment

Summary

Environments to deploy to:

NA

Component

GIL Pre-Production

MOBIUS Production

MOBIUS Staging

Integration

dcb-service

(tick)

(tick)

(tick)

(tick)

dcb-admin-ui

NA

NA

NA

NA

dcb-locate

NA

NA

NA

NA

dcb-locate

Change Category

Required

Recommended

Not Required

Complete reset

(tick)

Environment configuration

(tick)

Host LMS configuration or setup

(tick)

Service configuration

(tick)

Ingest

(tick)

Index

(tick)

Library configuration

(tick)

Deploy new Executables

(tick)

Instructions

NA

  • Deployment will trigger a data migration on service restart.

    • This can be manually executed before deployment by running the following SQL :

    • Code Block
      update source_record set processing_state = 'PROCESSING_REQUIRED' where processing_state is null;
  • When that has completed, dcb-service can then be deployed to the frontend in the same environments.  

Verification

After clear down

  •  

  • You can verify that migration has been completed by running

Code Block
select 'Not finished' where exists (select 1 from source_record where processing_state is null);
  • This should return 0 rows when complete.


After deployment

  •