Welcome to Pandora FMS Community › Forums › Community support › Migration beetwen server’s
-
Migration beetwen server’s
Posted by yduma on June 23, 2008 at 14:09Hi!
How can I copy pandora server to another PC with all data and configuration?
raul replied 16 years, 8 months ago 2 Members · 1 Reply -
1 Reply
-
::
– Copy server configuration, included in the pandora_server.conf file (depending on your linux distro, usually at /etc/pandora/pandora_server.conf).
– Dump database using mysql commands (read http://www.openideas.info/wiki/index.php?title=Pandora_1.3:Documentation_en:Maintenance#Database_backup)
– Install server and all depencendes in the other PC
– Install mysql
– Substitute the pandora_server.conf
– Dump the database again (read http://www.openideas.info/wiki/index.php?title=Pandora_1.3:Documentation_en:Maintenance#Database_backup)
Raul