Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »


Changes

type key summary components parent
Loading...
Refresh

Additionally, in dcb-service

  • v.4.0.0

    • Logging improvements

      • Switch to JSON logging

      • URI resolution exceptions for FOLIO ingest

      • Improved supplier hold error

      • Additional Polaris logging

Additionally, in dcb-admin-ui

Deployment

Summary

Change Category

Required

Recommended

Not Required

Complete reset

Environment configuration

Host LMS configuration or setup

(tick)

Service configuration

(tick)

Ingest

Index

Library configuration

Deploy new Executables

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

#!/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

  •  

  • No labels