Migration Tab

Contains the SQL script editor and the entry point for data migration. After generating a schema script, use this tab to review it, run it on the target server, and launch data migration.

Script Editor

Accepts any SQL script.
Supports syntax highlighting, find/replace, and direct editing.

Toolbar

Button Action
Open File Load a SQL script from disk
Save / Save As Save the current script
Clear Clear the editor
Find Open the find/replace bar
Upload and Run Send the script to the server and execute it
External Editor Open the script file in the system default text editor
Migrate Data Open the Pre-Migration Analysis dialog

Uploading and Running the Script

Click Upload and Run to send the script to edbapi.php for execution.

The log panel records progress and errors.
DDL statements execute outside any transaction — an error partway through will leave the database in a partially created state.
Review the log carefully after running.

Migrating Data

Click Migrate Data to open the Pre-Migration Analysis dialog.
The analysis inspects each table for potential issues before you proceed.
After reviewing, click Continue to open the Data Migration dialog.

See Also

(C) 2026 Easygate, Lda