콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
3184 화면

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
4473
1
11월 24
3247
2
4월 23
18280
1
3월 23
2480
4
8월 24
24374