eNMS-automation / eNMS

An enterprise-grade vendor-agnostic network automation platform.

Home Page:https://www.enms.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial DB credential example data population fails. (mariadb / postgresql)

jpvrenen opened this issue · comments

When using postgresql the initial population with all the test/example data fails. It appears the 'credential' tabel does not get populated but is referenced in another import statement.

Tested this with the default sqlite DB and this works fine.

Seems as if the import for postgresql is not working for the 'credential' table.

This also seems the case for mariadb, credential table not filled on initial loading of example data.

As a workaround:
We did an export of the data using sqlite and imported this into mariadb.

I have the same problem. I tried with MariaDB and Mysql. Both have the issue.