VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: ICWater on February 04, 2013, 22:21:55 PM

Title: duplicating virtuemart store with different domain
Post by: ICWater on February 04, 2013, 22:21:55 PM
i have a store set up and i want to make a functioning copy of it on the same server just with a different domain. i have multiple companys selling the same products and i just want to copy this site and slap a different logo and domain on it. how would one go about doing this?  ???
Title: Re: duplicating virtuemart store with different domain
Post by: jenkinhill on February 04, 2013, 23:19:39 PM
Make a full backup of ther store files & db using Akeeba, then install that backup under the new domain, telling it to use a new database. You can change sitename etc if you need to in Joomla config. 

Plenty of documentation on https://www.akeebabackup.com/

I do this all the time moving development sites to their final domain.
Title: Re: duplicating virtuemart store with different domain
Post by: ICWater on February 04, 2013, 23:46:32 PM
so there's no product info in the database?
Title: Re: duplicating virtuemart store with different domain
Post by: reinhold on February 05, 2013, 01:24:03 AM
Quote from: ICWater on February 04, 2013, 23:46:32 PM
so there's no product info in the database?

Of course there is. But Akeeba backup is a Joomla component to create a backup of your whole joomla (and thus also virtuemart) installation (including the database), and the kickstart script will install it on any domain you want, so you have an exact copy (modulo the different domain name) of the original installation at the new domain...
Title: Re: duplicating virtuemart store with different domain
Post by: ICWater on February 08, 2013, 19:18:07 PM
but he said use a new database?
Title: Re: duplicating virtuemart store with different domain
Post by: jenkinhill on February 08, 2013, 23:39:02 PM
Yes you make a new database on your server - and enter its name/user/password when installing the Akeeba backup and you new database gets populated with the products etc.
Title: Re: duplicating virtuemart store with different domain
Post by: vladivlad007 on February 14, 2013, 23:34:45 PM
I also had this thoughts.
I never tried it, but it may work i think:

1. Copy all your joomla files to another domain.
2. Refer DB connection to the same DB
3. make new design.

this way you manage the products only ni 1 DB and can be selling from many domains.

for joomla part this will for sure work, but for  VM i think you may need to do some modifications.
Also messages sent to users .. i am not sure what domain they will show, where they are sent from.

please let us know how you succeeded or if you found another approach.