Technical migration process
The migration process from an older Project Portal version to a newer one and a file system to a database is usually done by the following steps:
- Preparation
- Creation of the new Project Portal installation(s)
- Upgrading the database’s VARCHAR-fields to behave correctly with multi-byte characters, using the provided script
- Migrating the database to use the AL32UTF8 character set
- Running the version migration script (migrates both the database and the file storage)
- Configuration and verification