Track changes on migrations or update more regularly
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3505722. --> Reported by: [fjgarlin](https://www.drupal.org/user/2495842) Related to !20 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>As seen on the parent issue, updates on source are not reflected on destination unless we run the migrations with the <code>--update</code> flag.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Consider using the <code>track_changes</code> flag (<a href="https://www.drupal.org/docs/8/api/migrate-api/migrate-source-plugins/overview-of-migrate-source-plugins#s-migrate-api-track-changes-option">https://www.drupal.org/docs/8/api/migrate-api/migrate-source-plugins/overview-of-migrate-source-plugins#s-migrate-api-track-changes-option</a>) or run the migrations with the <code>--update</code> flag more often.</p> > Related issue: [Issue #3496549](https://www.drupal.org/node/3496549)
issue