Giter Club home page Giter Club logo

Comments (5)

radtriste avatar radtriste commented on August 16, 2024

@cristianonicolai @wmedvede @ricardozanini looks like an issue with Flyway ?

from incubator-kie-kogito-examples.

radtriste avatar radtriste commented on August 16, 2024

cc @nmirasch

from incubator-kie-kogito-examples.

reillykw avatar reillykw commented on August 16, 2024

Add
%postgresql.quarkus.flyway.baseline-on-migrate=true
to application.properties and run
mvn clean package quarkus:dev -Pinfinispan

Running the service outside of docker will initialize the migrations for the database, which is what postgresql is missing here: the process_instances table

from incubator-kie-kogito-examples.

ricardozanini avatar ricardozanini commented on August 16, 2024

Yes, it seems a problem with Flyway. @nmirasch @tiagodolphine @wmedvede can you take a look?

from incubator-kie-kogito-examples.

ms9580 avatar ms9580 commented on August 16, 2024

Please download the DDL scipts file from https://repository.jboss.org/org/kie/kogito/kogito-ddl/1.43.0.Final/ which is mentioned on the documentation page https://docs.jboss.org/kogito/release/latest/html_single/#proc-infinispan-persistence-enabling_kogito-configuring.
In this zip file you will find DDL scripts for postgres in a separate folder named postgresql. Execute the script V1.35.0__create_runtime_PostgreSQL.sql in the same schema/database which is mentioned in the configuration.
This will resolve the error.
It seems that the DDLs in this script are not executed automatically.

Regards.

from incubator-kie-kogito-examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.