I recently had to recover my boot drive and uploaded my old config to the latest version on TrueNAS Scale 24.10.1. I can see my datasets when creating a share, but can’t manage them via Datasets UI tab. I get the following error.
For what its worth, i was able to fix the issue by removing the partitions from my boot drive and reformatting it. I did all of this within the command line of the Truenas installer. I would assume you could keep all your datasets and settings using your backup of that data. I didn’t have a need to really save anything so i just deleted everything and started fresh.
I used Chat GPT to figure out the steps to remove the boot drive partitions. I believe this is where the unwanted data was being stored. Below are the commands i used.
Again, these commands were run while in the Truenas installer.
Get list of drives lsblk
Get into the (parted) interface, replace with the boot drive id from the list, eg: sdf parted /dev/<drive>
Type print to view the partitions
Type mklabel gpt to create a new GPT partition table, which will effectively erase all partitions
Type quit to exit the (parted) interface. Note: i did not need to zero out the drive.
I think i ran this as well but its possible i’m remembering incorrectly. This is supposed to remove any metadata from the drive if it was previously part of a ZFS pool, which it was lol. zpool labelclear -f /dev/<drive>
Type exit to exit the shell
Continue with the installer.
No guarantee this will work for you but it did for me. I’m on a Dell R730XD server.
had the same exact issue doing an install (not upgrade) for 24.10.1 and restoring a 24.10.0.2 config. i just reinstalled 24.10.0.2 and it restored just fine. havent tried to upgrade, i dont think ill bother honestly.
tl;dr: ALWAYS save config with password seed before doing updates/upgrades or reinstalls - this way you can always upload the config fitting the (sub)version!
I had issues with my whole setup, so I ordered new SSDs as advised regarding Sata Controllers and cache - but could not migrate due to the System not really working.
Used a USB with the install image, installed the newest version to the new SSDs (boot-pool created in installation wizard), then bootet the system and uploaded the config. From there one mostly everything worked fine besides some problems i had due to bad setup on my side. Once I cleared all problems only the Datasets error occured.
+++
I had an export with password seed from the previous version (24.10.1 I think), uploaded it and it worked just fine!
+++