Moving from RPi3 B to B+
Hi,
This might be a very stupid question, but I couldn't find any info on it in the forum or after googling.
I'm currently running Repetier-Server on a Raspberry Pi 3 Model B and have just bought the new Model B+. Can I just move my SD-card from the old Pi to the new and everything will work as before? Or do I have to do a new install and transfer settings on some way?
Thanks in advance!
This might be a very stupid question, but I couldn't find any info on it in the forum or after googling.
I'm currently running Repetier-Server on a Raspberry Pi 3 Model B and have just bought the new Model B+. Can I just move my SD-card from the old Pi to the new and everything will work as before? Or do I have to do a new install and transfer settings on some way?
Thanks in advance!
Comments
Thanks
Edit: OK I found it in the manual after longer research:
But when I try to copy the directory from backup to raspberry it says always "permission denied". I'm logged in with user "pi".
sudo mkdir /var/lib/Repetier-Server
chmod 777 /var/lib/Repetier-Server
chown -R pi /var/lib/Repetier-Server
after that all files are now owned and writeable by pi. Next server start will change owner to repetierserver.