Combine, rather than overwrite, joomla backups - Joomla! Forum - community, help and support
is possible combine 2 (or more) joomla backups?
we have worked on development area create new pages , wanted know if possible incorporate these new pages, rather having manually recreate them on our live site?
any gratefully received :-)
we have worked on development area create new pages , wanted know if possible incorporate these new pages, rather having manually recreate them on our live site?
any gratefully received :-)
louphi wrote:is possible combine 2 (or more) joomla backups?
not really. records have unique autoincrement id , end duplicate ids
louphi wrote:we have worked on development area create new pages , wanted know if possible incorporate these new pages, rather having manually recreate them on our live site?
if live site had articles in #_content highest id "234",
then can add new articles starting id = "235".
you've use phpmyadmin, export new articles #_content , run sql export sql on new database insert new records.
of course, make sure have backup (files + database) of live site before doing so...
Comments
Post a Comment