| | 27 | Migration tool will ask for confirmation before beginning. After that it will follow this steps, it is an automatic process but you can check everything is correct: |
| | 28 | |
| | 29 | * Replace zentyal ppa from your /etc/apt/sources.list |
| | 30 | * Get the list for your installed packages |
| | 31 | * Save current configuration (redis database) |
| | 32 | * Remove 2.0 packages (remove only, not purge) |
| | 33 | * Update, upgrade everything and install Zentyal 2.2 packages |
| | 34 | * Stop every Zentyal module |
| | 35 | * Migration: |
| | 36 | * Copy 2.0 data to 2.2 dir |
| | 37 | * Import previously saved configuration (redis) |
| | 38 | * Upgrade objects schema to new format |
| | 39 | * Upgrade LDAP configuration (if present) |
| | 40 | * Create new core SQL tables |
| | 41 | * Purge 2.0 packages |
| | 42 | * Start Zentyal 2.2 modules |
| | 43 | |