DBF to PostgreSQL migration moves standalone .dbf
tables, Visual FoxPro .dbc databases, and related memo
files into PostgreSQL tables.
The row copy is only one part of the job. The fragile areas are
DBF/FoxPro metadata, memo data, deleted-record handling, old code
pages, date rules, numeric precision, and separating FoxPro
application logic from database storage.
What DBConvert does on this path:
handles the legacy DBF move as a repeatable desktop workflow:
-
Reads Visual FoxPro databases, standalone DBF tables, dBase, Clipper, XBase, and FoxBase sources.
-
Creates PostgreSQL-compatible tables and migrates records, including memo data when the related memo files are present.
-
Writes to PostgreSQL, Amazon RDS / Aurora for PostgreSQL, Azure Database for PostgreSQL, Google Cloud SQL for PostgreSQL, or Supabase.
-
Saves the job as a repeatable session so test migrations can be rerun before the final cutover.
What it does not do:
DBConvert does not rewrite FoxPro forms, reports, menus,
.prg programs, or application business logic into a
PostgreSQL application layer.