Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jpvrenen opened this issue Dec 23, 2022 · 2 comments

Comments

@jpvrenen
Copy link

jpvrenen commented Dec 23, 2022

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.

@jpvrenen 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
@jpvrenen
Copy link
Author

jpvrenen commented Jan 2, 2023

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 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
@haithammog
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants