We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Upgrade Thunderbird Upgrade: ver 91

  • 1 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: Toad-Hall

more options

I upgraded to Thunderbird 91, and I lost all the entries, in my Lightning calendar! How do I get them back?

I upgraded to Thunderbird 91, and I lost all the entries, in my Lightning calendar! How do I get them back?

모든 댓글 (1)

more options

Try this:

  • Menu app icon > Help > Troubleshooting Information
  • Under 'Application Basics' - about 11th in list is Profile Folder - Click on 'Open folder'

A new window opens showing the contents of your 'profile name' folder.

  • Exit Thunderbird if running....this is important
  • Click on 'calendar-data' folder to see contents.
  • Copy local.sqlite file and put copy onto desktop.
  • In calendar-data folder - Rename 'local.sqlite' to 'local.sqlite.bak' -

Download install addon - Firefox sqlite DB manager add-on into Firefox browser.

  • Start the addon - you should see a new icon on the toolbar near the menu app icon - hover over icon and it will say SQLite Manager - clickon it.

Use addon to open the desktop copy of the local.sqlite DB

  • drag the desktop copy of 'local.sqlite' into the opened addon.

run two SQL queries - you type this in the yellow area

Searched for items with null id: SELECT * from cal_events WHERE id IS NULL LIMIT 100

If you find any... So then use the following to deleted it: DELETE FROM cal_events WHERE id IS NULL

  • Saved the database file, 'Save' located at the bottom - save is usually saved in the 'Downloads' folder.
  • Access the 'Downloads' folder to locate downloaded saved version of 'local.sqlite'.
  • put the saved 'local.sqlite' back into the 'calendar-data' folder

restart Thunderbird and report on results.