Kanban board disappeared after git sync?

First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.

What I’m trying to do

View plugin Kanban version: 2.0.51 board on Desktop Obsidian App Current version: v1.9.12 (Installer version: v1.4.16), which previous to sync, appeared.
Left side bar → Files → Kanban → boards and board list card notes appear, however no boards showing?

Things I have tried

Sync usually updates phone Obsidian to desktop bare repository, which Obsidian desktop then pulls for an update, no problems.
I renamed phone Obsidian Kanban board from Board of daily stuff and Board of projects, to Board daily stuff and Board projects.
Here’s the bare git repository output:

  rapi5  raspberrypi  ~  $  cd ~/Documents/MdFiles && git pull
remote: Enumerating objects: 21, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 12 (delta 7), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (12/12), 3.64 KiB | 622.00 KiB/s, done.
From /home/rapi5/Documents/gitBareRepo/MdFiles
   7e2a8b1..7004eb2  master     -> origin/master
Updating 7e2a8b1..7004eb2
Fast-forward
 .obsidian/community-plugins.json                                                                                                                                                 |  1 -
 .obsidian/daily-notes.json                                                                                                                                                       |  2 +-
 .obsidian/plugins/ics/main.js                                                                                                                                                    | 54 ------------------------------------------------------
 .obsidian/plugins/ics/manifest.json                                                                                                                                              | 10 ----------
 .obsidian/plugins/ics/styles.css                                                                                                                                                 |  5 -----
 .obsidian/plugins/obsidian-reminder-plugin/data.json                                                                                                                             |  8 ++++----
 .obsidian/workspace-mobile.json                                                                                                                                                  | 53 +++++++++++++++++++++++++++--------------------------
 ...retour\360\237\223\205 2026-07-30 10 00 (@2026-07-23 10 00).md" => "Kanban daily stuff note1\360\237\223\205 2026-07-30 10 00 (@2026-07-23 10 00).md" |  0
 ...60\237\223\205 2025-10-15 10 00 (@2025-10-12 10 00).md" => "Kanban daily stuff note2\360\237\223\205 2025-10-15 10 00 (@2025-10-12 10 00).md" |  0
 ...of daily stuff Call ATO\360\237\223\205 2025-09-17 08 00 (@2025-09-17 08 00) 1.md" => "Kanban daily stuff note3\360\237\223\205 2025-09-17 08 00 (@2025-09-17 08 00) 1.md" |  0
 ...d of daily stuff Internet \360\237\223\205 2025-09-20 10 00 (@2025-09-20 10 00).md" => "Kanban daily stuff note4\360\237\223\205 2025-09-20 10 00 (@2025-09-20 10 00).md" |  0
 Kanban note5.md => Kanban daily stuff note5.md                                                                                                                   |  0
 Kanban Board of projects note1.md => Kanban projects note1.md                                                                                                        |  0
 Kanban Board of projects note2.md => Kanban projects note2.md                      |  0
 Kanban Board of projects note3.md => Kanban projects note3.md              |  0
 Kanban Board of projects note4.md => Kanban projects note4.md                                                                                              |  0
 Kanban Board of projects note5.md => Kanban projects note5.md                |  0
 Kanban/{Board of daily stuff.md => Board daily stuff.md}                                                                                                                         | 10 ++++++----
 Kanban/{Board of projects.md => Board projects.md}                                                                                                                               | 10 +++++-----
 19 files changed, 43 insertions(+), 110 deletions(-)
 delete mode 100644 .obsidian/plugins/ics/main.js
 delete mode 100644 .obsidian/plugins/ics/manifest.json
 delete mode 100644 .obsidian/plugins/ics/styles.css
 rename "Kanban Board of daily stuff note1\360\237\223\205 2026-07-30 10 00 (@2026-07-23 10 00).md" => "Kanban daily stuff note1\360\237\223\205 2026-07-30 10 00 (@2026-07-23 10 00).md" (100%)
 rename "Kanban Board of daily stuff note2\360\237\223\205 2025-10-15 10 00 (@2025-10-12 10 00).md" => "Kanban daily stuff note2\360\237\223\205 2025-10-15 10 00 (@2025-10-12 10 00).md" (100%)
 rename "Kanban Board of daily stuff note3\360\237\223\205 2025-09-17 08 00 (@2025-09-17 08 00) 1.md" => "Kanban daily stuff note3\360\237\223\205 2025-09-17 08 00 (@2025-09-17 08 00) 1.md" (100%)
 rename "Kanban Board of daily stuff note4\360\237\223\205 2025-09-20 10 00 (@2025-09-20 10 00).md" => "Kanban daily stuff note4\360\237\223\205 2025-09-20 10 00 (@2025-09-20 10 00).md" (100%)
 rename Kanban note5.md => Kanban daily stuff note5.md (100%)
 rename Kanban Board of projects note1.md => Kanban projects note1.md (100%)
 rename Kanban Board of projects note2.md => Kanban projects note2.md (100%)
 rename Kanban Board of projects note3.md => Kanban projects note3.md (100%)
 rename Kanban Board of projects note4.md => Kanban projects note4.md (100%)
 rename Kanban Board of projects note5.md => Kanban projects note5.md (100%)
 rename Kanban/{Board of daily stuff.md => Board daily stuff.md} (86%)
 rename Kanban/{Board of projects.md => Board projects.md} (80%)
 rapi5  raspberrypi  ~  Documents  MdFiles  master  ✎  ?  $  cd ~/Documents/MdFiles && git pull
remote: Enumerating objects: 19, done.
remote: Counting objects: 100% (19/19), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 10 (delta 6), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (10/10), 823 bytes | 823.00 KiB/s, done.
From /home/rapi5/Documents/gitBareRepo/MdFiles
   7004eb2..b631bd7  master     -> origin/master
Updating 7004eb2..b631bd7
Fast-forward
 .obsidian/workspace-mobile.json   | 17 ++++++++---------
 Journal/2025/09/Sep 19th, 2025.md |  1 +
 Kanban/Board daily stuff.md       |  1 +
 3 files changed, 10 insertions(+), 9 deletions(-)

  • Restarted desktop Obsidian a few times
  • Re git pulled desktop a few times
  • Restarted phone Obsidian a few times
  • Re git committed and pushed phone Obsidian a few times
  • Desktop Obsidian Kanban plugin disabled and re-enabled
  • After about 2 hours and a desktop lock screen and password reopen screen, the Kanban boards have reappeared
  • Obsidian forum checked
  • Internet quality search engine checked

I added “git” to the topic title so it’s clear what’s being used for sync here.

Also,

is really old. You should update that.

1 Like
  1. Thanks, apropro :slight_smile:
  2. Latest Obsidian version v1.9.12 has Electron conflicts and freezes, so rolled back to functioning Obsidian version v1.4.16.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.