New Computer to Fog
-
Good night from Madrid
I’m going to change the PC of fog for a newer computer.:)
Can I move images OS from the old server to the new server?How can I do?o_O
-
You should be able to just copy the Images folder.
Unless you need to do a fresh install, I would also copy over the DB.
-
This post is deleted! -
This post is deleted! -
[quote=“Juan Antonio, post: 27635, member: 23837”]Good night from Madrid
I’m going to change the PC of fog for a newer computer.:)
Can I move images OS from the old server to the new server?How can I do?o_O[/quote]
Easiest method to Copy the old images to the new server is to:
[code]scp -r /images <NEWFOGSERVERIP>:/images[/code]Then on the New server as root run:
[code]touch /images/{.mntcheck,dev/.mntcheck}
chmod -R 777 /images
chown -R root:root /images[/code]Then you have to recreate the associations for the images in FOG which I leave completely up to you.
-
This post is deleted! -
This post is deleted!