This question has been flagged
3 Replies
3294 Views

Hi all.

I'm looking for someone to help to restart my odoo 11 Enterprise on a ubuntu server. I don't know how to access the server for a application restart of odoo - it is down. 

Some suggestion to find a solution within the next hours?

Thanks for any ideas. 

Avatar
Discard
Best Answer

just reboot your server using :

sudo reboot

or restart the service using:

sudo systemctl restart odoo

Avatar
Discard
Best Answer

Hi,

You can login to server(hope you have got credential's in hand), then you have to find the service name given, most commonly seen as odoo-server or you can get it from the corresponding path or you can check in the previous command history.

to stop the service:

sudo service service_name stop


To start:

sudo service service_name start


Or you can simply reboot the server which will restart all the service.


Thanks

Avatar
Discard
Best Answer

Thank you. 

Found someone who could connect and restart. 

Happy weekend everyone!

Avatar
Discard