User Tools

Site Tools


support:transfer_script

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
support:transfer_script [2019/12/16 20:23] – [Place to find] ywangsupport:transfer_script [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Transfer Script ======
 + --- //[[yanjun.wang@errigal.com|Yanjun Wang]] 2019/12/16 20:15//
  
 +This wiki was created to introduce Transfer Script usually used during QA Reinit.
 +
 +===== Purpose =====
 +  - Transfer Script usually used during QA Reinit.
 +  - It's running against DB. 
 +  - To replace some of customer data with Errigal data, e.g. customer emails. To prevent some QA notifications send to customer to mess up with production info.
 +  - To replace some QA specific configuration, e.g. email account.
 +
 +===== Place to find =====
 +  - Ansible project: database-setup should handle most of the Reinit process, so the Transfer Script is migrated with database-setup at roles->transform_generation->templates-><app name>
 +  - The old script is in [[https://bitbucket.org/errigal/idms-sql-script/src/dev/]] -> qa should be deprecated soon.