# Migration Details
The Migration Details modal provides comprehensive information about a migration. Click "View Details" on any migration to open this modal.
The modal contains several tabs that provide different aspects of migration information.
# Quick tab map
| Tab | What you see | Best use |
|---|---|---|
| Steps | Each step with status, duration, info tooltips | Spot where it failed or how long it took |
| Source Details | Source URL, method, plugin/FTP credentials | Confirm you’re pulling from the right site |
| Process Details | Instructions, temp FTP, verification state, current step | Act on uploads/verification and ongoing progress |
| Destination Details | Target server, account, domain, DB credentials | Verify destination matches the intended service |
| Logs | Full chronological log with levels and filters | Deep troubleshooting and evidence for support |
Provides detailed real-time log information about the import process, including all actions performed and any encountered errors.
Status legend
- INFO (blue): Normal operation and progress
- WARNING (yellow/orange): Non-critical issues or recommendations
- ERROR (red): Blocking issues that stopped a step
- DEBUG (gray): Low-level technical details
# Steps Tab
Track the progress of each migration step. The table shows:
- Step Name: Descriptive name of the migration step
- Status: Visual indicator (checkmark, spinner, alert, or circle)
- Duration: Time taken to complete the step (for completed steps)
- Actions: Tooltip with detailed information about the step
# Step Status Display
Each step displays its current status:
- Completed steps are marked with a green checkmark and show completion time
- In-progress step shows yellow spinner with current action
- Failed steps show red alert icon with error summary
- Not started steps show gray circle
Click the info icon next to any step to see detailed description of what that step does.
# Source Details Tab
Note: Available only for automatic migrations initiated by clients. Manual migrations do not have source details since files are uploaded directly by admins.
Shows connection information for the source WordPress:
# For FTP-Based Migrations
- URL: The website address of the source WordPress installation
- Import Method: Type of migration (Plugin or FTP/SFTP)
- Protocol: Connection type (FTP, SFTP, or FTPS)
- Path: Directory path to the WordPress installation on source server
- FTP Host: The FTP server address
- FTP Port: The port number used for the connection
- FTP Username: The FTP account username
- FTP Password: The FTP account password (click eye icon to reveal)
# For Plugin-Based Migrations
- WordPress admin URL (if credentials were provided)
- Plugin installation method (automatic or manual)
- Plugin status and version
# Process Details Tab
Provides instructions and connection details for the migration process. Content varies based on migration type and current step.
# For Manual Migrations (During Upload Stage)
Shows FTP account details for uploading files:
- Remote Server Temporary Directory: Path where files should be uploaded
- FTP Host: The FTP server address (usually hosting server IP or hostname)
- FTP Port: The port number for FTP connection (default: 21)
- FTP Username: Temporary FTP account username
- FTP Password: Temporary FTP account password (click copy icon to copy)
# Upload Instructions
- Connect to the FTP server using provided credentials
- Upload
wordpress-files.zipto the temporary directory - Upload
database.sql(ordatabase.sql.gz) to the temporary directory - Click the Verify button to confirm uploads
- If verification succeeds, click Continue Import
# Verification Status
- Not verified: Files not yet checked (Verify button enabled)
- Verifying: Currently checking uploaded files (spinner shown)
- Verified: Files found and valid (Continue Import button enabled)
- Failed: Files missing or invalid (error message with details shown)
# For All Migrations (After Upload Stage)
Shows current migration progress and technical details:
- Current step being executed
- Files being processed
- Database import progress
- Any warnings or notices
# Action Buttons
- Verify: Check if required files are uploaded (manual migrations only)
- Continue Import: Proceed with migration after verification (manual migrations only)
- Copy: Copy individual field values to clipboard (click icon next to each field)
# Destination Details Tab
Contains information about the target location for the imported WordPress. This information is useful for troubleshooting and manual verification.
# Server Information
- Server IP/Hostname: The address of the destination hosting server
- Server Name: Name of the hosting server in PanelAlpha
- Control Panel: Type of control panel (cPanel, DirectAdmin, Plesk, etc.)
# Hosting Account Information
- Hosting Account Username: Username of the hosting account on destination server
- Hosting Account Main Domain: Primary domain associated with the hosting account
- Hosting Account Status: Account status (active, suspended, etc.)
# WordPress Installation Details
- Domain: Website domain for the imported WordPress
- Path: Directory path to the WordPress installation on destination server
- URL: Full URL where WordPress will be accessible
- PHP Version: PHP version configured for the instance
# Database Information
- Database Host: Address of the database server (usually localhost or specific hostname)
- Database Name: Name of the WordPress database created on destination
- Database User: MySQL user created for the WordPress database
- Database Password: Password for database access (click eye icon to reveal)
# Additional Details
- WordPress Version: Detected version of WordPress being migrated
- Instance ID: PanelAlpha instance ID for the imported site
- Created At: Timestamp when migration was initiated
# Actions
- Copy: Copy individual field values to clipboard (useful for troubleshooting)
- Test Database Connection: Verify database credentials are working (if migration failed during DB import)
# Logs Tab
Provides detailed real-time log information about the import process, including all actions performed and any encountered errors.
# Log Entry Components
- Timestamp: Exact date and time of the log entry (e.g., "2026-01-28 14:32:15")
- Log Level: Type of log message
- INFO (blue): Normal operation, step completion, progress updates
- WARNING (yellow/orange): Non-critical issues, version mismatches, recommendations
- ERROR (red): Critical errors that caused step or migration failure
- DEBUG (gray): Technical details for advanced troubleshooting
- Step: Which migration step generated this log entry
- Message: Description of the action or error
- Details: Additional technical information (hover over message or click expand icon)
# Common Log Messages
Informational (INFO):
- "Import process started"
- "Step completed: Creating Domain"
- "WordPress files downloaded successfully (1.2 GB)"
- "Database imported: 45,234 records processed"
- "Import process completed successfully"
Warnings (WARNING):
- "Source WordPress version (6.2) differs from latest (6.4)"
- "Large file detected, splitting into chunks"
- "Deprecated plugin detected: [plugin-name]"
- "Database optimization recommended"
Errors (ERROR):
- "Cannot connect to FTP server: Connection refused"
- "Database import failed: Access denied for user"
- "File extraction failed: Insufficient disk space"
- "WordPress configuration error: wp-config.php not writable"
# Using Logs for Troubleshooting
- Identify failed step: Look for ERROR entries to see which step failed
- Review error message: Read the specific error that occurred
- Check preceding entries: Review INFO/WARNING messages before the error
- Look for patterns: Multiple timeouts might indicate network issues
- Copy for support: Use copy button to share log excerpt with support team
# Log Features
- Filter by log level: ALL, INFO, WARNING, ERROR, DEBUG
- Search logs by keyword: Find specific messages quickly
- Export logs to file: Save for offline analysis
- Auto-refresh: Logs update automatically in real-time for in-progress migrations (refreshes every 5 seconds)
# Related Documentation
- Managing Migrations - Monitor and manage migrations
- Import Process - Understand the import steps
- Troubleshooting - Solve common migration issues