Hello, how can I back up odoo database from server and restore it to my personal computer using pgadmin?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
Hi,
In the current case, you can directly restore the database from the UI or use terminals
If you restore the dump dile try this code in your terminal
$sudo su postgres
$createdb -O [Owner] [database_name]
$psql [database_name]
dump:
$sudo su postgres
$createdb -O [Owner] [database_name]
$pgrestore -d [database_name] [dumpfile_name].dump
for more reference you can refer to the Blog :
https://www.cybrosys.com/blog/how-to-restore-a-database-in-odoo-15-erp
automatic datarestore-
https://www.cybrosys.com/blog/how-to-setup-automatic-database-backup-in-odoo-15
Hope it helps
The reason of using pgadmin is because:
1. Im bad at code
2. my odoo server is error and no one know how to resolve it.
So, if i use pgadmin, i just need to right-click the database, create backup using .tar file, right?
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 5 21
|
2432 | ||
|
3
thg 3 15
|
8377 | ||
|
0
thg 3 24
|
1307 | ||
|
1
thg 3 24
|
7943 | ||
|
4
thg 12 17
|
5228 |