Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

How to move openerp from one server to another?

Subscriure's

Get notified when there's activity on this post

This question has been flagged
migrationtransferMigra
5 Respostes
22830 Vistes
Avatar
Mohit Madan

Hi,

 

we are in a bit of a situation here. We have an openerp 7 system on ubuntu but unfortuanely someone has installed rootkit on the server(IptabLex) on the server hence we need to move openerp to a different machine. 

 

Moving database is easy but how do I move the files?

 

any KB/tut available?

I look forward to your kind reply.

 

regards

1
Avatar
Descartar
Mohit Madan
Autor

@Atul, can you please tell me where are these addons located? I can simply zip the addon folder and wget it on the new server and extract it, right? I look forward to your kind reply.

Avatar
Atul Kumar jain
Best Answer

first move your addons (you can copy your openerp server directory to the another machine  )

 

then take take the backup from openerp or you can also take from postgresql

then restore it another machine through openerp or you can also restore it using postgresql

2
Avatar
Descartar
Avatar
Dennis Ndegwa
Best Answer

Our RAID 5 crushed due to an improper swap. So now I have to run Odoo on a windows machine as we wait for data recovery. The server was running on Ubuntu server 16.04.

I do daily backups on the web interface and have been trying to restore my latest backup.

I installed the same version of odoo on Windows (Odoo 10 enterprise) and tried to restore said database using the web interface but keep getting  "Database restore error:". The logs are not very useful on this one.

I went ahead to unzip the backup file. Managed to run psql to restore the dump.sql file via pgAdmin III to a newly created blank database. Copied the filestore folder to C:\Program Files (x86)\Odoo 10.0e\server\odoo because I am not sure where that is supposed to go and ignored manifest.json

I still get the dreaded 

Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.


How can I go about this? What am I missing?


0
Avatar
Descartar
Avatar
Senthilnathan
Best Answer

Take Dump of your db and install openerp on new server (along with ur modules) then restore the dump database in the new server

0
Avatar
Descartar
Avatar
Antonio M. Vigliotti
Best Answer

First you have to backup database, using postgresql tools. Postgresql and python must be present on destination server, and this means all dependecies, like wkhtmltopdf

Both servers must be the same directory tree. You must know OpenERP directory

 

Look at vim /etc/openerp-server.conf a find addons_path

You have to backup all directories of addons and restore them on destination server

I am afraid, at last, you should run setup.py install.

 

It is not simple.

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

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

Registrar-se
Related Posts Respostes Vistes Activitat
odoo module migration from version 14 to 16 Solved
migration
Avatar
Avatar
1
de maig 25
3074
Error Uncaught Promise > models[resModel][fieldName] is undefined MIGRATING
migration
Avatar
0
d’ag. 24
2951
Migrate data from Pilot Database to Prooduction
migration
Avatar
0
de set. 23
2119
Migrate CRM data from on-premise to Odoo Online
migration
Avatar
Avatar
1
de maig 23
3275
Version migration community best practice. Solved
migration
Avatar
Avatar
2
d’oct. 22
5868
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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