惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Security Blog
Microsoft Security Blog
Apple Machine Learning Research
Apple Machine Learning Research
美团技术团队
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
G
Google Developers Blog
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
J
Java Code Geeks
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
IT之家
IT之家
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
Google DeepMind News
Google DeepMind News
小众软件
小众软件
V
V2EX
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
腾讯CDC
B
Blog

TrueNAS – Open Enterprise Storage

What We Heard at NAB 2026 | TrueNAS - Open Enterprise Storage TrueNAS V160 Launched: High Performance, No All-Flash Tax TrueNAS 26 Is Here: What's New in This Major Release TrueNAS Connect: Enterprise Features on Your Own Hardware TrueNAS Immutability: Multi-Layered Data Protection & Ransomware Defense TrueNAS CEO Note to Community: We Are All TrueNAS TrueNAS 25.10.2 Goldeye: 100+ Fixes & What's New TrueNAS Names Brett Davis CEO for Enterprise Growth TrueNAS Plans for 2026: TrueNAS 26 & OpenZFS 2.4 Roadmap TrueNAS Connect Plus Now Available for All Community Users TrueNAS R60: High-Speed NVMe Storage for AI Workloads Introducing TrueNAS WebShare: Secure Web-Based File Sharing TrueNAS 25.10.1: Goldeye Matures, Performs, and Connects TrueNAS & Veeam v13: Turnkey Cyber‑Resilient Backups Customer Advantages of the TrueNAS Open Core Model TrueNAS Named Data Storage Company of the Year 2025 TrueNAS 25.10: Smarter, Streamlined Updates & Tools TrueNAS F-Series Shines at IBC with Two “Best of Show” Awards TrueNAS 25.10 “Goldeye”: NVMe‑oF, Unified, Simplified Storage Introducing TrueNAS Connect: Secure Monitoring & Alerts The ESG Advantage of Open Enterprise Architecture: Why TrueNAS Is the Sustainable Choice | TrueNAS - Open TrueNAS 25.10-RC1: New Features, Fixes & OpenZFS 2.3.4 Seamless Setup: Exploring TrueNAS Web-Driven Installation | TrueNAS - Open Enterprise Storage TrueNAS 25.10 “Goldeye” BETA is Available TrueNAS 25.10 “Goldeye” Highlights TrueNAS 25.04.2: Fangtooth restores Virtualization iXsystems Rebrands as TrueNAS to Reflect Market Momentum in Enterprise Storage | TrueNAS - Open Enterprise June 1 - Apps Migration Deadline for TrueNAS 24.04 and 23.10 TrueNAS 25.04.1: Fangtooth Unification Gains Momentum TrueNAS 24.10.2.2 Prepares for IP Addressing of Apps
How to Migrate From CORE to SCALE On The TrueNAS Mini
Pee Jay Latombo · 2022-10-28 · via TrueNAS – Open Enterprise Storage

Migrating from TrueNAS CORE to TrueNAS SCALE on a TrueNAS Mini

There are two main methods of Migration to TrueNAS SCALE:

The ISO File Method can be performed by burning the TrueNAS SCALE ISO file to a USB drive using your favorite tool such as Rufus or other tools to create a bootable USB Drive. We made a video guide for TrueNAS CORE that can be applied to creating the installation media for TrueNAS SCALE too! Insert the USB Drive with the installation media that you just created into the system that you are sidegrading, then reboot the system. Another method of Sidegrading to TrueNAS SCALE is to select the latest Release Train for TrueNAS SCALE on the TrueNAS WebGUI while on the latest version of TrueNAS CORE.

Once the system reboots, use the hotkey that is defined by your motherboard manufacturer to select the USB device with the TrueNAS Image. In this case, we will select the USB drive with the SCALE ISO loaded on it.

Follow the SCALE console setup screen and select Install/Upgrade.

SCALE nstall/Upgrade console setup

Next, select the drive you are using as your boot disk. It should be ZFS labeled as ‘boot-pool’ or ‘freenas-boot’.

Destination Media Drive

The installer will ask if you would like to preserve your existing configuration or begin with a fresh install. We recommend that you select Upgrade Install when attempting to migrate to preserve your configuration data. Next, select install in new boot environment.

Upgrade Install screen option

install in new boot environment screen option

Warning: Although TrueNAS attempts to keep most of your CORE configuration data when upgrading to SCALE, some CORE-specific items do not transfer. GELI encrypted pools, NIS data, jails, tunables, and boot environments do not migrate from CORE to SCALE. VM storage and its basic configuration are transferred over during migration. You need to double-check the VM configuration and the network interface settings specifically before starting the VM. AFP shares are migrated automatically. Init/shutdown scripts transfer, but can break. Review them before use. The CORE netcli utility is also swapped for a new CLI utility to use for the Console Setup Menu and other commands issued in a CLI.

Migrating GELI-encrypted Pools to SCALE

TrueNAS SCALE is Linux based, so it does not support FreeBSD GELI encryption. If you have GELI-encrypted pools on your system that you plan to import into SCALE, you must migrate your data from the GELI pool to a non-GELI encrypted pool before migrating to SCALE.

After choosing the option to Install in new boot environment, the installer will warn you that SCALE installs into the boot pool that was previously used for TrueNAS CORE. Select Yes for this step.

warning notice

migrating file option

TrueNAS upgrade succeed

shutdown system console setup

After the installation completes, reboot your TrueNAS system and remove the USB Drive with the SCALE ISO File. When TrueNAS SCALE boots for the first time, you may need to use the shell to configure your network interfaces.

If you want to learn how to manually upgrade to TrueNAS SCALE, head on over to our Official Documentation for more info.