Apps containers not starting after 4.0.0 upgrade
Hello,
After running the migration script to 4.0.0, it looks like none of my applications are starting.
The upgrade script went through successfully.
I do have these errors in the logs though :
But I think that none of the apps are starting (specially tailscale because I am using it to access the tipi GUI on port 8080 since the machine is on a VPS)
15 Replies
My docker ps is the folllowing :
Alright
The issue is that the queue probably didn't have enough time to start up so it shows as unhealthy
I did restart the machine & perform a
./runtipi restart
We can manually increase the timeout
You will need to create the
user-config/tipi-compose.yml
file
And add
Then restart and this time the queue should have enough time to report as healthyShould it be created in the new subfolder "migrated" under user-config folder ?
I did put it here, no more error in the log but still the app containers don't start :
No, it should be created inside the user config folder not in subfolders, the
migrated
one contains all of the user config for the default repo you have which is called migratedIf for example you add a new appstore called
myapps
and want to customize an app using user config then you will go to the user config directory, make a myapps
directory and for every app add your user config as you would normally do
That's good
It means tipi started
Can you check if you can access it?indeed, internally it is started, I can see the login page with curl on localhost :
But I don't know why the apps won't start 😦
I do have a recent docker :
Docker version 28.1.1, build 4eba377
The first time you need to start them manually
Not through the cli
In v4 the cli commands are not supported, we will include them in a future release
Aaaah ok !
So, I did briefly open the firewall to 8080, connected to tipi GUI from the WAN and started tailscale.
From there I disabled again the firewall and started all the other containers and apps in the GUI.
All seems to be good, and I validated with a reboot of the machine, all apps are starting again
Cool
Thanks a lot for your help !
I hadn't seen that manual restart step needed in the
breaking update
web page so maybe worth to add it there ? 🙂Yeah we should probably add it, we will also release a patch fix for the queue timeout so as you don't need the user config
Excellent. Thank you very much !
I'll validate everything is ok and then will delete the migration-backups folder.
Cheers !