OS: MacOS
Joplin Desktop: downloaded via Mac App Store: 2.11.11 (db version 43)
Joplin CLI: downloaded via Brew (but verified in the changelog as being the latest one available) 2.11.1 (db version 42)
I created a symlink from the joplin to the joplin-desktop directory, as I want to use the cli to update (actually data migration using a python script) and ran the joplin command, with following result:
Fatal error:
Error: Unknown profile version. Most likely this is an old version of Joplin, while the profile was created by a newer version. Please upgrade Joplin at https://joplinapp.org and try again.
Joplin version: 2.11.1
Profile version: 43
Expected version: 42
at JoplinDatabase.<anonymous> (/opt/homebrew/Cellar/joplin-cli/2.11.1/libexec/lib/node_modules/joplin/node_modules/@joplin/lib/JoplinDatabase.js:346:23)
at Generator.next (<anonymous>)
at /opt/homebrew/Cellar/joplin-cli/2.11.1/libexec/lib/node_modules/joplin/node_modules/@joplin/lib/JoplinDatabase.js:8:71
at new Promise (<anonymous>)
at __awaiter (/opt/homebrew/Cellar/joplin-cli/2.11.1/libexec/lib/node_modules/joplin/node_modules/@joplin/lib/JoplinDatabase.js:4:12)
at JoplinDatabase.upgradeDatabase (/opt/homebrew/Cellar/joplin-cli/2.11.1/libexec/lib/node_modules/joplin/node_modules/@joplin/lib/JoplinDatabase.js:328:16)
at JoplinDatabase.<anonymous> (/opt/homebrew/Cellar/joplin-cli/2.11.1/libexec/lib/node_modules/joplin/node_modules/@joplin/lib/JoplinDatabase.js:900:43)
at Generator.next (<anonymous>)
at fulfilled (/opt/homebrew/Cellar/joplin-cli/2.11.1/libexec/lib/node_modules/joplin/node_modules/@joplin/lib/JoplinDatabase.js:5:58)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
I saw that the latest cli was released end of June, any plans on updating the CLI as well to db version 43 soonish?
Thanks