File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/content/en/open_source/upgrading Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ The switch to `django-pghistory` provides several advantages:
3030
3131### Migration Notes
3232
33- - A one-time data migration will take place to populate the ` django-pghistory ` tables with the initial snapshot of the tracked models.
33+ - A one-time data migration will take place to "backfill" the ` django-pghistory ` tables with the initial snapshot of the tracked models.
3434- The migration is designed to be fail-safe: if it fails for some reason, it will continue where it left off.
35- - The migration can also be performed up front via
35+ - If it fails completely or for any other reason you want to trigger it manually, you can do so via:
3636 - ` docker compose exec uwsgi bash -c "python manage.py pghistory_backfill_fast" ` , or
3737 - ` docker compose exec uwsgi bash -c "python manage.py pghistory_backfill_simple" ` , or
3838 - ` docker compose exec uwsgi bash -c "python manage.py pghistory_backfill" `
You can’t perform that action at this time.
0 commit comments