Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
separatorbrackets
printablefalse

Changes

Jira Legacy
serverSystem JIRA
columnstype,key,summary,components,parent
columnIdsissuetype,issuekey,summary,components,parent
maximumIssues1000
jqlQueryfixVersion = 18949
serverIda6f93653-ee50-3e81-88ad-29eb84ada35c

Additionally, in dcb-service

  • v.3.0.x.4.0.0

    • Logging improvements

      • Switch to JSON logging

      • URI resolution exceptions for FOLIO ingest

      • Improved supplier hold error

      • Additional Polaris logging

  • v4.0.1

    • JSON logging dependency fix

    • Handle Polaris itemType as integer not string

Additionally, in dcb-admin-ui

  • NA

Deployment

Summary

Change Category

Required

Recommended

Not Required

Complete reset

Environment configuration

Host LMS configuration or setup

(tick)

Service configuration

(tick)

Ingest

Index

(tick)

Library configuration

Deploy new Executables

(tick)

Instructions

Host LMS configuration or setup

  • Update client config and type in FOLIO Host LMS definitions as described in DCB-774.

Service configuration

  • Set DCB_ENV_CODE and DCBV_ENV_DESCRIPTION as required, eg, "env": {"code": "KI-SPH-DEV","description": "K-Int, Sheffield Paradise House, DEV"},

Verification

After clear down

  •  Request a full repopulation of the Open/Elastic search index
Code Block
languagebash
#!/bin/bash

. ./setTarget.sh

TOKEN=`./login`

curl -X POST $TARGET/admin/reindex -H "Accept-Language: en" -H "Content-Type: application/json"  -H "Authorization: Bearer $TOKEN" -d '{}'


After deployment

  •