Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
8777 Lượt xem

We have inistalled odoo9 in  ubuntu 14.04 LTS server. In this server we have installed project mgmt module and working on this. Now from ubuntu 14.04 LTS server we have to take the database backup. So how can we take the database backup from ubuntu 14.04 LTS server. please let me know about this

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello Naveen,

Odoo provides the provision to take database backups. 

Go to this URL
<server_IP>:8069/web/database/manager 


you get a list of databases, from the right side we can take the backup of the DB.

If need you can go through this Link too. it will help you more.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You can do it using command line of postgres.
PATH : cd /var/lib/postgresql

Next Command : su postgres

Next : pg_dump databasename > filename.out

ex : pg_dump empdb > empdb123.out

ls -ltr = To check the latest backedup db.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 12 24
6046
3
thg 8 24
6900
4
thg 7 24
41207
5
thg 4 23
98965
3
thg 11 22
4328