You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jpvrenen
changed the title
Postgres: initial db population fails when using postgres DB ('credential' table)
Postgresql: initial db population fails when using postgresql DB ('credential' table)
Dec 23, 2022
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.
jpvrenen
changed the title
Postgresql: initial db population fails when using postgresql DB ('credential' table)
Initial DB credential example data population fails. (mariadb / postgresql)
Jan 2, 2023
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.
The text was updated successfully, but these errors were encountered: