All-in-One WP Migration Unlimited Extension là phần mở rộng premium cho plugin All-in-One WP Migration, cho phép bạn import và export website WordPress không giới hạn dung lượng. Extension này giải quyết vấn đề giới hạn 512MB của phiên bản miễn phí, cho phép di chuyển các website lớn với database, media files và themes/plugins một cách dễ dàng.
Đây là giải pháp lý tưởng cho developers, agencies và website owners cần migrate hoặc backup các WordPress sites có dung lượng lớn, đặc biệt là các website thương mại điện tử, tin tức hoặc portfolio với hàng nghìn hình ảnh.
Tại sao cần All-in-One WP Migration Unlimited Extension?
Giới hạn của phiên bản miễn phí
Plugin All-in-One WP Migration miễn phí có giới hạn upload 512MB. Điều này gây khó khăn khi:
- Website có nhiều hình ảnh, videos
- Database lớn với nhiều sản phẩm (WooCommerce)
- Nhiều themes và plugins được cài đặt
- Media library chứa file dung lượng cao
- Website đa ngôn ngữ với nhiều content
Ưu điểm của Unlimited Extension
Không giới hạn dung lượng: Import/export website có dung lượng bất kỳ - từ vài MB đến hàng chục GB.
Tốc độ cao: Sử dụng compression và chunking để xử lý files lớn hiệu quả.
An toàn và đáng tin cậy: Backup toàn bộ website bao gồm database, plugins, themes, uploads, và WordPress core files.
Dễ sử dụng: Chỉ cần vài click để export/import, không cần kiến thức technical.
Tương thích tốt: Hoạt động với mọi hosting, themes, plugins và WordPress versions.
So sánh Free vs Unlimited Extension
| Tính năng | Free Version | Unlimited Extension |
|-----------|--------------|---------------------|
| Upload limit | 512MB | Không giới hạn |
| Export size | Unlimited | Không giới hạn |
| Tốc độ | Chuẩn | Tối ưu cho files lớn |
| Support | Community | Priority support |
| Updates | Thường xuyên | Thường xuyên |
| Giá | $0 | $69/lifetime |
Cài đặt All-in-One WP Migration Unlimited Extension
Yêu cầu hệ thống
- WordPress 5.0 trở lên
- PHP 7.0 trở lên
- MySQL 5.5 trở lên
- All-in-One WP Migration plugin (phiên bản miễn phí)
- Đủ disk space để chứa backup files
Bước 1: Mua Unlimited Extension
- Truy cập website chính thức: https://servmask.com/
- Chọn Unlimited Extension
- Mua với giá $69 (lifetime license)
- Nhận file ZIP và license key qua email
Bước 2: Cài đặt plugin cơ bản
Trước tiên, cài đặt All-in-One WP Migration miễn phí:
Dashboard → Plugins → Add New → Search "All-in-One WP Migration"
→ Install → Activate
Bước 3: Upload Unlimited Extension
- Vào Plugins → Add New
- Click Upload Plugin
- Chọn file
all-in-one-wp-migration-unlimited-extension.zip
- Click Install Now
- Click Activate
Bước 4: Verify installation
Sau khi activate, giới hạn upload sẽ tự động bị remove. Kiểm tra bằng cách:
- Vào All-in-One WP Migration → Import
- Xem thông báo upload limit
- Nếu thành công, bạn sẽ thấy "Maximum upload file size: Unlimited"
Cài đặt qua FTP (Alternative)
# Giải nén file ZIP
unzip all-in-one-wp-migration-unlimited-extension.zip
# Upload qua FTP đến:
/wp-content/plugins/all-in-one-wp-migration-unlimited-extension/
# Activate trong WordPress Admin
Cách sử dụng All-in-One WP Migration Unlimited Extension
Export website với Unlimited Extension
Bước 1: Vào All-in-One WP Migration → Export
Bước 2: Click Export To → File
Bước 3: Chọn options (nếu cần):
- Find & Replace: Thay đổi domain, paths
- Advanced Options:
- Do not export spam comments
- Do not export post revisions
- Do not export media library (themes)
- Do not export themes (inactive)
- Do not export plugins (inactive)
Bước 4: Click Export và đợi quá trình hoàn tất
Bước 5: Download file .wpress về máy
File export sẽ có format: sitename-YYYYMMDD-HHMMSS-XXX.wpress
Import website với dung lượng lớn
Bước 1: Cài đặt WordPress mới trên hosting đích
Bước 2: Cài đặt All-in-One WP Migration + Unlimited Extension
Bước 3: Vào All-in-One WP Migration → Import
Bước 4: Click Import From → File
Bước 5: Chọn file .wpress đã export
Bước 6: Đợi upload và import hoàn tất (có thể mất vài phút đến vài giờ tùy dung lượng)
Bước 7: Click Finish và login lại
Lưu ý quan trọng: Sau khi import, bạn sẽ cần login lại với username/password của site gốc.
Export đến Cloud Storage
Unlimited Extension cho phép export trực tiếp đến:
Google Drive Extension:
Export To → Google Drive → Authorize → Select folder → Export
Dropbox Extension:
Export To → Dropbox → Authenticate → Choose location → Export
Amazon S3 Extension:
Export To → Amazon S3 → Configure credentials → Select bucket → Export
OneDrive Extension:
Export To → OneDrive → Login Microsoft account → Export
Tối ưu hóa hiệu suất khi sử dụng Unlimited Extension
Tăng PHP limits
Thêm vào .htaccess:
php_value upload_max_filesize 2048M
php_value post_max_size 2048M
php_value memory_limit 512M
php_value max_execution_time 600
php_value max_input_time 600
Hoặc trong php.ini:
upload_max_filesize = 2048M
post_max_size = 2048M
memory_limit = 512M
max_execution_time = 600
max_input_time = 600
Cấu hình trong wp-config.php
define('WP_MEMORY_LIMIT', '512M');
define('WP_MAX_MEMORY_LIMIT', '512M');
Optimize trước khi export
Xóa bỏ dữ liệu không cần thiết:
- Spam comments
- Trash posts/pages
- Post revisions
- Transients
- Expired options
- Unused plugins
- Inactive themes
Sử dụng WP-Optimize hoặc WP-Sweep để clean database trước khi export.
Compression settings
Enable compression để giảm kích thước file:
// Thêm vào wp-config.php
define('AI1WM_MAX_FILE_SIZE', 2 << 30); // 2GB
define('AI1WM_MAX_CHUNK_SIZE', 5 << 20); // 5MB chunks
Split large backups
Với website cực lớn (>10GB), consider:
- Export database riêng
- Export media library riêng
- Export từng phần themes/plugins
Troubleshooting All-in-One WP Migration Unlimited Extension
Lỗi "Maximum upload file size exceeded"
Nguyên nhân: Server limits chưa được tăng
Giải pháp:
- Kiểm tra Unlimited Extension đã activate chưa
- Tăng PHP limits (xem phần tối ưu)
- Contact hosting support để tăng limits
- Thử import qua FTP method
Import bị timeout
Nguyên nhân: max_execution_time quá thấp
Giải pháp:
// Thêm vào wp-config.php
set_time_limit(0);
ini_set('max_execution_time', 0);
Hoặc import qua WP-CLI:
wp ai1wm import backup.wpress
Website bị lỗi sau import
Kiểm tra:
- Permalinks: Vào Settings → Permalinks → Save Changes
- Clear cache (browser + server)
- Regenerate .htaccess
- Check file permissions (755 cho folders, 644 cho files)
Fix database connection:
// Update wp-config.php với database credentials mới
define('DB_NAME', 'new_database_name');
define('DB_USER', 'new_username');
define('DB_PASSWORD', 'new_password');
define('DB_HOST', 'localhost');
File .wpress bị corrupt
Nguyên nhân: Download bị gián đoạn hoặc storage issue
Giải pháp:
- Export lại từ site gốc
- Verify file integrity (check file size)
- Sử dụng FTP thay vì HTTP upload
- Split backup thành nhiều parts
Cannot login sau import
Nguyên nhân: Credentials của site gốc được giữ nguyên
Giải pháp:
Sử dụng credentials của site gốc HOẶC reset password qua phpMyAdmin:
UPDATE wp_users
SET user_pass = MD5('new_password')
WHERE user_login = 'admin';
Advanced Features của Unlimited Extension
Scheduled backups
Kết hợp với cron jobs để tự động backup:
// Thêm vào functions.php
add_action('init', function() {
if (!wp_next_scheduled('ai1wm_auto_backup')) {
wp_schedule_event(time(), 'daily', 'ai1wm_auto_backup');
}
});
add_action('ai1wm_auto_backup', function() {
// Trigger export
do_action('ai1wm_export');
});
Multi-site support
Unlimited Extension hỗ trợ WordPress Multisite:
Export → Choose network/subsite → Export
Lưu ý: Export toàn bộ network hoặc từng subsite riêng lẻ.
Command line usage (WP-CLI)
# Export
wp ai1wm export --to=file --path=/path/to/backup
# Import
wp ai1wm import backup.wpress
# List backups
wp ai1wm backups
# Delete old backups
wp ai1wm delete backup-name.wpress
API Integration
Sử dụng REST API để automate:
// Trigger export via API
$response = wp_remote_post(
home_url('/wp-json/ai1wm/v1/export'),
array(
'headers' => array(
'Authorization' => 'Bearer ' . $token
)
)
);
So sánh với các giải pháp migration khác
All-in-One WP Migration vs Duplicator Pro
All-in-One WP Migration Unlimited:
- Dễ sử dụng hơn cho beginners
- One-click migration
- Better UI/UX
- Faster cho files lớn
- $69 lifetime
Duplicator Pro:
- Nhiều advanced options hơn
- Scheduled backups built-in
- Multi-site better support
- Storage options nhiều hơn
- $49.50/year
All-in-One WP Migration vs UpdraftPlus Premium
All-in-One WP Migration:
- Migration-focused
- Simpler interface
- All-in-one package
- Better cho site moves
UpdraftPlus Premium:
- Backup-focused
- Incremental backups
- More cloud storage options
- Better cho regular backups
- $70/year for 2 sites
All-in-One WP Migration vs BackupBuddy
All-in-One WP Migration:
- Faster migration process
- Easier restore
- One-time payment
- Better cho frequent migrations
BackupBuddy:
- More backup features
- Malware scanning
- Site monitoring
- Better cho security-focused users
- $80/year
Best Practices khi sử dụng Unlimited Extension
Backup strategy
✅ Regular backups: Export website ít nhất 1 lần/tuần
✅ Multiple locations: Lưu backups ở nhiều nơi (local, cloud, external drive)
✅ Version control: Giữ 3-5 bản backup gần nhất
✅ Test restores: Thỉnh thoảng test import để đảm bảo backups hoạt động
✅ Document changes: Ghi chú lại những thay đổi quan trọng
Security considerations
✅ Encrypt backups: Sử dụng 7-Zip với password protection
✅ Secure storage: Không lưu backups trong public folders
✅ Clean old backups: Xóa backups cũ sau 30-60 ngày
✅ Limit access: Chỉ admin mới có quyền export/import
✅ Monitor activity: Check export/import logs thường xuyên
Performance optimization
✅ Clean before export: Optimize database, xóa unused media
✅ Schedule during low traffic: Export vào giờ ít người truy cập
✅ Use fast storage: SSD tốt hơn HDD cho backups
✅ Monitor resources: Đảm bảo server có đủ CPU/RAM
✅ Compress when possible: Enable compression để giảm file size
Migration scenarios với Unlimited Extension
Scenario 1: Local to Production
Development → Live site
- Develop website trên localhost
- Export từ local WordPress
- Upload lên production server
- Import và configure domain
- Update DNS records
- Test thoroughly
Important: Update URLs trong wp-config.php và database.
Scenario 2: Staging to Production
Staging → Live deployment
- Test changes trên staging
- Export staging site
- Import vào production
- Verify functionality
- Monitor for issues
Pro tip: Sử dụng Find & Replace để update URLs tự động.
Scenario 3: Server migration
Old host → New host
- Export từ hosting cũ
- Setup WordPress trên hosting mới
- Install plugin + extension
- Import file .wpress
- Update nameservers
- Verify email settings
Checklist:
- Database connection
- File permissions
- Email delivery
- SSL certificate
- Cron jobs
Scenario 4: WordPress Multisite migration
Network → Single site hoặc ngược lại
- Export network hoặc subsite
- Chuẩn bị destination
- Import với proper configuration
- Update network settings
- Test all subsites
Scenario 5: Clone for development
Production → Multiple dev environments
- Export production site
- Import vào dev1, dev2, dev3
- Update domains/paths
- Disable production services (email, analytics)
- Start development
Tích hợp với các dịch vụ Cloud
Google Drive setup
- Install All-in-One WP Migration Google Drive Extension
- Vào All-in-One WP Migration → Settings
- Click Authenticate with Google Drive
- Grant permissions
- Choose default folder
- Export directly to Google Drive
Lợi ích:
- Unlimited storage (với Google One)
- Auto-sync
- Version history
- Easy sharing
Dropbox configuration
Settings → Dropbox → Connect Account → Authorize
Best for:
- Small to medium sites
- Team collaboration
- Quick access
- Cross-platform sync
Amazon S3 setup
- Create S3 bucket
- Get Access Key ID và Secret Key
- Configure in plugin settings:
Bucket name: your-backup-bucket
Region: us-east-1
Access Key: AKIAXXXXXXXX
Secret Key: xxxxxxxxxxxxxxxx
Ideal for:
- Large websites
- Enterprise solutions
- Cost-effective storage
- High availability
Giấy phép và bản quyền
License terms
Single Site License ($69):
- 1 website
- Lifetime updates
- Lifetime support
- Money-back guarantee (30 days)
Developer License ($149):
- Unlimited websites
- Lifetime updates
- Priority support
- Commercial use allowed
Activation
1. Purchase license
2. Receive license key via email
3. Go to All-in-One WP Migration → Settings
4. Enter license key
5. Activate
Transfer license
Deactivate trên site cũ:
Settings → License → Deactivate
Activate trên site mới với cùng license key.
Renewal policy
- Lifetime license: Không cần renew
- Support updates: Lifetime
- Version updates: Free forever
- No recurring fees: One-time payment
Alternative methods và workarounds
Nếu không muốn mua Unlimited Extension
Method 1: Use FTP + Database export
1. Export database via phpMyAdmin
2. Download wp-content via FTP
3. Import database vào hosting mới
4. Upload files via FTP
5. Update wp-config.php
Method 2: Split export with free version
1. Export database only
2. Export media library separately
3. Combine manually trên destination
Method 3: Use hosting migration tools
- cPanel transfer
- Plesk Migrator
- Hosting provider's migration service
Free alternatives
Duplicator (Free version):
- 100MB limit
- Manual process
- Good cho small sites
UpdraftPlus (Free):
- Backup to cloud
- Restore capability
- No direct migration
Manual migration:
- phpMyAdmin + FTP
- Complete control
- Technical knowledge required
Kết luận
All-in-One WP Migration Unlimited Extension là investment đáng giá cho bất kỳ ai cần migrate hoặc backup WordPress websites với dung lượng lớn. Với giá $69 cho lifetime license, extension này tiết kiệm thời gian, công sức và loại bỏ rủi ro khi di chuyển website.
Plugin đặc biệt hữu ích cho:
- Developers: Migrate client sites thường xuyên
- Agencies: Manage nhiều websites
- E-commerce stores: WooCommerce sites với nhiều products
- Bloggers: Sites với large media libraries
- Enterprises: High-traffic, high-content websites
Kết hợp với scheduled backups, cloud storage và proper testing, All-in-One WP Migration Unlimited Extension là công cụ không thể thiếu trong WordPress toolkit của bạn.
FAQ - Câu hỏi thường gặp
Q: All-in-One WP Migration Unlimited Extension có giá bao nhiêu?
A: $69 cho single site license (lifetime), $149 cho developer license (unlimited sites).
Q: Có giới hạn dung lượng không?
A: Không, extension cho phép import/export không giới hạn dung lượng.
Q: Extension có hoạt động với hosting shared không?
A: Có, nhưng bạn cần tăng PHP limits. Contact hosting support nếu cần.
Q: Có thể sử dụng cho WooCommerce sites không?
A: Có, hoàn toàn tương thích với WooCommerce và mọi plugins khác.
Q: Tốc độ import/export như thế nào?
A: Tùy vào dung lượng và server speed. Trung bình 1-2GB mất 10-30 phút.
Q: File .wpress có thể mở bằng gì?
A: Chỉ có thể import qua All-in-One WP Migration plugin. Đây là proprietary format.
Q: Extension có tương thích với WordPress Multisite không?
A: Có, hỗ trợ đầy đủ cho Multisite networks.
Q: Có refund policy không?
A: Có, 30-day money-back guarantee nếu không hài lòng.
Q: Cần technical knowledge không?
A: Không, interface rất đơn giản. Anyone có thể sử dụng.
Q: Extension có auto-update không?
A: Có, tự động update như các plugins khác trong WordPress.
Keywords liên quan: WordPress migration plugin, unlimited backup WordPress, migrate large WordPress site, All-in-One WP Migration premium, website migration tool, WordPress transfer plugin, backup unlimited size, WooCommerce migration, multisite migration, cloud backup WordPress, WordPress clone plugin