TOS 7 Beta Is Available for Testing

Official news about TOS, mobile app, PC app updates or beta releases.
Locked
User avatar
TMnight
TM Support
Posts: 181
Joined: 30 Sep 2022, 16:40

Re: TOS 7 Beta Is Available for Testing

Post by TMnight »

FaultyDave wrote: 02 Jan 2026, 22:39
I'm truly sorry, but currently, we are unable to display the specific progress status of the permission transition for you. At the two crucial stages—when the permission transition starts and when it finishes—the TOS desktop will send corresponding notification alerts. I have already conveyed your request to show the transition progress to our product team, and they will conduct a professional assessment subsequently.

Given your current situation, I suggest that you first restart the NAS device and then manually set the relevant permissions. Compared to the online transition method, manually setting permissions will be processed more quickly.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com(for technical support)
Service team: service(at)terra-master.com(for purchasing, return, replacement, RMA service)
User avatar
TMnight
TM Support
Posts: 181
Joined: 30 Sep 2022, 16:40

Re: TOS 7 Beta Is Available for Testing

Post by TMnight »

OldCoder wrote: 03 Jan 2026, 05:59
It is expected to be fixed in the new version to be released next week. Please be patient
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com(for technical support)
Service team: service(at)terra-master.com(for purchasing, return, replacement, RMA service)
User avatar
TMnight
TM Support
Posts: 181
Joined: 30 Sep 2022, 16:40

Re: TOS 7 Beta Is Available for Testing

Post by TMnight »

k.wechselberger wrote: 03 Jan 2026, 01:05
Based on the information in the screenshot, the name of the upgrade package entered should be "TOS_X642.0_Update_7.0.0299_00446_2512081654.bz2", not " _TOS_X642.0_Update_7.0.0299_00446_2512081654.bz2"
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com(for technical support)
Service team: service(at)terra-master.com(for purchasing, return, replacement, RMA service)
User avatar
k.wechselberger
Posts: 18
Joined: 15 Feb 2022, 23:23
Austria

Re: TOS 7 Beta Is Available for Testing

Post by k.wechselberger »

TMnight wrote: 04 Jan 2026, 14:05
I downloaded the installation file a second time to rule out download errors and renamed it. I performed the installation several times using the correct name. It didn't help.

Yesterday, I sent support a video showing the failed installation.
User avatar
maxrock70
Posts: 2
Joined: 24 Nov 2025, 18:27
Italy

Re: TOS 7 Beta Is Available for Testing

Post by maxrock70 »

Gremlin wrote: 01 Jan 2026, 02:54 Don't try and treat TOS as linux. For a start there is no "root" in the linux sense, since that is disabled. Trying to write cron jobs is a waste of your time. Use scheduled tasks within tos. "Custom" scripts are liable to be overwritten, either on reboot or on update, so they cannot be relied upon either.

If you want Linux style, install Linux variety of your choice.
Thanks for your post but it doesn’t answer my question about TOS 7 fixes for some known issues…btw scheduled task has limited possibility in terms of schedule time to set
User avatar
OldCoder
Posts: 7
Joined: 19 Dec 2025, 13:03
United States of America

Re: TOS 7 Beta Is Available for Testing

Post by OldCoder »

Lex wrote: 19 Dec 2025, 04:54
jdcesari wrote: 18 Dec 2025, 21:15
ruzaj wrote: 16 Dec 2025, 15:38
did you solve the problem for immich ? i have the same issue
I copy folder with immich, remove original folder and copy back it.
In my case posgre can`t connect to database.

Code: Select all

immich_postgres          | initdb: error: could not access directory "/var/lib/postgresql/data": Permission denied
immich_postgres          | The files belonging to this database system will be owned by user "postgres".
Also it help for NextCloud.

On my F8 SSD Plus, updated to TOS 7 Beta 7.0.0333, the folder /var/lib/postgresql/ does NOT EXIST:
# ls -l /var/lib/postgresql
ls: cannot access '/var/lib/postgresql': No such file or directory
#

Chris
User avatar
OldCoder
Posts: 7
Joined: 19 Dec 2025, 13:03
United States of America

Re: TOS 7 Beta Is Available for Testing

Post by OldCoder »

Immich expects to access /var/lib/postgresql, which does not exist on TOS 7 Beta, it appears:

...
database:
container_name: immich_postgres
image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}
POSTGRES_DB: ${DB_DATABASE_NAME}
POSTGRES_INITDB_ARGS: '--data-checksums'
# Uncomment the DB_STORAGE_TYPE: 'HDD' var if your database isn't stored on SSDs
# DB_STORAGE_TYPE: 'HDD'
volumes:
# Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data
shm_size: 128mb
restart: always

volumes:
model-cache:
----

On my F8 SSD Plus, updated to TOS 7 Beta 7.0.0333, the folder /var/lib/postgresql/ does NOT EXIST:
# ls -l /var/lib/postgresql
ls: cannot access '/var/lib/postgresql': No such file or directory
#

Chris
User avatar
OldCoder
Posts: 7
Joined: 19 Dec 2025, 13:03
United States of America

Re: TOS 7 Beta Is Available for Testing

Post by OldCoder »

As an experiment, I removed the /var/lib/postgresql from the DB_DATA_LOCATION, and this is the next errror I got:
...
immich-server Pulled
Network immich_default Creating
Network immich_default Created
Container immich_postgres Creating
Container immich_machine_learning Creating
Container immich_redis Creating
Error response from daemon: invalid mount config for type ""volume"": invalid mount path: 'postgres' mount path must be absolute

For some reason, it appears that TOS 7 has a lot of changes made to postgres that are biting me.

[Duh. I finally scrolled down far enough in the log file to see that there is useful information there]

Chris
User avatar
OldCoder
Posts: 7
Joined: 19 Dec 2025, 13:03
United States of America

Re: TOS 7 Beta Is Available for Testing

Post by OldCoder »

I just installed the new TOS 7 Beta, 7.0.0364, and it fixed immich. I restored the same immich.yml and .env that ran in docker on TOS 6, and now it is running on TOS 7 correctly.

Thank you!
Chris
User avatar
OldCoder
Posts: 7
Joined: 19 Dec 2025, 13:03
United States of America

Re: TOS 7 Beta Is Available for Testing

Post by OldCoder »

However, the ZeroTier app in the app store still does not work. I get: "bash: zerotier-cli: command not found" while attempting to use zerotier-cli to join my network. I was also unsuccessful in attempting to manually install "ZeroTier TOS6 1.16.0.0 x86_64.tpk" from inside the "App Center". It did not appear to believe that it was really a ".TPK" file?

I tried adding an environment variable "NETWORK_ID=<YourNetworkID>", and using high-privilege container execution, and that still did not work, either.

Chris
Locked

Return to “Update Notice”