Problem Description:
I encountered an issue while trying to reinstall Nextcloud on my Umbrel OS system.
- Nextcloud was not working, and in the Umbrel apps interface, it showed as “not running.”
- Checking logs with
docker logs -f nextcloud
returned an error: no such container exists. - Running
docker ps -a | grep nextcloud
did not find any Nextcloud containers. - Attempting to reinstall Nextcloud using
~/umbrel/scripts/app install nextcloud
failed because thescripts
directory does not exist in~/umbrel
. - The
bin/update
script is also missing from~/umbrel
, so I was unable to try updating the system.
What I Have Tried:
- Deleted the
~/umbrel/app-data/nextcloud
folder. - Restarted Umbrel using
sudo systemctl restart umbrel
. - Tried finding the installation and update scripts, but they are missing.
System Information:
- Device: Raspberry Pi 5
- OS: Umbrel OS
- Nextcloud was installed on an external HDD
Question:
How can I properly reinstall Nextcloud in my situation? Is it possible to restore the scripts
and bin/update
files, or do I need to completely reinstall Umbrel OS?