Re: [Arches] Failed Initial Migration for Models

2016-08-22 Thread Alexei Peters
Hi Sajan, It looks like you're trying to run Arches by itself without a package. Arches requires a package to be installed before it can be run successfully. If you're just evaluating Arches, then the easiest way to get a package is to install arches_hip into your virtualenv.

Re: [Arches] Failed Initial Migration for Models

2016-08-22 Thread Sajan Maharjan
Hello Alexei First of all thanks for pointing out my mistake but i couldnt find any of this information in any of the documentation. That certainly solved the problem for the models migration. And i no longer see a need for migrations, But I am back to the same error I had earlier, for which

Re: [Arches] Failed Initial Migration for Models

2016-08-21 Thread Alexei Peters
Hi Sajan, If you're still using Arches v3 I would suggest that you stick with the v3 branch. https://github.com/archesproject/arches/tree/stable/3.x The latest in master is meant for v4 users and will require an upgrade to postgres 9.5 Both 9.3 and 9.5 can be run at the same time on the same

[Arches] Failed Initial Migration for Models

2016-08-20 Thread Sajan Maharjan
Here is the initial log for migration for models. The migration contains a field type 'jsonb' which is only supported by PostgreSQL 9.4, but ours runs on 9.3. Is there any solution for this? The system is running fine for now but we are missing the models migrations.