From f32eacc82a4c28a451ca74ae0ea34e55e213151e Mon Sep 17 00:00:00 2001 From: Graham Herceg Date: Mon, 9 Dec 2024 15:00:10 -0500 Subject: [PATCH] Only one blob export needs to be run now --- docs/source/installation/migration/1-migrating-project.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/installation/migration/1-migrating-project.rst b/docs/source/installation/migration/1-migrating-project.rst index e5051705a4..f46b955951 100644 --- a/docs/source/installation/migration/1-migrating-project.rst +++ b/docs/source/installation/migration/1-migrating-project.rst @@ -122,7 +122,7 @@ will be unable to submit forms or sync with the server. run the data dumps. * ``./manage.py dump_domain_data `` - * ``./manage.py run_blob_export --all `` + * ``./manage.py run_blob_export `` .. note:: It is important to have the commit hash that ``dump_domain_data`` and ``run_blob_export`` were run from. If @@ -160,7 +160,7 @@ will be unable to submit forms or sync with the server. should have been provided in Step 1. This ensures the database will be migrated to the same state it was in when the data was dumped. -* Import the dump files (each blob file will need to be imported individually) +* Import the dump files * ``./manage.py load_domain_data `` * ``./manage.py run_blob_import ``