My Box installation failed (wouldnt reboot after power cut).
This happened a few months ago now, so I do not really want to keep the data on my Boxâs hard disk.
When it happened I tried the how to restart instructions but they did not work, so I assumed it was a problem with the SD card.
So, now I have finally got round to getting a new SD card and want to start again
I would like to install the snap version (I made notes of all the little set-ups and tweaks I made before), but am not sure which of the following routes I should take:
Download the original image the Pi 3 from our download server here and then let it update to current versions.
I think that this way I would end up with the Ubuntu Snappy OS? (the Box page says, âmicroSD card with Snappy Ubuntu Core as OS, including Apache, MySQL and the latest Nextcloud 10 pre-installed and ready to goâ)
Install Raspberry Pi OS (Raspbian), enable snapd, then install Nextcloud, as per this guide
Or perhaps there is a better way that I have not found?
@kyrofa
Thanks!
I tried the update from various original versions of the box software but only one worked (cant remember which one) and even then when I updated the OS and snap to latest versions I couldnt access via browser (I could by ssh)
I also tried NextcloudPi, but with no luck
Using the Nextcloud Appliance did work, after changing the physical Pi2 to a Pi3 in the Box.
Now trying to work out how to use the external disk, but will start new thread on that if I get stuck
Yeah nothing is technically wrong with the old images, the issue you ran into is that theyâre baked with a pretty old version of the snap. Nothing wrong with that in theory, the problem is that when you update, youâre updating from whateverâs baked to whatever is current, and Nextcloud doesnât support skipping major versions. You could recover pretty easily from that by refreshing to versioned channels one at a time until youâre fully up-to-date (e.g. snap refresh nextcloud --channel=19), but you need to know about that. Itâs simpler to just use a more up-to-date image in the first place.
Hi!
Iâm having lots of problems with the forum on Firefox/Manjaro XFCE so I hope I dont double post!
I am now trying to set up my Nextcloud Appliance which is pretty much my data on the external disk of my RPi3 Nextcloud Box.
So, I have set up the Folder Sync connection and all seems to be running well, as before
One problem is that I have 800GB of data so it predicts between days and months depending on how it is going - is there any safe way to copy the data over via a direct cable link of the external Box disk and my laptop and then to âregisterâ the data in my Nextcloud?
But the main problem is that the RPi3 keeps crashing after a few GB of data transfer / hour or so.
How do I keep the logs from just before the RPi crashes / access with logs generally? (I cant find the logs settings)
Yeah, get the data on there via rsync or just using the external disk in the other machine, get it into the right place and make sure itâs owned by root. Once youâre done you can tell Nextcloud to do a scan with:
$ sudo nextcloud.occ files:scan
All the logs are in /var/snap/nextcloud/current/logs, does that help? Feel free to log an issue, we can help you dig into it.
I will now get onto transferring all my data from the laptop
Where will sudo nextcloud.occ files:scan
scan?
Do I have to direct it to the external disk?
sudo nextcloud.occ files:scan --path="<user_id>/files/<name given to disk in Nextcloud>/<Directory of interest on external disk>"
the word files has to be there
Re logs:
I tried to cd to /var/snap/nextcloud/current/logs but was denied permission
I tried sudo cd but cd didnt work with sudo
I tried su but I couldnt suss out the password (mine didnt work)
I tried sudo adduser <user> sudo but got gpasswd: cannot lock /etc/group; try again later. adduser: /usr/bin/gpasswd -a b-leigh sudoâ returned error code 1. Exiting.`
This is all certainly because I havent quite grasped sudoers/root etc
And I think core handles this in a different way with keys?
Edit: Aha!sudo -i or sudo su
I managed to see the following list of log files via sudo ls /var/snap/nextcloud/current/logs:
In case anyone has the same problem in the future and finds this thread, in order to get it all working I had to sort out a few small hiccups, as detailed in the posts below:
Update for those with Nextcloud Boxes:
I recently had problems with the appliance
Following @kyrofa 's advice I simply installed ubintu server on the RPi and then installed the nextcloud snappy
all working fine!