Updating Your Database Automatically From Remote Database Even Different Database Engine Even Without Coding

You can update your database automatically from remote database using http protocol even without coding. You can update database from different database engine. As for example you can update mssql from mysql or another.

Here are steps to do:

  1. Create manifest of database_export Worker Process. Configure how exporting will be done.
  2. Create a scheduled to execute manifest periodically.
  3. Create manifest of file_synchronize Queen Process. Configure how to sync data between sites

  4. Configure IPC on your server as appropriate for file_synchronize Queen Process.
  5. Create manifest of database_update Worker Process on your server. Configure how updating will be dane.
  6. Create a scheduled on your server to execute manifest periodically.


After all of that, the only you do is executing all of that manifests.

Now, all of that working automatically to make continuous update.

No comments:

Post a Comment

CommentLuv Enabled

Followers