Skip to content

Instantly share code, notes, and snippets.

@razhangwei
Last active November 14, 2025 21:42
Show Gist options
  • Select an option

  • Save razhangwei/f73f15c7cca7e903a5e64026e7083624 to your computer and use it in GitHub Desktop.

Select an option

Save razhangwei/f73f15c7cca7e903a5e64026e7083624 to your computer and use it in GitHub Desktop.
#TrueNAS Troubleshooting Docker Apps
After updating to version 23.10.2, if you encounter the issue described:
Navigate to the "Applications" tab in the settings.
Select "Unset pool".
Once you've done that, observe where it says "Initializing Apps Service"; it should stop.
Next, reselect the pool where your applications are located.
Now, observe that "Initializing Apps Service" should work correctly.

(5/11/24) spent much time to troubleshoot the issue of apps can't be deployed. Very likely due to the Pool permission to be set as apps for some reasons.

Backup and restore

  1. https://www.truenas.com/community/threads/home-assistant-in-scale-upload-backup.110100/

The local path in ix-applications is :./releases/home-assistant/volumes/ix_volumes/config/backups/25a82abc.tar

It seems that I copy need copy the data folder as ./releases/home-assistant/volumes/ix_volumes/config/

@JacobDB
Copy link

JacobDB commented Nov 14, 2025

Thanks much, always scary when you run an update and everything breaks. This just saved me going from 25.04 to 25.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment