How can downgrade to taskwarrior 2.6.2 ? #3783
-
|
I want to downgrade to taskwarrior 2.6.2 because of the complicated sync in taskwarrior 3,if there are some free task server can choose to use ,not to downgrade. Install it by compiling: How can remove it completely? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Do you want to downgrade your task data, or remove Taskwarrior 3.3.0? Remove installed TaskwarriorCMake doesn't have a should remove the files it created (maybe with Downgrade Task DBTo downgrade the data, use |
Beta Was this translation helpful? Give feedback.
Do you want to downgrade your task data, or remove Taskwarrior 3.3.0?
Remove installed Taskwarrior
CMake doesn't have a
--uninstalloption, butshould remove the files it created (maybe with
rm -iso you can check it's not doing anything unexpected -- I'm not 100% sure e.g., /usr/bin isn't in there)Downgrade Task DB
To downgrade the data, use
task exportto export your tasks from Taskwarrior 3, then install Taskwarrior 2, thentask import.