Commit ed5d6d2b79bed06dc82faa1077f51644c5e5ab76
1 parent
6de14b01
Updated install type detection.
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
Showing
4 changed files
with
72 additions
and
0 deletions
setup/migrate/config/commercial_config.xml
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | + | ||
| 3 | +<!-- | ||
| 4 | + Document : config.xml | ||
| 5 | + Created on : 01 July 2009, 9:57 AM | ||
| 6 | + Author : KnowledgeTree Team | ||
| 7 | + Description: Migrateer steps | ||
| 8 | +--> | ||
| 9 | + | ||
| 10 | +<migrate version="3.7" type="Community Edition"> | ||
| 11 | + <steps> | ||
| 12 | + <step name="Current Installation">installation</step> | ||
| 13 | + <step name="Deactivate Services">services</step> | ||
| 14 | + <step name="Database Migration">database</step> | ||
| 15 | + <step name="Complete">complete</step> | ||
| 16 | + </steps> | ||
| 17 | + </migrate> | ||
| 0 | \ No newline at end of file | 18 | \ No newline at end of file |
setup/migrate/config/community_config.xml
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | + | ||
| 3 | +<!-- | ||
| 4 | + Document : config.xml | ||
| 5 | + Created on : 01 July 2009, 9:57 AM | ||
| 6 | + Author : KnowledgeTree Team | ||
| 7 | + Description: Migrateer steps | ||
| 8 | +--> | ||
| 9 | + | ||
| 10 | +<migrate version="3.7" type="Community Edition"> | ||
| 11 | + <steps> | ||
| 12 | + <step name="Current Installation">installation</step> | ||
| 13 | + <step name="Deactivate Services">services</step> | ||
| 14 | + <step name="Database Migration">database</step> | ||
| 15 | + <step name="Complete">complete</step> | ||
| 16 | + </steps> | ||
| 17 | + </migrate> | ||
| 0 | \ No newline at end of file | 18 | \ No newline at end of file |
setup/upgrade/config/commercial_config.xml
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | + | ||
| 3 | +<!-- | ||
| 4 | + Document : config.xml | ||
| 5 | + Created on : 01 July 2009, 9:57 AM | ||
| 6 | + Author : KnowledgeTree Team | ||
| 7 | + Description: Upgrader steps | ||
| 8 | +--> | ||
| 9 | + | ||
| 10 | +<upgrade version="3.7" type="Community Edition"> | ||
| 11 | + <steps> | ||
| 12 | + <step name="Welcome">welcome</step> | ||
| 13 | + <step name="Current Installation">installation</step> | ||
| 14 | + <step name="Database Backup">backup</step> | ||
| 15 | + <step name="Database Restore">restore</step> | ||
| 16 | + <step name="Database Upgrade">database</step> | ||
| 17 | + <step name="Complete">complete</step> | ||
| 18 | + </steps> | ||
| 19 | + </upgrade> | ||
| 0 | \ No newline at end of file | 20 | \ No newline at end of file |
setup/upgrade/config/community_config.xml
0 → 100644
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | + | ||
| 3 | +<!-- | ||
| 4 | + Document : config.xml | ||
| 5 | + Created on : 01 July 2009, 9:57 AM | ||
| 6 | + Author : KnowledgeTree Team | ||
| 7 | + Description: Upgrader steps | ||
| 8 | +--> | ||
| 9 | + | ||
| 10 | +<upgrade version="3.7" type="Community Edition"> | ||
| 11 | + <steps> | ||
| 12 | + <step name="Welcome">welcome</step> | ||
| 13 | + <step name="Current Installation">installation</step> | ||
| 14 | + <step name="Database Backup">backup</step> | ||
| 15 | + <step name="Database Restore">restore</step> | ||
| 16 | + <step name="Database Upgrade">database</step> | ||
| 17 | + <step name="Complete">complete</step> | ||
| 18 | + </steps> | ||
| 19 | + </upgrade> | ||
| 0 | \ No newline at end of file | 20 | \ No newline at end of file |