Git Product home page Git Product logo

Comments (2)

hbrunn avatar hbrunn commented on August 25, 2024

What migrate.py hides from you is that for every version, you have to call openupgrade separately. That's why you should see also folders for 6 and 6.1 in your temp directory. What you currently do is to run the migration for 7.0 on a 5.0 database, that's not going to work.

But on the other hand, I'm not sure what you expect the migration process to do with your custom modules. If you didn't write any migration scripts for them yourself, nothing will happen. Probably it will be enough to use your migrated database from the first step and install your new modules there?

from openupgrade.

Elchrif avatar Elchrif commented on August 25, 2024

Hi,
plz i want to migrate the database from 6.1 to 8, using the file migrate.py, but i don't know the steps to execute the migrate.py, ple help me

from openupgrade.

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.