Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3086 Vistas

i had odoo 13 installed on my vm based on ubuntu 18.04, but after upgrading to 20.04 then odoo doesn't work even the odoo service is running 

the log file shows :

2023-04-16 11:54:46,863 6078 INFO ? odoo.service.server: Initiating shutdown
2023-04-16 11:54:46,863 6078 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown.


some help please.

Avatar
Descartar

It's possible that the upgrade to Ubuntu 20.04 has caused some issues with Odoo. Here are a few steps you can take to troubleshoot the issue:

  1. Check the Odoo service status:

    sudo systemctl status odoo
    

Check the Odoo log file:

sudo tail -f /var/log/odoo/odoo-server.log

This will show you the most recent log entries for the Odoo server. Look for any error messages that might explain why the server is shutting down.

Check the PostgreSQL database:

This will give you access to the PostgreSQL command prompt. Check that the Odoo database is still there and that the Odoo user has the correct permissions.

sudo -u postgres psql

If none of these steps help, you may need to try reinstalling Odoo or restoring from a backup. It's also possible that there are issues with other software on the system that are causing conflicts with Odoo.

Mejor respuesta

Hi,

Try to start/restart the odoo service again and monitor the odoo log and see if there is any usefull information.

Thanks

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
dic 24
4393
1
nov 24
3169
2
abr 23
18152
1
mar 23
2428
4
ago 24
24260