Code Monkey home page Code Monkey logo

Comments (4)

GMishx avatar GMishx commented on August 19, 2024 1

Hey @MsPs2014 , I have tested it with 15 and it works without any change.

from fossology.

GMishx avatar GMishx commented on August 19, 2024 1

I guess you are using containers here. You need to migrate the data before changing the engine version. You can use pg_upgrade or pg_upgradecluser if you are looking for in-place upgrades.

Or, you can use pg_dump to dump the data, drop the DB container, spin a new one for PG 15 and use pg_restore or psql to restore the data.

from fossology.

MsPs2014 avatar MsPs2014 commented on August 19, 2024

Hey @MsPs2014 , I have tested it with 15 and it works without any change.

I got this error
database files are incompatible with server
db-1 | 2024-03-12 10:33:30.807 UTC [1] DETAIL: The data directory was initialized by PostgreSQL version 9.6, which is not compatible with this version 15.6 (Debian 15.6-1.pgdg120+2).

from fossology.

MsPs2014 avatar MsPs2014 commented on August 19, 2024

it works :) thanks for your reply

from fossology.

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.