[GH-ISSUE #4053] v2.1.8版本书签完全丢失,历史访问记录还在 #2805

Open
opened 2026-02-27 00:54:19 +03:00 by kerem · 4 comments
Owner

Originally created by @wangdpwin on GitHub (Sep 15, 2025).
Original GitHub issue: https://github.com/electerm/electerm/issues/4053

Electerm Version and download file extension(Electerm版本和下载文件后缀)

electerm-xx.xx.xx-mac-arm64.dmg

Platform detail (平台详情)

mac m1 arm架构

What steps will reproduce the bug?(重现问题的详细步骤)

如图更新到2.1.8版本后所有书签都没了 但是历史访问记录还能打开ssh 。升级到2.1.16后书签恢复,请确保后续版本不要出现这种问题
Image

What should have happened?(期望的结果)

升级到2.1.16后书签恢复,请确保后续版本不要出现这种问题

Would this happen in other terminal app(是否能够在其他同类软件重现这个问题)

No response

Additional information(其他任何相关信息)

No response

Originally created by @wangdpwin on GitHub (Sep 15, 2025). Original GitHub issue: https://github.com/electerm/electerm/issues/4053 ### Electerm Version and download file extension(Electerm版本和下载文件后缀) electerm-xx.xx.xx-mac-arm64.dmg ### Platform detail (平台详情) mac m1 arm架构 ### What steps will reproduce the bug?(重现问题的详细步骤) 如图更新到2.1.8版本后所有书签都没了 但是历史访问记录还能打开ssh 。升级到2.1.16后书签恢复,请确保后续版本不要出现这种问题 <img width="362" height="221" alt="Image" src="https://github.com/user-attachments/assets/199a075e-1b61-482c-93d9-eab94e03b4ac" /> ### What should have happened?(期望的结果) 升级到2.1.16后书签恢复,请确保后续版本不要出现这种问题 ### Would this happen in other terminal app(是否能够在其他同类软件重现这个问题) _No response_ ### Additional information(其他任何相关信息) _No response_
Author
Owner

@luweiwei2222 commented on GitHub (Sep 15, 2025):

我的也是。。。怎么找回啊,我的也是mbp 下载的arm64.dmg的包,但是我无论回退还是升级都不行了

<!-- gh-comment-id:3290952903 --> @luweiwei2222 commented on GitHub (Sep 15, 2025): 我的也是。。。怎么找回啊,我的也是mbp 下载的arm64.dmg的包,但是我无论回退还是升级都不行了
Author
Owner

@zxdong262 commented on GitHub (Sep 15, 2025):

@luweiwei2222

cd ~/Library/Application\ Support/electerm/users/default_user/
for file in *.nedb.bak; do
    mv -- "$file" "${file%.nedb.bak}.nedb"
done

然后用v1版本打开即可,在数据同步里导出数据,升级到v2后导入

<!-- gh-comment-id:3291032765 --> @zxdong262 commented on GitHub (Sep 15, 2025): @luweiwei2222 ``` cd ~/Library/Application\ Support/electerm/users/default_user/ for file in *.nedb.bak; do mv -- "$file" "${file%.nedb.bak}.nedb" done ``` 然后用v1版本打开即可,在数据同步里导出数据,升级到v2后导入
Author
Owner

@zxdong262 commented on GitHub (Sep 15, 2025):

确实有arm Mac用户报告升级失败,也有成功的,暂时还不知道原因,希望收集到错误信息

Run electerm from command line(从命令行运行electerm)

Mac: /Applications/electerm.app/Contents/MacOS/electerm
Linux: electerm
Windows: path\to\electerm.exe

<!-- gh-comment-id:3291058781 --> @zxdong262 commented on GitHub (Sep 15, 2025): 确实有arm Mac用户报告升级失败,也有成功的,暂时还不知道原因,希望收集到错误信息 Run electerm from command line(从命令行运行electerm) Mac: /Applications/electerm.app/Contents/MacOS/electerm Linux: electerm Windows: path\to\electerm.exe
Author
Owner

@iseeyou commented on GitHub (Oct 29, 2025):

我的是windows上的同步设置丢失,所有都不能连接。macos上正常连接,重新设置同步信息同步后正常了。

<!-- gh-comment-id:3459528820 --> @iseeyou commented on GitHub (Oct 29, 2025): 我的是windows上的同步设置丢失,所有都不能连接。macos上正常连接,重新设置同步信息同步后正常了。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#2805
No description provided.