You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2021/02/23 16:14:00 UTC

[jira] [Closed] (ISIS-2539) SecMan: Seeding to Postgres DB has no effect

     [ https://issues.apache.org/jira/browse/ISIS-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber closed ISIS-2539.
----------------------------

> SecMan: Seeding to Postgres DB has no effect
> --------------------------------------------
>
>                 Key: ISIS-2539
>                 URL: https://issues.apache.org/jira/browse/ISIS-2539
>             Project: Isis
>          Issue Type: Bug
>          Components: Isis Persistence JDO
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M5
>
>
> We know seeding (w/ JDO) works for H2 in memory db, but it was not yet tested against other DB scenarios.
> Quick setup for testing against a postgres docker image:
> {noformat}
> docker run --name postgresql-container -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres:12
> {noformat}
> {noformat}
> spring.datasource.url=jdbc:postgresql://localhost:5432/db-name
> spring.datasource.driver-class-name=org.postgresql.Driver
> spring.datasource.username=postgres
> spring.datasource.password=postgres
> {noformat}
> pgAdmin 4 via docker
> {noformat}
> docker run --rm -p 5050:5050 thajeztah/pgadmin4
> {noformat}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)