How to synchronize or replicate WordPress websites?
-
I have developed a web portal which allows users to post their job applications along with their CVs and other documents as attachments. The form is submitted and saved
into the database whereas the attachments are saved under uploads directory created by WordPress.I have developed a comprehensive admin panel for this application under WordPress admin. Now the requirement is that the end-user part (the posting of job applications)
should remain online whereas the admin part should be kept and accessed locally on our LAN. So we have planned two instances of the same application, one online and the other on localhost.So this requires that whenever a job application is posted using the online version it should also update the local version. This will be one-way synch., from online to localhost.
Please help me figure out the best possible way to accomplish this.
Is there any replication tool available out there which would replicate both database and uploads directory on the localhost?
Thanks
- The topic ‘How to synchronize or replicate WordPress websites?’ is closed to new replies.