Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Conocimientos
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

OpenUpgrade from 15.0 to 16.0 : filestore missing files

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
filestoreOpenUpgrade
2 Respuestas
505 Vistas
Avatar
Boujraf Youssef

Dear All,

For some backup with filestore, when upgrading with OpenUpgrade, the file are missing.
When I check the file in filestore in the zip file, it doesn't exist?

Any Idea how to fix that ?
Is it during OpenUpgrade the filestore is copies in a wrong folder ?

Thanks to highlight my path.

Best Regards

0
Avatar
Descartar
Boujraf Youssef
Autor

Dear, 
Followed but maybe my question was unclear.

I have the backup (dump.sql, manifest.json, filestore folder) in a zip, when restored why filestore is not copied ?

Only DB is restored not the filestore.

Best Regards

Kunjan Patel

For same-version restore: Odoo UI automatically restores filestore from the backup ZIP - no manual steps needed.

For version upgrades (Odoo 15→16): UI restore won't work because it doesn't run OpenUpgrade migration scripts. Your manual process is correct: restore DB via psql, rsync filestore to new version path, then run OpenUpgrade.

Why manual for upgrades? OpenUpgrade must migrate the database schema before Odoo 16 can start. UI restore skips this step and would crash.

Boujraf Youssef
Autor

Dear


Thanks for the procedure.

The only way to restore my filestore in odoo 15.0 is :

# 1. Extract filestore from zip

unzip /tmp/database_with_filestore.zip -d /tmp/odoo_restore/

# 2. Sync filestore to Odoo path

rsync -av --progress /tmp/odoo_restore/filestore/* /opt/odoo/.local/share/odoo16.0/filestore/database_name/

# 3. Fix permissions

sudo chown -R odoo:odoo /opt/odoo/.local/share/odoo16.0/filestore/database_name/


I don't believe when we restore db through Odoo interface, the filestore is not restored as well ?


or the process is to do manually:

  1. Restore DB manually
  2. Restore Filestore manually
  3.  OpenUpgrade to make sure all data are migrated

Best Regards,

Avatar
Kunjan Patel
Mejor respuesta
Hello Boujraf Youssef
I Hope You are doing well,

Here is your Solution:
After restoring your backup, the filestore folder name must exactly match your database name.
​
Check your filestore location:
 ls ~/.local/share/Odoo/filestore/
​
 if the folder name doesn't match your database name, rename it:
 mv ~/.local/share/Odoo/filestore/old_db_name ~/.local/share/Odoo/filestore/your_actual_db_name

Set correct permissions:
chown -R odoo:odoo ~/.local/share/Odoo/filestore/your_actual_db_name/
chmod -R 755 ~/.local/share/Odoo/filestore/your_actual_db_name/
​
Restart Odoo:
sudo systemctl restart odoo

If that doesn't work:
  Use the Odoo Database Manager to restore instead of manual restore:
  1. Go to http://your-server:8069/web/database/manager
  2. Click Restore Database
  3. Upload your .zip backup
  4. Odoo will automatically place the filestore correctly
​
The issue is almost always that the filestore folder name doesn't match the database name after restore.
OpenUpgrade doesn't move/copy filestore - it only migrates database structure


Hope this information helps you.

Thanks & Regards,
Kunjan Patel

0
Avatar
Descartar
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Mejor respuesta

Hi,

Please refer to the link:

1. https://www.cybrosys.com/blog/how-to-upgrade-the-odoo-15-database-using-openupgrade

General migration tutorial with configuration and steps.


Hope it helps.

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
Upload Large File Store to Odoo.sh Resuelto
filestore
Avatar
Avatar
1
jul 25
7832
where is the filestore folder located on odoo 18
filestore
Avatar
Avatar
1
feb 25
5678
Clean up filestore
filestore
Avatar
Avatar
Avatar
Avatar
Avatar
5
oct 24
14156
where is filestore information saved in Odoo
filestore
Avatar
0
nov 23
6701
How to set up a Remote filestore directory in odoo.conf?
filestore
Avatar
0
mar 22
5513
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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