Trace: httpd_aix update_odoo

Update odoo

  • Activar modo desarrollador
  • Borrar los cronjobs
  • Cerrar sesiones del POS
  • Bajar odoo
  • Bajar postgres
  • Hacer backup o snapshot
  • Git del repositorio
  • Actualizar databases
  • Marcar pedidos viejos:
UPDATE public.pos_order SET state_tributacion = 'invalido' WHERE state_tributacion is null;
  • Configurar secuencias del POS
  • Configurar los workers:

/etc/odoo/odoo.conf

workers = 2
longpolling_port = 8072
  • Subir postgres y odoo
  • Hacer facturas y tiquetes electronicos
update_odoo.txt · Last modified: 2019/07/20 05:15
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain