Restore database from backup
-
I need to be able to restore database from a backup. I came in this morning and fog is show 100+ image erros
But it is also showing the images in the list
Ubuntu 12.04Just dont remember the command to restore
-
If you have the database on your system viewing the GUI you can go to FOG Configuration->Configuration Save->import
-
but it is over 8mb it is like 97mb
-
That’s fine. Your php.ini should be set for 100M
-
do you know why i would be getting that error ?
-
From what I can tell, there’s no active storage nodes?
-
there is and i can see my images they are just at the bottom and i only have one storage node active the one the images are on
And the number of images keeps going up it is at 508 now
-
-
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