Downgrade from 1.8.0 to 1.7.1¶
After installing task 1.8.0 your data files will be upgraded to the new format. This is not a format that any prior version of task will be able to read. But if you have a need to downgrade back to task 1.7.1, here is how it is done:
- Using task 1.8.0, export all your data into a CSV file:
task export > tasks.csv
- Now using task 1.7.1, import that CSV file:
task import tasks.csv
It is recommended that you keeps that tasks.csv file around until you are sure your data is properly downgraded.