DB Sync Synergy
by TBotNik from LinuxQuestions.org on (#6DNXJ)
All,
I found some code that is supposed to sync databases, which I posted on the AD free pastebin at:
Quote:
But in finding it I found these problems:
Cheers!
TBNK
I found some code that is supposed to sync databases, which I posted on the AD free pastebin at:
Quote:
https://controlc.com/5b2dbe99 |
- It only works for development to online production,
- It assumes the local DEV DB is the only one with changes,
- It therefore does not actually sync but deletes & replaces the online DB,
- It is not modular in design.
- Sync Local DB1 to Local DB2,
- Sync local DB table1 to Table2,
- Sync local dev to local test,
Cheers!
TBNK