Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PoC for a Successful DB Migration

Avatar for T T
March 12, 2022

PoC for a Successful DB Migration

Avatar for T

T

March 12, 2022
Tweet

Other Decks in Technology

Transcript

  1. レプリケーション or マイグレーション マイグレーション 部分的移行 or 完全移行 完全移行 異なるRDBMSへ移行 or

    同じRDBMSへ移行 同じRDBMSへ移行 ゼロダウンタイム移行 or 最小ダウンタイム移行 最小ダウンタイム移行 カーディナリティ n:1 整合性 必須 アクティブ-パッシブ移行 or アクティブ-アクティブ移行 アクティブ-パッシブ移行
  2. $ [TARGET_APPLY ]W: Invalid timestamp value '0000-00-00 00:00:00.000000000' in table

    'public.***' column 't'. The value will be set to NULL (ar_odbc_stmt.c:1789) Timestampの値でWarningが発生
  3. E: Command failed to load data with exit error code

    1, Command output: ERROR: null value in column ’xyz’ violates not-null constraint 特定のTEXT型の列がLOB列として扱われ、Errorが発生 NOT NULL制約の列はこのままでは移行できない