I have tried to upgrade from version 2 (my last update was on september 2012) and it fails with lot of errors, then finally I tried to install a fresh installation of version 3 yesterday and it was successfull, but I need to restore my old data from version 2 is it possible or I have to do that manually table by table ?
Thanks.
–
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
I have tried to upgrade from version 2 (my last update was on september 2012) and it fails with lot of errors, then finally I tried to install a fresh installation of version 3 yesterday and it was successfull, but I need to restore my old data from version 2 is it possible or I have to do that manually table by table ?
Thanks.
–
You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.
Executing patches.october_2012.fix_wrong_vouchers in erpnextdb33
Success
Executing patches.october_2012.remove_old_customer_contact_address in erpnextdb33
Success
Executing patches.october_2012.company_fiscal_year_docstatus_patch in erpnextdb33
Success
Executing patches.october_2012.update_account_property in erpnextdb33
Traceback (innermost last):
File “/var/www/erp/erpnext/lib/webnotes/modules/patch_handler.py”, line 74, in execute_patch
webnotes.get_method(patchmodule + “.execute”)()
File “app/patches/october_2012/update_account_property.py”, line 14, in execute
where lft > %(lft)s and rgt < %(rgt)s"“”, acc, debug=1)
File “/var/www/erp/erpnext/lib/webnotes/db.py”, line 120, in sql
raise e
ProgrammingError: (1064, “You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘update tabAccount set debit_or_credit = ‘Debit’, \n\t\t\tis_pl_account = ‘No’, compa’ at line 1”)
Executing patches.october_2012.fix_wrong_vouchers in erpnextdb33
Success
Executing patches.october_2012.remove_old_customer_contact_address in erpnextdb33
Success
Executing patches.october_2012.company_fiscal_year_docstatus_patch in erpnextdb33
Success
Executing patches.october_2012.update_account_property in erpnextdb33
Traceback (innermost last):
File "/var/www/erp/erpnext/lib/webnotes/modules/patch_handler.py", line 74, in execute_patch
webnotes.get_method(patchmodule + ".execute")()
File "app/patches/october_2012/update_account_property.py", line 14, in execute
where lft > %(lft)s and rgt < %(rgt)s""", acc, debug=1)
File "/var/www/erp/erpnext/lib/webnotes/db.py", line 120, in sql
raise e
ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'update tabAccount set debit_or_credit = 'Debit', \n\t\t\tis_pl_account = 'No', compa' at line 1")