📝 Other Changes / 其他变更
- Optimize (2905ba7)
🚨 Upgrade Notice: Velopack Migration
This notice applies to users upgrading from a pre-Velopack version. New users can ignore this.
Starting from this version, Bakabase uses Velopack for installation and auto-updates. If you are upgrading from an older version, you must reinstall Bakabase using the new installer. Your existing data (database, configurations, etc.) remains in the old installation directory and needs to be manually migrated.
Migration Steps
- Close Bakabase.
- Locate your old data: Navigate to your old installation directory and find the
AppDatafolder. - Copy to new location: Copy the contents of the old
AppDatafolder into the new installation'sAppDatadirectory. You can find the newAppDatapath in Settings > System > App Data Path. - Overwrite if prompted.
- Restart Bakabase.
Verify Correct Structure
After copying, your AppData directory should look like this:
AppData/
├── bakabase_insideworld.db ← Main database (required)
├── bootstrap_log.db ← Log database
├── configs/ ← Configuration files (required)
│ ├── updater.json
│ └── ...
├── data/ ← User data
├── backups/ ← Version backups
├── temp/ ← Temporary files
└── components/ ← External components
⚠️ Common mistake: Do not copy the
AppDatafolder itself, only its contents. Otherwise you'll end up withAppData/AppData/...which won't work.
You can also find a migration guide in the app at Settings > System > App Data Path > Legacy Data Migration.
🚨 升级提醒:Velopack 迁移
此提醒适用于从旧版本(非 Velopack 安装版)升级的用户,新用户可忽略。
从本版本开始,Bakabase 使用 Velopack 进行安装和自动更新。如果你是从旧版本升级,需要使用新安装包重新安装 Bakabase。你的现有数据(数据库、配置等)仍保留在旧安装目录中,需要手动迁移。
迁移步骤
- 关闭 Bakabase 应用。
- 找到旧数据:进入旧安装目录,找到
AppData文件夹。 - 复制到新位置:将旧
AppData文件夹中的所有内容复制到新安装目录的AppData目录中。新的AppData路径可在【系统】-【配置】-【应用数据路径】中找到。 - 如有冲突选择覆盖。
- 重新启动 Bakabase。
验证目录结构
复制完成后,你的 AppData 目录应如下所示:
AppData/
├── bakabase_insideworld.db ← 主数据库(必须存在)
├── bootstrap_log.db ← 日志数据库
├── configs/ ← 配置文件(必须存在)
│ ├── updater.json
│ └── ...
├── data/ ← 用户数据
├── backups/ ← 版本备份
├── temp/ ← 临时文件
└── components/ ← 外部组件
⚠️ 常见错误:不要复制
AppData文件夹本身,只复制其中的内容。否则会导致AppData/AppData/...的嵌套结构。
你也可以在应用内【系统】-【配置】-【应用数据路径】-【旧版数据迁移】找到迁移指南。
Downloads / 下载地址
Aliyun CDN links are provided below. You can also download from the GitHub Assets section at the bottom of this page.
下方提供阿里云 CDN 下载链接,也可从本页底部的 GitHub Assets 中下载。
Auto-update is available via Settings > System (installer version required).
可通过程序内【系统】-【配置】界面一键更新(需使用安装版)。
Windows
| Installer / 安装版 (Recommended / 推荐) | Portable / 免安装版 | |
|---|---|---|
| Aliyun CDN / 阿里云CDN | Download / 下载 | Download / 下载 |
macOS
| Apple Silicon (arm64) | Intel (x64) | |
|---|---|---|
| Installer / 安装版 | Download / 下载 | Download / 下载 |
| Portable / 免安装版 | Download / 下载 | Download / 下载 |