Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-10 Thread Alexei Peters
Thanks Joel, I think Ryan updated the documentation to reflect that. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Mon, Apr 10, 2017 at 12:01 PM, Joel Aldor wrote: > Thank you very much Alex. Now I got the Arches v4 dev

Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-10 Thread Joel Aldor
Thank you very much Alex. Now I got the Arches v4 dev environment up and running! However I noticed that I got this error when importing business data. (ENV) ubuntu@ARCHESv4PROD:~/Projects/arches$ python manage.py packages -o import_business_data -s

Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-10 Thread Alexei Peters
Hi Joel, The name of the file has changed actually. Instead of dropdowns.rdf it's now "arches_concept_collections.rdf". I've updated the wiki to reflect the change. You should be able to run the following command now. *python manage.py packages -o import_reference_data -s

Re: [Arches] Re: Using Arches Designer in v4

2017-04-10 Thread Alexei Peters
Sorry, that's right, we recently upgraded to 9.6 (required for spatial clustering) Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Mon, Apr 10, 2017 at 10:20 AM, Adam Cox wrote: > Hi Alexei, Arches actually requires 9.6, as far as I've

Re: [Arches] Cannot import sample dropdowns reference data for Arches v4 dev

2017-04-10 Thread Alexei Peters
Hi Joel, That file needs to be fixed. It was messed up recently and just hasn't been fixed. I"ll make sure that gets fixed today. Cheers, Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Fri, Apr 7, 2017 at 9:02 PM, Joel Aldor wrote: >

Re: [Arches] Re: Using Arches Designer in v4

2017-04-10 Thread Adam Cox
Hi Alexei, Arches actually requires 9.6, as far as I've understood it (and how we currently have it documented). Scott, it is a postgres version issue that you're seeing, just as Alexei said. If you do need to have multiple postgres versions on your machine, that is fine, you'll just have to make

Re: [Arches] Re: Using Arches Designer in v4

2017-04-10 Thread Alexei Peters
Hi Scott, What version of Postgres are you running? Arches requires 9.5 Looking at the error it looks like db schema wasn't loaded properly because of a reference to a jsonb column. As far as I know, jsonb wan't available until Postgres 9.4 Just so you know, you can run multiple versions of