Permissions issue causing a boot loop
See original GitHub issueDescribe your problem When starting uptime-kuma, it fails to change ownership of the data files (entrypoint.sh).
I run a docker host that writes to volumes accessed over NFS on a NAS. The docker host has read & write access to the folders mounted within the volumes. Containers from this docker host can write data on the shared volume, create folders, etc, but cannot change ownership permissions. This solution works great for many containers and I haven’t seen a similar issue to this.
Info Uptime Kuma Version: latest Using Docker?: Yes Docker Version: Docker version 20.10.9, build c2ea9bc OS: Ubuntu
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
Issue Analytics
- State:
 - Created 2 years ago
 - Comments:6 (4 by maintainers)
 
Top Results From Across the Web
/System Permissions Modified, Stuck in Boot Loop | XDA Forums
/System Permissions Modified, Stuck in Boot Loop ... my phone has a hardware issue that causes it to randomly reboot and overheat a...
Read more >Nothing working, automatic repair loop, access denied ...
I have a boot usb. Check disk won't work because of the permissions issue. Every solution I've found is running into this issue....
Read more >Windows 10 resets my permissions on restart/sleep
Now I have a problem because it removes my permission on my documents file every time I restart my computer or it goes...
Read more >How to Fix Windows 10 Stuck in Infinite Boot Loop - YouTube
If you stuck in a reboot loop and want to fix the windows 10 startup problem, then this video is for you. I...
Read more >Boot loop and hard disks not found while - Apple Discussions
Restart the computer from the Apple Menu. Repair permissions on the Home folder: Resolve issues caused by changing the permissions of items in ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

SQlite won’t be working on NFS, even though you pass the chown problems.
I also mentioned that in the Readme (https://github.com/louislam/uptime-kuma/wiki/🔧-How-to-Install).
Related issue: https://github.com/louislam/uptime-kuma/issues/127
Uptime Kuma is not working on NFS, as it is using SQLite. Please change to a local volume.