Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

(CE) Openupgrade 11 --> 12 Manual Migration

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
migrationmigrateopenupgrade
5 Antwoorden
14377 Weergaven
Avatar
Anatole

Hello,

As explained in this issue:
https://www.odoo.com/fr_EN/forum/aide-1/question/openupgrade-11-12-ce-no-longer-possible-150878
It is no longer possible to use the script migrate.py if openupgrade to upgrade from version 11 to version 12 of odoo.


Do you know how to use openupgrade without this script ?

Scipt removal commitment: https://github.com/OCA/OpenUpgrade/commit/079b84ccd2f045a94476546a4d1fdec1fd1d5745#diff-d6c5855a62cf32a4dadbc2831f0f295f

1
Avatar
Annuleer
Avatar
faOtools
Beste antwoord

I think, your statement that OpenUpgrade doesn't work any more is not correct. The accepted answer in the referred question is a mistake.

The script 'migrate.py' is obsolete and it is stated in the documentation. This script was just to simplify. However, the system itself works: checked it about 2 months ago. The coverage is not full, but for now 11>12 is more or less Okay.

The point is in your understanding of OpenUprgade. OpenUpgrade is the Odoo code with migration scripts inside each module. As soon as you launched this code with your old database, it is updated to the newer version and simultaneously, migration is done (fields are converted, data is removed).

As for alternatives:

  1. You can ask Odoo to migrate your database (surely for remuneration)

  2. You can export/import tables (really time-consuming and error-prone)

  3. You can fix the errors manually by yourself as you launched the database on the newest code (requires much in understanding Odoo and much time)

There is no big sense to duplicate OpenUpgrade features. The result might be not better, but costs would be significant.

How to use OpenUpgrade

Follow the steps stated in the 'Manual migration': https://doc.therp.nl/openupgrade/migration_details.html. If to simplify: 

  1. Clone OpenUpgrade of the version you want to migrate (e.g. 12.0)

  2. Make your database backup (e.g. of the version 11)

  3. Launch Odoo using OpenUpgrade code (as you launch it with just Odoo code) and with your database (-d [Your Database])

  4. Follow logs > fix errors and process warnings; re-launch if something is changed.

  5. If everything is fine, the updated database is a migrated one. Launch standard Odoo for this database (I recommend to do so with updating base or all modules)

3
Avatar
Annuleer
Levi Bensley

At what point would you use the -d argument? my odoo servers have always started up automatically

Avatar
Era Group LTD. CO.
Beste antwoord

Still, the instructors are not clear enough!

Would you please explain steps with example

thanks,

0
Avatar
Annuleer
Avatar
Anatole
Auteur Beste antwoord

Hello Odoo tools,

I can't comment, so I'll answer you here.
Thank you for taking the time to respond.
You're right, the answer to the other question has been modified.

You're right again in the sense that I don't fully understand OpenUpgrade. I don't know how to use this code because i think the documentation doesn't seem precise enough to use it. The script allowed to do this simply but without it how to do it to migrate? It is necessary to execute the "end-migration.py" script for all modules? If so, is there a specific order? Are there any detailed explanations and instructions to follow to carry out such an operation?

Thank you in advance, have a good day.
Anatole

0
Avatar
Annuleer
faOtools

Anatole, I updated my answer with basic hints how to use OpenUpgrade.

Anatole
Auteur

Thank you for that answer, I'll look precisely into it later.

This is already helping.

Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
Asset Management migration V12.0 to new versions
migration openupgrade
Avatar
0
mei 23
3097
How to set up 2 OpenUpgrade Servers Opgelost
migration openupgrade
Avatar
1
aug. 19
5364
Migration Saas to On Promise ? Opgelost
migration migrate
Avatar
Avatar
2
jul. 18
7116
Error openupgrade hr module
migration openupgrade
Avatar
Avatar
1
mrt. 15
6419
Detailed instruction for migrating Odoo (8->12) with OpenUpgrade Opgelost
migration migrate odooV8 openupgrade odoo12
Avatar
Avatar
Avatar
7
dec. 23
21777
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now