Running a data migration scripts

Objective 🔗

The primary objective is to establish a systematic approach for the efficient management and execution of data migration scripts, minimizing errors and reducing disruption for fellow developers.

Execution of Scripts 🔗

When considering the execution of scripts, a general rule is to always use rake task apart from rare exception discussed below. Adhere to the following guidelines:

How to create & run my script 🔗

To create and run your script, follow these steps:

Best Practices for Writing Data Migration Scripts 🔗

Follow these general good practices when writing a data migration scripts.