You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Any completed local pack can be rolled back. Rollback will restore the versions of all the records in this local pack as they were before the start of the update collection within this local pack, or before committing this local pack. Deleted records will be restored, and created records will be deleted.

Example

  • Before local pack committing, the record had a version X.
  • After the local pack committing, it has version Y.
  • When we rollback the pack, the record will have version X again.
  • Make sure that you selected the same local pack which you are going to rollback.
  • Rollback of any local pack is an operation that should not be invoked without an emergency need.
  • Use rollback cautiously. Some changes caused by the rollback may lead to data loss.

To rollback a local pack, please complete the steps below:

  1. Navigate to Configuration → Local Pack.
  2. Click on the local pack you need to rollback and navigate into it.
  3. Click Rollback Preview to preview the list of the records that are going to be restored.
  4. Review the contents of the local pack, fix possible collisions if there are any.
  5. Click Rollback to restore records to the previous version.

Do not rollback the default local pack without an absolute necessity; otherwise, your SimpleOne instance configuration may be damaged.

Here is the expected result of the process:

Update

Rollback result

A new tableThe table is dropped from the database, deleting any data from it.
A new fieldThe field is dropped from the database, deleting any data from it.
A deleted fieldThe field is restored to the database, but the original data is lost.
A record is insertedThe record is deleted.
A record is deletedThe record is restored with its original data.


.


  • Configuration Management
  • Exporting local pack
  • Importing local pack


  • No labels