Difference between revisions of "Migrating an iPortalDoc from IPBRICK 5.x to 6"
From wiki.IPBRICK.COM
(→After the CD installation:) |
|||
Line 3: | Line 3: | ||
- Update iPortalDoc to iPortalDoc v4.2, if the installed version is older than 4.2 | - Update iPortalDoc to iPortalDoc v4.2, if the installed version is older than 4.2 | ||
+ | |||
+ | - Update iPortalDoc still at an IPBRICK 5 with the enhancement update 4.2.0E94 | ||
- Update IPBRICK Contacts untill version 4.3, if the installed version is older than 4.3 | - Update IPBRICK Contacts untill version 4.3, if the installed version is older than 4.3 | ||
Line 23: | Line 25: | ||
- Install the same iPortalDoc version before the CD application (version + updates, if applicable) | - Install the same iPortalDoc version before the CD application (version + updates, if applicable) | ||
− | - Restore the dbdoc DB | + | - Restore the dbdoc DB [http://downloads.ipbrick.com/Pack/ipbrickdb_ipb6] |
Eg: | Eg: |
Revision as of 15:51, 13 October 2014
Before Migrating:
- Update iPortalDoc to iPortalDoc v4.2, if the installed version is older than 4.2
- Update iPortalDoc still at an IPBRICK 5 with the enhancement update 4.2.0E94
- Update IPBRICK Contacts untill version 4.3, if the installed version is older than 4.3
- Backup the DB (command [1])
Eg:
./ipbrickdb_ipb5 --dump --dbname dbdoc --file dump_file_path
- If there's an IPortalDoc Light, update until version 3.2, please follow this by backing up the data
Eg:
./ipbrickdb_ipb5 --dump --dbname dbdoc_light --file dump_file_path
After the CD installation:
- If the IPBRICK contacts version at IPBRICK <6 is >v4.3, update the IPBRICK Contacts until the existing version before the CD application
- Install the same iPortalDoc version before the CD application (version + updates, if applicable)
- Restore the dbdoc DB [2]
Eg:
./ipbrickdb_ipb6 --restore --dbname dbdoc --file /home1/_work/dump_dbdoc.sql
- If there is an iPortalDoc Light, restore the DB
Eg:
./ipbrickdb_ipb6 --restore --ipdoclight --dbname dbdoc_light --file file_com_dump