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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
4555
Views
So I use in debian:
$ sudo su postgres
# psql
DROP DATABASE xml;
DROP DATABASE test;
All odoo database and works.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Nov 24
|
1486 | ||
|
1
Nov 24
|
1195 | ||
|
2
Sep 24
|
1047 | ||
Update stock quantity
Solved
|
|
1
Aug 24
|
2455 | |
|
3
Aug 24
|
2687 |
simplest way is to drop the db and create new one