Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

could not restore the database openerp

Odoberať

Get notified when there's activity on this post

This question has been flagged
databasemanagerpostgresqlubuntubackupopenerp
4 Replies
21115 Zobrazenia
Avatar
Madura

Hello, 
When I try to restored the backup database using "Database Manager" it shows error like this "Could not restore the database", So can anyone help me? I'm using OpenERP v8.
Thank You.

1
Avatar
Zrušiť
George Rodopoulos

Hello Madura. Did the backup came from a different installation than the one where you tried to restore the backup? If yes, can you pleas check what is the version referenced when you click "About" under your user name in the upper right corner for both installations?

Avatar
Amol Gangajaliwale
Best Answer

Madura,

I think your database size has gone big . Try these commands in terminal

For Restore   DB=new_database_name && createdb $DB && psql -d $DB < backup_database

For Backup   pg_dump --cluster 9.1/main --format=c old_database_name > new_database_name

Thanks

1
Avatar
Zrušiť
Avatar
Andres Rodriguez Guapacha
Best Answer

I just had the same issue, and it was, at least in my case, something very silly: I restored the database a second time, with the same name. The only thing is that after the first time, the information was not updated, that is, the new database didn't appear in other options, like the Drop, or the duplicate functionality. Only when I hit Refresh and went back to login, I could see the new DB in the list of options.

1
Avatar
Zrušiť
Avatar
Ben Bernard
Best Answer

I have similar problem with OpenERP 6.1. I don't know the problem. But when I want to restore database, I use postgresql client, like pgAdmin III, which is quite straight forward. Sometimes database dump in binary is also problematic, in this case I re-dump the database in SQL and then restore it.

1
Avatar
Zrušiť
Madura
Autor

Hi Ben Bernard, Thankx for the help, the way you tried, was it worked sucessfully?

Avatar
Koffi KPONOUGLO
Best Answer

Hi Madura,

I see you use the tag openerp7; so if you try to restore V7 database in V8 you will get this error.

Or if you try to restaure openerp8 database in odoo8 you'll get thus the same error.

 

1
Avatar
Zrušiť
Madura
Autor

Hi Koffi KPONOUGLO, Thank You for the help. as you told , The backup database I have which is from OpenERP v8 and planning to restore it in Odoo8, So any other way to do this ? Thank You.

George Rodopoulos

@Madura: OpenERP v8 and Odoo v8 is the same thing. Which exactly branch from github is used for the installation where the backup came from? Which exactly branch from github is used for the installation where the backup will be restored ?

Koffi KPONOUGLO

@Rodopoulos : OpenERP V8 and Odoo v8 are not the same thing. Database structure is not the same.

George Rodopoulos

@Koffi: That seems strange to me. I thought that after the previous version of OpenERP V7, OpenERP V8 would normally come out but in the meanwhile OpenERP was renamed to Odoo. So, I thought that OpenERP V8 is actually Odoo V8 which currently has status RC1 and can be found here: https://github.com/odoo/odoo/tree/8.0 . If what you say is true, where can I find the code for OpenERP V8 and what are the differences that cause a different database structure?

Koffi KPONOUGLO

@Rodopoulos : It is not strange it is normal. We are not talking about name OpenERP or name Odoo. We are talking about their database structure. I could say odoo v8 is a "new realise of openerp v8". all actual link i could propose you are updated so i can't give you a good link but if you want give me your email i can send you openerp8 et odoo 8 source code and you wil try to restore bdd between.

George Rodopoulos

@Koffi:OpenERP V7 existed but I've never heard of OpenERP V8. Where did you find it ? If it is not available now, when was it and where (if you have even a broken link, please send it) ? Do you currently have a running installation of OpenERP V8 ? If yes, what is the version mentioned when you click about.

Koffi KPONOUGLO

@Rodopoulos : Yes i have a running installation of OpenERP Version 8.0dev-20140416-230101. Search on the forum you will see i right. I have the code i am ok to send it to you.

George Rodopoulos

@Koffi: Thanks for the info. I finally found Version 8.0dev-20140416-230101 among other nightly builds of trunk here: http://nightly.openerp.com/trunk/nightly/src/ I think that this version is actually an Odoo V8 nightly build when it was still at dev status Alpha and just before changing references from OpenERP to Odoo. You can see the /openerp/release.py file at about that point of history in github here: https://github.com/odoo/odoo/blob/b2fc19045b5a4e337c62757679dd9761043badb8/openerp/release.py#L37 So, ok, the difference is not the name as you said too. The difference is the actual version/build/development status of the two installations.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrácia
Related Posts Replies Zobrazenia Aktivita
Incremental backup in 2024 ? (self hosted)
database postgresql backup
Avatar
0
jún 24
2432
OpenERP backup through openerp interface - infinite load time
database postgresql backup
Avatar
0
mar 15
5073
Installting OpenERP 7 - PostgreSQL issues
postgresql ubuntu openerp
Avatar
Avatar
1
mar 15
8539
Backup / Restore fails with Odoo 9 Solved
manager postgresql backup aws
Avatar
Avatar
2
jan 17
12155
How can I backup database Automatically Solved
database backup openerp automatically
Avatar
Avatar
Avatar
Avatar
4
mar 15
12509
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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