The Keycloak Upgrade Ledger

Every upgrade we have rehearsed, with the environment stated and the clock running.

2026-08-31 · run 2026-08-31-oracle-datapump-port

Oracle Data Pump port (snapshot/restore)

What was done

Ported bin/snapshot.sh and bin/restore.sh to Oracle using Data Pump (expdp/impdp), closing the last engine for the snapshot/restore tooling.

The port

Result

./bin/snapshot.sh baseline-oracle-test    -> snapshots/baseline-oracle-test.dump (4.8M)
./bin/restore.sh baseline-oracle-test
  ==> restored schema reports model 26.7.3
  ==> ready
  ==> restored baseline-oracle-test — running 26.7.3, schema 26.7.3, no re-migration

Schema intact after restore: 100 tables, migration_model 26.7.3, 1 user.

Remaining Oracle item

← Back to the Ledger