Changes between Version 4 and Version 5 of UserGuidelines/Admin/Synchronization
- Timestamp:
- 09/24/11 18:53:31 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Admin/Synchronization
v4 v5 6 6 == Method == 7 7 8 === Overview === 9 10 The synchronization process is controlled entirely from the ''local'' Sahana Eden instance. 11 12 The local Eden instance runs the scheduler process, and initiates the update requests when due, while the ''remote'' repository merely responds to these requests. 13 8 14 [[Image(sync1.png)]] 15 16 The local Eden instance first downloads the available updates from the remote repository ('''pull''') and imports them into the local database, and then uploads all available updates from the local database to the remote repository ('''push'''). 17 18 Both pull and push are each a RESTful HTTP-request, using S3XML as data format. 9 19 == Configuration == 10 20