Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036602Retail ModulesStoreServerpublic2017-08-04 11:222017-09-14 18:10
AugustoMauch 
StoreServer 
normalminorhave not tried
closedfixed 
5
 
 
mtaal
No
0036602: Add a process that creates SymmetricDS' snapshots
SymmetricDS allows to creates snapshots using the SnapshotUtil.createSnapshot. These snapshots are very useful for debugging purposes, and are required by JumpMind (SymmetricDS owners) in order to report a support ticket.

It would be useful to define a process to create these snapshots. It would be useful if the process could be executed in the Process Request window, so that it can be scheduled or executed once.
-
No tags attached.
Issue History
2017-08-04 11:22AugustoMauchNew Issue
2017-08-04 11:22AugustoMauchAssigned To => StoreServer
2017-08-04 11:22AugustoMauchTriggers an Emergency Pack => No
2017-08-04 13:40hgbotCheckin
2017-08-04 13:40hgbotNote Added: 0098395
2017-08-04 13:40hgbotStatusnew => resolved
2017-08-04 13:40hgbotResolutionopen => fixed
2017-08-04 13:40hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/82bf94b1196475d0bea158c31c7d26fd0b89948c [^]
2017-08-04 13:43AugustoMauchReview Assigned To => mtaal
2017-08-16 11:53mtaalNote Added: 0098522
2017-08-16 11:53mtaalStatusresolved => new
2017-08-16 11:53mtaalResolutionfixed => open
2017-09-04 10:39AugustoMauchNote Added: 0098797
2017-09-12 18:15AugustoMauchStatusnew => scheduled
2017-09-12 18:15AugustoMauchStatusscheduled => resolved
2017-09-12 18:15AugustoMauchResolutionopen => fixed
2017-09-14 18:10mtaalNote Added: 0099052
2017-09-14 18:10mtaalStatusresolved => closed

Notes
(0098395)
hgbot   
2017-08-04 13:40   
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: 82bf94b1196475d0bea158c31c7d26fd0b89948c
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Aug 04 13:37:18 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/82bf94b1196475d0bea158c31c7d26fd0b89948c [^]

Fixes issue 36602: Adds a process to take SymmetricDS snapshots

The process is called Create SymmetricDS Snapshot, and it is available to be executed from the Process Request window. It takes a SymmetricDS snapshot using the SnapshotUtil.createSnapshot(engine) API, and it stores the snapshot in the <tmpFolder>/<mobileServerKey>/snapshot/<snapshotName> folder.

---
A src-db/database/sourcedata/AD_PROCESS.xml
A src/org/openbravo/replication/symmetricds/process/SymmetricDsSnapshotCreator.java
---
(0098522)
mtaal   
2017-08-16 11:53   
Reviewed, works fine, re-opening to add documentation (link)
(0098797)
AugustoMauch   
2017-09-04 10:39   
Documentation has been added here: http://wiki.openbravo.com/wiki/Retail:Store_Server#How_to_take_a_SymmetricDS_Snapshot [^]
(0099052)
mtaal   
2017-09-14 18:10   
Docs have been added