跳至內容
選單
此問題已被標幟
1 回覆
3095 瀏覽次數

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.

頭像
捨棄

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.

最佳答案

Hi,

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

Thanks

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
12月 24
4398
1
11月 24
3174
2
4月 23
18168
1
3月 23
2435
4
8月 24
24269