On Sat, 04 Feb 2006 23:48:35 -0700 [EMAIL PROTECTED] wrote: > I moved a phpbb server to another machine. I backed up the site using > phpbb's backup utility. How can I set up the new server with the old site?
of course you would have to have a webserver and php running on the new machine; also a compatible mysql service running. for specifics I recommend checking http://www.phpbb.com/phpBB/ as the debian mailing list is not related to phpbb. You might be better off using tar to create a tarball of your flat files and a database dump of the mysql database rather than or in addition to the phpbb database backup... i have done this successfully once before but i had the same version of php and mysql on both machines... that made it pretty simple. good luck. ---------- Shawn Lamson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

