How to update configuration changes one database to other database

Asked by KAKA1.2

I am working in openErp in Local machine .Can i update changes directly to the server ?
Please give me a sggestion..

Question information

Language:
English Edit question
Status:
Answered
For:
OpenERP Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#1

Hello satheesh,

If you have done the changes in code (which is used in server) then you can update the changes in any database you have created in your local machine.

You can manually update those module from Administration/Modules Management/Modules menu.
or you can update your complete database by using following command in server terminal in linux:

./openerp-server.py --addons-path=../../addons-5.0.6/ -u all -d <dbname>.

Hope this will help you.
Thanks.

Revision history for this message
KAKA1.2 (satheesh) said :
#2

I am using windows machine as local ,then I want to update data base changes from local windows machine to our Server windows machine.Server is production server ,it is currently using for sales and purchase transaction.So I want to update Configuration changes only ,Example If I create new fied partner_area in res_partner table in local machine and these changes to update the server..........

Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#3

Hello satheesh,

Simply take the backup of your database from local machine.Using menu File =>Database =>Backup.
Take this backup file and copy this into your server machine.Restore this database into the server from menu File => Database =>Restore Database.

Thanks.

Revision history for this message
KAKA1.2 (satheesh) said :
#4

No , Server is production server ,it is currently using for sales and purchase transaction,Only open erp database changes update to the server

Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#5

Hello satheesh,

What type of changes you had done in local system?
If you had done some changes in data then,you can export the csv from their and import it into you production server.
Thats only option you have currently.

Thanks.

Revision history for this message
KAKA1.2 (satheesh) said :
#6

I have changed in Erp using customize view functionality,some places label names are changed,some fields are added, these changes can update from local to server computer

Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#7

Hello satheesh,

You can use base_module_record module for taking backup changes.
Otherwise you need to done this changes directly in source code which is used in the production server.

Thanks.

Can you help with this problem?

Provide an answer of your own, or ask KAKA1.2 for more information if necessary.

To post a message you must log in.