frappe.patches.4_0.update_datetime: failed: STOPPED

I am trying to update erpnext by ruuning
./scripts/update.sh


I am getting this error on running the above command

frappe.patches.4_0.update_datetime: failed: STOPPED
Traceback (most recent call last):
  File "/root/erpnext-bench/env/bin/frappe", line 9, in <module>
    load_entry_point('frappe==4.0.0-beta', 'console_scripts', 'frappe')()
  File "/root/erpnext-bench/apps/frappe/frappe/cli.py", line 38, in main
    return run(fn, args)
  File "/root/erpnext-bench/apps/frappe/frappe/cli.py", line 79, in run
    out = globals().get(fn)(**args)
  File "/root/erpnext-bench/apps/frappe/frappe/cli.py", line 63, in new_fn
    return fn(*args, **new_kwargs)
  File "/root/erpnext-bench/apps/frappe/frappe/cli.py", line 360, in latest
    frappe.modules.patch_handler.run_all()
  File "/root/erpnext-bench/apps/frappe/frappe/modules/patch_handler.py", line 27, in run_all
    raise PatchError(patch)
frappe.modules.patch_handler.PatchError: frappe.patches.4_0.update_datetime
ro...@vertaxf4:~/erpnext-bench#



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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 erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/82572811-6dc9-463f-9651-d6b36a9b72cf%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

We've moved to mariadb. Installing mariadb will fix this.

On Apr 21, 2014 5:27 PM, "keshav vats" <ke...@gmail.com> wrote:
I am trying to update erpnext by ruuning
./scripts/update.sh


I am getting this error on running the above command

frappe.patches.4_0.update_datetime: failed: STOPPED
Traceback (most recent call last):
File "/root/erpnext-bench/env/bin/frappe", line 9, in <module>
load_entry_point('frappe==4.0.0-beta', 'console_scripts', 'frappe')()
File "/root/erpnext-bench/apps/frappe/frappe/cli.py", line 38, in main
return run(fn, args)
File "/root/erpnext-bench/apps/frappe/frappe/cli.py", line 79, in run
out = globals().get(fn)(**args)
File "/root/erpnext-bench/apps/frappe/frappe/cli.py", line 63, in new_fn
return fn(*args, **new_kwargs)
File "/root/erpnext-bench/apps/frappe/frappe/cli.py", line 360, in latest
frappe.modules.patch_handler.run_all()
File "/root/erpnext-bench/apps/frappe/frappe/modules/patch_handler.py", line 27, in run_all
raise PatchError(patch)
frappe.modules.patch_handler.PatchError: frappe.patches.4_0.update_datetime
ro...@vertaxf4:~/erpnext-bench#



Note:



If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.



    End of Note



    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 erpnext-developer-forum+un…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/82572811-6dc9-463f-9651-d6b36a9b72cf%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

thanks erp updated sucessfully


On Monday, April 21, 2014 5:27:00 PM UTC+5:30, keshav vats wrote:
I am trying to update erpnext by ruuning
./scripts/update.sh


I am getting this error on running the above command

frappe.patches.4_0.update_datetime: failed: STOPPED
Traceback (most recent call last):
  File "/root/erpnext-bench/env/bin/frappe", line 9, in <module>
    load_entry_point('frappe==4.0.0-beta', 'console_scripts', 'frappe')()
  File "/root/erpnext-bench/apps/frappe/frappe/cli.py", line 38, in main
    return run(fn, args)
  File "/root/erpnext-bench/apps/frappe/frappe/cli.py", line 79, in run
    out = globals().get(fn)(**args)
  File "/root/erpnext-bench/apps/frappe/frappe/cli.py", line 63, in new_fn
    return fn(*args, **new_kwargs)
  File "/root/erpnext-bench/apps/frappe/frappe/cli.py", line 360, in latest
    frappe.modules.patch_handler.run_all()
  File "/root/erpnext-bench/apps/frappe/frappe/modules/patch_handler.py", line 27, in run_all
    raise PatchError(patch)
frappe.modules.patch_handler.PatchError: frappe.patches.4_0.update_datetime
ro...@vertaxf4:~/erpnext-bench#



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    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 erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/086c8080-9293-4368-bc49-af8f67611c08%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.