-
Hello,
I am trying to use the pecan VM version 1.4 to run ED on an area that it's outside the sites already included, so I would like to login ubuntu but the user/password combination "pecan" does no…
-
Should have a bety entry as well as fia entry.
```
...
...
...
```
-
In updating bety on psql-pecan.bu.edu I got the following errors in the migration
PG::NotNullViolation: ERROR: column "modeltype_id" contains null values
: ALTER TABLE "pfts" ALTER "modeltype_id" SE…
-
I've been noticing that if there's any error in the load.bety.sh database sync (non-conforming schemas, tables with invalid values) that the script doesn't clean up after itself, but instead just leav…
-
If more than one pft has the same name but different models, the queries break.
For example, there are three pfts named "populus"
``` sh
cd tests
sed -i 's/salix/populus/g' pecan.biocro.xml
./workl…
-
At this point, PEcAn integration tests are failing because of the new geometry columns in BETYdb.
When you run the integration tests, this is the error:
> 2014-08-22 20:04:59 SEVERE [check.settings]…
-
It would be convenient for Bety developers if the database dump created not only user "carya" (with administrative permissions), but also other users with lesser permissions--perhaps all 16 combinatio…
-
With pull request https://github.com/PecanProject/bety/pull/96 bety now has a geometry column that can be used to store any geometry shape. We should start with just getting a point from the table for…
-
Redmine : https://ebi-forecast.igb.illinois.edu/redmine/issues/2191
Creator : !mdietze
Created : 2014-06-10T13:30:22Z
---
Right now the DB sync coming out of ebi-forecast is exporting the "carya" …
-
By default dump.bety.sh will make an admin user called carya on all machines that copy the database from EBI. By default all users that are copied should become guest users with no privileges, but in …