-
Hello again @robkooper and @dlebauer, @Viskari and I were finally able to get everything operating properly (I think) after overhauling the gcc/gfortran dn openmpi libs then re-compiling everything us…
-
In the RHEL documentation for PostgreSQL it is listed that the correct config for the pg_hba.conf file is:
In this file, you will see a line like this local all all peer Assuming this is a fresh inst…
-
Per an offline discussion with @mdietze and @ankurdesai , it would be good to have the space-saving option to delete the raw model outputs after they've been converted to netcdf. For example, if runni…
-
Hello,
I was trying to run pecan on the TEST server with ED2 that has been checked to work and with bety pft databases temperate.Late_Hardwood.optics and temperate.North_Mid_Hardwood.optics. It loa…
-
Will use ~/.pecan.xml to store this information. This file is the same as a regular pecan.xml file but only the database information will be used. Any information specified here will only be used if t…
-
Constraints on species table does not allow to remove rows first to get them to update. This should be replaced with a complex upsert, which will update rows coming from the remote site, insert missin…
-
This should make documentation easier, current, and more accurate. Our current options are to generate the ER diagrams by hand and export other metadata from SQL using workbench, phpmyadmin, schemaspy…
-
When loading the database into a version of BETY with the current constraints it fails:
```
Loading pfts_species : ERROR: insert or update on table
"pfts_species" violates foreign key …
-
Error: can't find - libjson-c.so.2
ERROR: must be owner of extension plpgsql
ERROR: permission denied to create extension "postgis"
HINT: Must be superuser to create this extension.
ERROR: extens…
-
To be able to sync correctly we need an ID field to know who added that specific row in many-many relationship tables. For example pfts_species can have pfts that are added by BU with species added at…