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 27 Current »

Contents

On this page we collect migration issues that will still have to be looked at for a full migration to the Target Technology Stack .

Current Migration Projects

Custom Modifications

  • Impact: depends, will have to be collected per country by implementation partners

  • push for customizations based on module configuration

Custom Modifications in Nepal

Custom Modifications in Tanzania

  • ⚠️ budget discussion might not allow a migration within the current contract - future strategy in TZ unclear

  • payment layer through REST API - dedicated API for GePG (Government ePayment Gateway)

    • (tick) MUSE API exists (will not be changed) - fully based on modular version

    • ⚠️ (question) GoThomis - will TZ move to FHIR? (budget)

    • ⚠️ (question) AfyaCare - will TZ move to FHIR? (budget)

    • (question) GePG API exits in legacy

      • needs to be migrated to modular architecture (as a custom API)

  • (tick) capitation payment,

  • (tick) commission

  • Covered by Project: 2022.T1c Modularisation III :

  • (tick) capitation payment configuration in Product

  • (tick) batch run

    • (tick) capitation payment SP

    • (tick) batch run SP

Custom Modifications in Cameroon

HIV

EDUCASH

  • (question) Cash-Transfer scheme => to be migrated to modular?

Custom Modifications in Gambia

  • (question) Cash-Transfer scheme is in progress of migration

Custom Modifications in Niue

  • (question) Cash-Transfer scheme is in progress of migration

REST API

  • Impact:

    • Mobile Apps will not work any more

    • GOTHOMIS & Payment Layer in TZ

    • stuck to MS SQL because of stored procedures that are called from REST API (ca. 45)

  • Discussion:

    • β›” C#-part can be re-used, but depend on stored procedures β†’ will be migrated

    • (tick) - needs to be compiled for .net core per Windows and Linux (done in Docker)

    • (tick) - Added to Docker packaging

      • (tick) - issue with env variables (ex. DB connection string)

      • (tick) - sharing of files (ex. Insuree pictures)

    • β›” - Test REST API against PostgreSQL - not practical as REST-API will not be migrated on PostgreSQL

    • πŸ§‘β€πŸ­ list of interactions with DB: https://docs.google.com/spreadsheets/d/1XdamXxLejmPRzM5xN8dCSPSIbfNv1PgJ/edit#gid=1496686413 - will not be needed after

      • (tick) mobile app for claims

      • πŸ§‘β€πŸ­ mobile app for registration

Stored Procedures

Lock Mechanism

  • πŸ§‘β€πŸ­ will need to be migrated to PostgreSQL?

  • testing - PostgesSQL uses low isolation level by default - might solve the problem

    • needs large data DB

    • in combination with report migration

    • develop.openimis.org

  • might not be needed, documentation on how to approach potential problems

(tick) MS-SQL Driver in Django

  • Impact:

    • Custom Access to MS-SQL DB

    • affects JSON-B column access

    • hinders upgrade to Django 4

  • Discussion:

    • only a problem as long as s.o. is using MS SQL

    • maybe there are new drivers

    • solved - there is an official MS driver for Django now

(tick) DB-Initialisation Script

  • Impact:

    • new installations (new, empty DB) not yet using all attributes

    • migration script need to know DB version to adjust to all scenarios

  • Discussion:

    • Database compatibility PostgreSQL & MS SQL Server

    • (tick) DB - initialisation:

      • two separate INIT scripts for PostgreSQL & MS SQL available

    • (tick) legacy migration:

      • migration script for the legacy data available

    • (tick) future development will be against PostgreSQL

      • other DB will have to use Django Migration scripts to fork to their DB system (automatically through Django β€œmake migrationβ€œ - might need manual adaptations)

    • documentation needed

      • most is done automatically at startup

      • create a link in each release note point at a migration path for that version with manual exceptions

      • testing of the documentation is needed

Reports

Documentation How-To / Best-Practices of Migration

Admin Tools

List of tools that make it easier for windows server admins to switch to linux/postgresql.

If your desktop computer / server usually uses a package manager to install software (e.g. Linux distributions), try installing the package from the standard repositories of your system first.

Domain

Name (link)

Browser

Linux

Win

FOSS

Description

DB Admin

https://www.pgadmin.org/

(tick)

(tick)

🐧

Comfortable PostgreSQL DB Admin tool

SQL Client

https://dbeaver.io/

(tick)

(tick)

🐧

Comfortable Visual SQL client with ER diagrams

SQL Client

SQuirreL

(tick)

(tick)

🐧

simple SQL client

Server Monitoring

https://munin-monitoring.org/

(tick)

🐧

Server statistics daily / weekly / monthly

Server Admin

https://cockpit-project.org/

(tick)

🐧

web-based server administration

Explain Plan Analyser

http://tatiyants.com/pev/#/plans/new

(tick)

🐧

Visualise query execution plans:

  • No labels