Skip to content

Commit

Permalink
Merge pull request #6447 from dimagi/gh/docs/blob-dump
Browse files Browse the repository at this point in the history
Only one blob export needs to be run now
  • Loading branch information
gherceg authored Dec 9, 2024
2 parents 2d3d540 + f32eacc commit d38edcc
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 d38edcc

Please sign in to comment.