Restore database from backup
-
-
I just reverted back to a snapshot all is good now
-
I’ve solved this for now, but if you update to the latest, does the injecting of random images still occur?
-
Update to the latest? Fog or Ubuntu
Sorry don’t understand the question
-
Update to the lastest FOG version.
-
I thought i was on latest version 1.2.0
-
@Raymond-Bell said:
I thought i was on latest version 1.2.0
He’s talking about FOG Trunk, it’s the development version. It’s highly worth it for you in particular because you have FOG virtualized and can take snapshots - giving you a perfect safety net.
Check this out: https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk
-
@Wayne-Workman said:
@Raymond-Bell said:
I thought i was on latest version 1.2.0
He’s talking about FOG Trunk, it’s the development version. It’s highly worth it for you in particular because you have FOG virtualized and can take snapshots - giving you a perfect safety net.
Check this out: https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk
Thanks Wayne i will try out the SVN
-
@Wayne-Workman
tried to install SVN and get error with php5-json 3775 -
Try to install it manually:
apt-get install php5-json
and then try to install fog again.
-
I did and then it stops on another one
-
When you start the fog installer, it gives you a big list of what it needs to install on screen.
Just copy that, and put it into a command to install them all.
Like this:
apt-get install -y item-one item-two item-three item-four
You should literally be able to copy and paste it.
-
Ok i will give that a shot this afternoon thanks