Copy entire DB, not just jos_? 14 Years, 1 Month ago
|
Karma: 0
|
Hi -
I was wondering does JMS have the ability to copy the "entire" database when it is copying/replicating a Master DB to a Slave DB, specifically tables that do not begin with the "jos_" prefix?
If this functionality is supported by JMS, then I'm not seeing it in my Slave DBs. My Slave DBs are only receiving the jos_ prefix tables, while non-jos_ prefix tables are not being inserted.
Thanks for any insight and/or direction.
|
|
|
Last Edit: 2010/12/04 05:45 By brianelkins.
|
|
Re: Copy entire DB, not just jos_? 14 Years, 1 Month ago
|
Karma: 54
|
No.
The idea is to replicate website and therefore the table prefix is a parameter that identify a website.
Perhaps you can try creating a rule with the "new table prefix" empty but in this case, I think the table prefix used will be the one present in the website to replicate.
If you would like to replicate a full DB, you should try modifying JMS Multisites to have the "from DB" to replicate with table prefix empty. This is never the case as the table prefix comes from the "configuration.php" files of the website to replicate.
This is like if you create a slave site without the "jos_" as table prefix but let it empty.
So the only idea that I see is that you create a website that does not have any table prefix (empty) and later when you will replicate it, this will replicate all the tables present in the DB.
|
|
|
|
|
|