_proshutthisdown
New Member
Migrating OpenEdge 11.7 from Linux to Windows 11.7
I need to migrate a Progress OpenEdge 11.7 database from a Linux server to a Windows server, both running the same version of OpenEdge (11.7).
Currently, I have binary dump (.bd) files for the tables, but I understand these are platform-specific and cannot be directly loaded onto Windows due to endianness and format differences.
My questions:
Is there a reliable way to convert or use .bd files to load the data into a Windows-hosted database?
Should I recreate the database on Linux, export the data into ASCII .d files, and transfer it to Windows?
What is the most recommended method for such a migration process?
If anyone has dealt with a similar migration, your insights or any step-by-step guidance would be greatly appreciated!
I need to migrate a Progress OpenEdge 11.7 database from a Linux server to a Windows server, both running the same version of OpenEdge (11.7).
Currently, I have binary dump (.bd) files for the tables, but I understand these are platform-specific and cannot be directly loaded onto Windows due to endianness and format differences.
My questions:
Is there a reliable way to convert or use .bd files to load the data into a Windows-hosted database?
Should I recreate the database on Linux, export the data into ASCII .d files, and transfer it to Windows?
What is the most recommended method for such a migration process?
If anyone has dealt with a similar migration, your insights or any step-by-step guidance would be greatly appreciated!