Hi Joel, indeed, exporting the v3 resources is a crucial step in the migration process!!
I'm unable to look into this deeply right now but I have a feeling that this means you don't have the latest version of Arches 3, which is 3.1.2. When I can, I'll look back through the version history and see where that command was introduced. I'm the meantime, you could create a new virtual environment and explicitly install arches 3.1.2 into that environment with pip install arches==3.1.2 Then activate that new environment and try exporting again. This would leave your old env untouched. Adam On Sat, Apr 20, 2019, 6:23 AM Joel Aldor <[email protected]> wrote: > Hi all, > > We're supposed to migrate our v3 data into v4 this Easter weekend using > the instructions from this link > <https://arches.readthedocs.io/en/stable/exporting-v3-data/>, but we ran > into a problem. Apparently, our v3 instance doesn't have the > export_resources option when we execute this command: > > (ENV)ubuntu@PHMARCHES3PROD:~/Projects/phm2app$ python manage.py packages -o > export_resources -d v3fullexport.json > Usage: manage.py packages [options] > > manage.py: error: option -o: invalid choice: 'export_resources' (choose > from 'setup', 'install', 'setup_db', 'start_elasticsearch', > 'setup_elasticsearch', 'build_permissions', 'livereload', 'load_resources' > , 'remove_resources', 'load_concept_scheme', 'index_database', > 'export_resource_graphs') > > How can I export the business data from here? > > Thank you, > > Joel > > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
