This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-29
Channels
- # announcements (6)
- # beginners (110)
- # calva (18)
- # clj-kondo (19)
- # cljs-dev (27)
- # clojars (10)
- # clojure (38)
- # clojure-art (2)
- # clojure-europe (13)
- # clojure-germany (1)
- # clojure-norway (26)
- # clojure-uk (2)
- # clojurescript (10)
- # conjure (9)
- # cursive (12)
- # data-science (3)
- # datomic (22)
- # emacs (8)
- # helix (9)
- # honeysql (18)
- # introduce-yourself (1)
- # jobs (1)
- # leiningen (8)
- # lsp (22)
- # missionary (9)
- # nbb (11)
- # off-topic (83)
- # pathom (5)
- # pedestal (4)
- # polylith (1)
- # portal (1)
- # re-frame (3)
- # reitit (15)
- # remote-jobs (1)
- # rum (4)
- # shadow-cljs (88)
- # specter (12)
- # testing (1)
- # vim (39)
Does anyone know what to make of these messages/warnings?
Forge database needs to be updated. Backup first? (y or n) y
Dumping Forge database to ~/.emacs.d/.cache/forge-database-v7-20220629-1529.sql...
helm-M-x-execute-command: Failed to dump ~/.emacs.d/.cache/forge-database.sqlite
could go to the forge package and search for which command asks you to backup. Then check what it tries to do that does not work
I'd be tempted to not backup (and even delete) the forge database and start from scratch. It should only be information pulled from GitHub/GitLab, which can be retrieved again.
Do you know how to delete it? I saw mention of a file on one github issues, but i didn't have it.
The error message says where it should be. If it's not there, search your filespace for a forge-database file. If not found, remove the magit forge package and restart Emacs.
alternatively there is a good chance you find it with apropos-user-option
-> "forge" I bet there is a variable for the db path
or alternatively searching for "filename" in the the forge package file 😅
https://github.com/magit/forge/blob/master/lisp/forge-db.el#L78 ah lol I found it by going to the repo