Skip to content

Commit f073c52

Browse files
committed
added a note about the snapshot data migration in 0.7.0
1 parent 1cb87e7 commit f073c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Added site config for homepage_snippet and search_enabled
1212

1313
*Upgrade notes*:
14-
- Upgrading to 0.7.0 changes to how snapshots are stored and hence requires a snapshot data migration
14+
- Upgrading to 0.7.0 changes how snapshots are stored. The snapshot data is moved from a postgres json field to an external file. The migration is a normal django data migration and runs in the django database migration process (./manage.py migrate). The snapshot data json field will be removed in a future a release.
1515
- For local development symlinking the current nginx configuration is recommended (see README.md for details)
1616

1717
### 0.6.2

0 commit comments

Comments
 (0)