...
Migrate from Derby to PostgreSQL
Anchor | ||||
---|---|---|---|---|
|
Rough The following are rough notes on migrating from Derby to PostgreSQL for most databases in the reference code. Assuming The guide assumes that everything runs on Linux.
Migrating ReferencePillar or ChecksumPillar databases
Assuming In the following, assume that the Derby versions of both ChecksumDatabase and AuditTrailContributorDatabase should needs to be migrated to a local PostgreSQL database.
Shutdown Firstly, shutdown the pillar , if it is running , before performing a migrationcontinuing.
Setup
- Install PostgreSQL.
...