How to import my Redmine data into EasyRedmine? (Cloud version)
All third party plugins must be uninstalled AND migrated from your Redmine.
Just removing the plugin folder and restarting Redmine is insufficient, because the data structure is still modified.
Also, you need to remove all your own modifications from Redmine for the data to be importable. Easy8 requires Redmine to be in standard unmodified form.
How to prepare data for Easy8 Cloud:
- MySQLdump of your Redmine
- Easy8 in cloud supports only MySQL DB
- Whole DB and all fields have to be in UTF-8 coding page (utf8_general_ci)
- Command: $ mysqldump redmine --compact | gzip > redmine_dump.sql.gz
- Files
- We need to get folder files, and its data
- $ tar -czf redmine_files.tar.gz [redmine_root]/files
