|
|
|
|
|
by DavideNL
94 days ago
|
|
Note that the database format of 18.13 is not compatible with 18.12.1, so if you already had 18.13 running you need to remove the data and reimport your shell history. brew remove atuin
brew tap --force homebrew/core
brew version-install atuin@18.12.1
brew untap homebrew/core
I just reinstalled completely, by deleting the folder: ~/.local/share/atuin
then run `atuin import`.Downgrade your atuin server to 18.12.1 and run the sync setup on your client(s): https://docs.atuin.sh/cli/guide/sync/ |
|