I’m doing a cleanup and backup and I noticed that my ~/.local/share/atuin/history.db-wal
weights 1.6 GB, while the history.db
is 21 MB. atuin sync
seems to return successfully, but there is no change to that wal file. As far as I read, it would be dangerous to delete it, and if it’s only for the not applied transactions, then it should be rather small, I assume, so now I’m not sure what to do.
atuin doctor
:
{
"atuin": {
"version": "18.3.0",
"sync": {
"cloud": true,
"records": false,
"auto_sync": false,
"last_sync": "2024-10-03 19:04:27.179903607 +00:00:00"
},
"sqlite_version": "3.44.0"
},
"shell": {
"name": "zsh",
"default": "zsh",
"plugins": [
"atuin"
],
"preexec": "built-in"
},
"system": {
"os": "Gentoo",
"arch": "x86_64",
"version": "2.15",
"disks": [
{
"name": "/dev/md127",
"filesystem": "xfs"
},
{
"name": "/dev/nvme0n1p1",
"filesystem": "vfat"
},
{
"name": "/dev/nvme0n1p2",
"filesystem": "vfat"
},
{
"name": "/dev/sdb1",
"filesystem": "exfat"
},
{
"name": "/dev/sda1",
"filesystem": "fuseblk"
}
]
}
}