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
i am currently migrating my ninja-project to run with:
Ubuntu Server 20.04 LTS
Postgres (PostgreSQL) 12.2 (Ubuntu 12.2-4)
ninja framework 6.6.1
but I am getting an error,
2020-06-25-20:34:27.493 [main] INFO o.f.c.i.license.VersionPrinter - Flyway Community Edition 5.2.4 by Boxfuse2020-06-25-20:34:27.555 [main] INFO o.f.c.i.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/XXX (PostgreSQL 12.2)2020-06-25-20:34:27.570 [main] WARN o.f.c.i.database.base.Database - Flyway upgrade recommended: PostgreSQL 12.2 is newer than this version of Flyway and support has not been tested.
ninja.lifecycle.FailedStartException: org.flywaydb.core.internal.exception.FlywaySqlException: Unable to clean schema "public"-------------------------------SQL State : 42703Error Code : 0Message : ERROR: column pg_proc.proisagg does not exist Hint: Perhaps you meant to reference the column "pg_proc.prolang". Position: 54
Hi,
i am currently migrating my ninja-project to run with:
Ubuntu Server 20.04 LTS
Postgres (PostgreSQL) 12.2 (Ubuntu 12.2-4)
ninja framework 6.6.1
but I am getting an error,
please refer to:
The flyway-documentation says, that the current version supports posgtresql version 12:
https://flywaydb.org/documentation/database/postgresql
Question:
Thanks in advance and best regards :-)
The text was updated successfully, but these errors were encountered: