PDA

View Full Version : Duplicate site for Testing


deb0
09-27-2004, 04:11 PM
i want to be able to install and test modules on a duplicate site before i push to production. i know i would have to use a copy of the existing database, but what's the easiest way to duplicate the entire site for testing/dev purposes?

58sniper
09-27-2004, 06:31 PM
You shouldn't use the existing live production database. Do a MySQL dump, and install it and a copy of the files on another domain/sub-domain.

Our Sponsors
 

nexia
09-27-2004, 07:22 PM
make backups of your files and db so you don't need to duplicate your server...