Skip to Content
Menu
This question has been flagged
1 Reply
4555 Views

I don't want to have to reinstall everything. I have an error on the server where odoo does not run. It is a database (xml) which gives me the error. So I want to restart everything. Is it possible to do it without entering web / database / manager?

Avatar
Discard

simplest way is to drop the db and create new one

Author Best Answer

So I use in debian:

$ sudo su postgres 

# psql

DROP DATABASE xml;

DROP DATABASE test; 


All odoo database and works. 


Avatar
Discard
Related Posts Replies Views Activity
1
Nov 24
1486
1
Nov 24
1195
2
Sep 24
1047
1
Aug 24
2455
3
Aug 24
2687