Skip to content

Commit

Permalink
add migration to example
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Jan 15, 2025
1 parent f59f597 commit a993eea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@ Run all exports and save all data in ``var/instance/``:
export_content(
portal_type=["Folder", "Document", "News Item", "File", "Image"], # only export these
include_blobs=2, # Export files and images as blob paths
download_to_server=True)
download_to_server=True,
migration=True)
other_exports = [
"export_relations",
Expand Down

0 comments on commit a993eea

Please sign in to comment.