Anyone have a step-by-step procedure so I can copy my database(s) to a different computer? I tried to use PostgresSQL PGAdmin method but it gives me an error saying it's an invalid file. I can't see exactly how to do it using the tools within Openerp. I think this would be the better method if it were possible, but ANY method that works would be appreciated. Thank you for being helpful.
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ờ
Backup databases:
1. openerp login screen click [Manage Databases]
2. under Database Management click [Backup]
3. choose your database / password ( default admin) then click on [Backup]
Copy all database backup files to new computer
Restore databases:
1. openerp login screen click [Manage Databases]
2. under Database Management click [Restore]
3. choose your database file / enter password ( default admin) name your database then click on [Restore]
When you say « Copy all database backup files to new computer », which files are you talking about? Can you give me a path? Thanks
If you have a problem with "database manager" method, you can try with this:
DUMP DataBase from source server:
pg_dump -f oe-mydatabase_backup.sql mydatabase_name
RESTORE on destination server:
psql -f mydatabase_backup.sql mydatabase_name
You need remember if have a custom addons then need copy the server files.
Hi I tried the procedure mentioned above for restoring from a ubuntu server system to another ubuntu backup system but it shows error I am unable to restore backup taken from server.
can any one help in guiding me to restore the data
I am using odoo 9.0 on a ubuntu server 16.0.1
any help would be thankfull.
sorry I don't have enough karma to comment so I am posting here
Thank you very much. I was successful.
I can't see how to close this question, so if any board admin will do it thank you very much.
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 25
|
2054 | ||
|
0
thg 7 25
|
1694 | ||
|
2
thg 11 24
|
7046 | ||
|
2
thg 10 24
|
3880 | ||
|
2
thg 8 24
|
2177 |
Someone with karma please close?