Skip to content

Commit

Permalink
Only one blob export needs to be run now
Browse files Browse the repository at this point in the history
  • Loading branch information
gherceg committed Dec 9, 2024
1 parent 38fa4ac commit f32eacc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/installation/migration/1-migrating-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ will be unable to submit forms or sync with the server.
run the data dumps.

* ``./manage.py dump_domain_data <domain_name>``
* ``./manage.py run_blob_export --all <domain_name>``
* ``./manage.py run_blob_export <domain_name>``

.. note::
It is important to have the commit hash that ``dump_domain_data`` and ``run_blob_export`` were run from. If
Expand Down Expand Up @@ -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 <filename.zip>``
* ``./manage.py run_blob_import <filename.tar.gz>``
Expand Down

0 comments on commit f32eacc

Please sign in to comment.