Dropbox Backup

Hi Guys,

I have setup my dropbox access_key and Secret in my siteconfig.json, and allowed dropbox to make backup daily. I can see that my app has created the erp folder + subfolder files, but it doesnt make the backup.

Can someone point me to where i need to debug?



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/ea49a41b-24ac-4ff5-9f32-5f89b6e48efd%40googlegroups.com.

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

On Mon, Jul 21, 2014 at 2:57 PM, Ulrik Tuemand u....@gmail.com wrote:

Hi Guys,

I have setup my dropbox access_key and Secret in my siteconfig.json, and
allowed dropbox to make backup daily. I can see that my app has created the
erp folder + subfolder files, but it doesnt make the backup.

Can someone point me to where i need to debug?

Is there an error recorded in the logs/worker.error.log file?

Thanks,

Pratik
erpnext

Hi,


Actually there is no log at all

Den mandag den 21. juli 2014 skrev Pratik Vyas <pd…@gmail.com>:

On Mon, Jul 21, 2014 at 2:57 PM, Ulrik Tuemand <u…@gmail.com> wrote:

> Hi Guys,

>

> I have setup my dropbox access_key and Secret in my siteconfig.json, and

> allowed dropbox to make backup daily. I can see that my app has created the

> erp folder + subfolder files, but it doesnt make the backup.

>

> Can someone point me to where i need to debug?

>



Is there an error recorded in the logs/worker.error.log file?



Thanks,



Pratik

erpnext





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 a topic in the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/08Kz_zVrLOs/unsubscribe.

To unsubscribe from this group and all its topics, 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/CAG8U0EmF27MATGTXJpg3DrAu9oCccPzVRAggFGNCsv24krsdwA%40mail.gmail.com.

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



--

Ulrik André Tuemand


TLF: 66192186

Mobil: 30307172

Mail: u....@gmail.com

Arbejdsmail: ul...@tdc.dk




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/CAJmXEC2WqjR4T0CXH8aF2t7PU5pGNe7CN4KZrZHJLzoOBAwiPQ%40mail.gmail.com.

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

On Mon, Jul 21, 2014 at 4:53 PM, Ulrik Tuemand u....@gmail.com wrote:

Hi,

Actually there is no log at all

Then, are you running the scheduler (ie. the celery worker and celery beat)?


Pratik
erpnext

Hi Praktik,

i haven't set up the scheduler, hence i have not found a lot of information on how to set it up.

On Monday, 21 July 2014 13:25:18 UTC+2, Pratik Vyas wrote:
On Mon, Jul 21, 2014 at 4:53 PM, Ulrik Tuemand <u....@gmail.com> wrote:
> Hi,
>
> Actually there is no log at all
>

Then, are you running the scheduler (ie. the celery worker and celery beat)?


--
Pratik
erpnext



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/e498027a-9ab8-456e-95af-2364b119c316%40googlegroups.com.

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

On Mon, Jul 21, 2014 at 4:58 PM, Ulrik Tuemand u....@gmail.com wrote:

Hi Praktik,

i haven’t set up the scheduler, hence i have not found a lot of information
on how to set it up.

Hi Ulrik,

The scheduler setup is automated.
If you run in development mode ie honcho start, scheduler is run
if you’re running in production mode ie with supervisor, scheduler is run

It is also possible that scheduler is disabled for you site, you can
enable it by running the following command from the sites directory.

../env/bin/frappe --enable_scheduler yoursitename

Thanks,

Pratik
erpnext

Hi Praktik,

I tried your suggestion, and i got the following response from terminal.

ul...@ulrik-desktop:~/frappe-bench$ ./env/bin/frappe --enable_scheduler [claytonpower
Traceback (most recent call last):

File "./env/bin/frappe", line 9, in <module>
load_entry_point('frappe==4.0.1', 'console_scripts', 'frappe')()
File "/home/ulrik/frappe-bench/apps/frappe/frappe/cli.py", line 49, in main

frappe.init(site, sites_path=sites_path)<br>  File &quot;/home/ulrik/frappe-bench/apps/frappe/frappe/__init__.py&quot;, line 113, in init<br>    setup_module_map()<br>  File &quot;/home/ulrik/frappe-bench/apps/frappe/frappe/__init__.py&quot;, line 476, in setup_module_map<br>

for app in get_all_apps(True):<br>  File &quot;/home/ulrik/frappe-bench/apps/frappe/frappe/__init__.py&quot;, line 404, in get_all_apps<br>    apps = get_file_items(os.path.join(sites_path, &quot;apps.txt&quot;), raise_not_found=True)<br>

File "/home/ulrik/frappe-bench/apps/frappe/frappe/init.py", line 489, in get_file_items
content = read_file(path, raise_not_found=raise_not_found)
File "/home/ulrik/frappe-bench/apps/frappe/frappe/init.py", line 505, in read_file

raise IOError(&quot;{} Not Found&quot;.format(path))<br>IOError: ./apps.txt Not Found<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-07-21 13:33 GMT+02:00 Pratik Vyas <span dir="ltr">&lt;<a href="mailto:pd...@gmail.com" target="_blank">pd...@gmail.com</a>&gt;</span>:<br>
On Mon, Jul 21, 2014 at 4:58 PM, Ulrik Tuemand <u....@gmail.com> wrote:

> Hi Praktik,

>

> i haven't set up the scheduler, hence i have not found a lot of information

> on how to set it up.

>


Hi Ulrik,

The scheduler setup is automated.
If you run in development mode ie `honcho start`, scheduler is run
if you're running in production mode ie with supervisor, scheduler is run

It is also possible that scheduler is disabled for you site, you can
enable it by running the following command from the sites directory.

```
../env/bin/frappe --enable_scheduler yoursitename
```

Thanks,
--
Pratik
erpnext

--
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 a topic in the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/08Kz_zVrLOs/unsubscribe.

To unsubscribe from this group and all its topics, 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/CAG8U0Ekw9bCrJob-5dDZ_c1gCQvmLj1sMPgUEYCcqYT81oXYOQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.



--

Ulrik André Tuemand


TLF: 66192186

Mobil: 30307172

Mail: u....@gmail.com

Arbejdsmail: ul...@tdc.dk



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/CAJmXEC2gmRWOd_U3_P1_zKhhXwrT8vqyK804G1CzcAMXPHpPhg%40mail.gmail.com.

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

On Mon, Jul 21, 2014 at 5:15 PM, Ulrik Tuemand u....@gmail.com wrote:

Hi Praktik,

I tried your suggestion, and i got the following response from terminal.

ul…@ulrik-desktop:~/frappe-bench$ ./env/bin/frappe --enable_scheduler
[claytonpower
Traceback (most recent call last):
File “./env/bin/frappe”, line 9, in
load_entry_point(‘frappe==4.0.1’, ‘console_scripts’, ‘frappe’)()
File “/home/ulrik/frappe-bench/apps/frappe/frappe/cli.py”, line 49, in
main
frappe.init(site, sites_path=sites_path)
File “/home/ulrik/frappe-bench/apps/frappe/frappe/init.py”, line 113,
in init
setup_module_map()
File “/home/ulrik/frappe-bench/apps/frappe/frappe/init.py”, line 476,
in setup_module_map
for app in get_all_apps(True):
File “/home/ulrik/frappe-bench/apps/frappe/frappe/init.py”, line 404,
in get_all_apps
apps = get_file_items(os.path.join(sites_path, “apps.txt”),
raise_not_found=True)
File “/home/ulrik/frappe-bench/apps/frappe/frappe/init.py”, line 489,
in get_file_items
content = read_file(path, raise_not_found=raise_not_found)
File “/home/ulrik/frappe-bench/apps/frappe/frappe/init.py”, line 505,
in read_file
raise IOError(“{} Not Found”.format(path))
IOError: ./apps.txt Not Found

Run it from the sites directory.

Thanks,

Pratik
erpnext

After switvhing to the sites directory and running the command in terminal output gives this:

ul...@ulrik-desktop:~/frappe-bench/sites/[claytonpower$ ./env/bin/frappe --enable_scheduler [claytonpower

bash: ./env/bin/frappe: no such file or catalog



2014-07-21 13:51 GMT+02:00 Pratik Vyas <pd…@gmail.com>:

On Mon, Jul 21, 2014 at 5:15 PM, Ulrik Tuemand <u....@gmail.com> wrote:

> Hi Praktik,

>

> I tried your suggestion, and i got the following response from terminal.
>
> ul...@ulrik-desktop:~/frappe-bench$ ./env/bin/frappe --enable_scheduler
> [claytonpower
> Traceback (most recent call last):
> File "./env/bin/frappe", line 9, in <module>
> load_entry_point('frappe==4.0.1', 'console_scripts', 'frappe')()
> File "/home/ulrik/frappe-bench/apps/frappe/frappe/cli.py", line 49, in
> main
> frappe.init(site, sites_path=sites_path)
> File "/home/ulrik/frappe-bench/apps/frappe/frappe/__init__.py", line 113,
> in init
> setup_module_map()
> File "/home/ulrik/frappe-bench/apps/frappe/frappe/__init__.py", line 476,
> in setup_module_map
> for app in get_all_apps(True):
> File "/home/ulrik/frappe-bench/apps/frappe/frappe/__init__.py", line 404,
> in get_all_apps
> apps = get_file_items(os.path.join(sites_path, "apps.txt"),
> raise_not_found=True)
> File "/home/ulrik/frappe-bench/apps/frappe/frappe/__init__.py", line 489,
> in get_file_items
> content = read_file(path, raise_not_found=raise_not_found)
> File "/home/ulrik/frappe-bench/apps/frappe/frappe/__init__.py", line 505,
> in read_file
> raise IOError("{} Not Found".format(path))
> IOError: ./apps.txt Not Found
>
>
>

Run it from the sites directory.

Thanks,
--
Pratik
erpnext

--
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 a topic in the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/08Kz_zVrLOs/unsubscribe.

To unsubscribe from this group and all its topics, 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/CAG8U0E%3DoZ2VODP45hcsYaua%2BLkb%3DeDRn-NnjPiK4qNXis6vK8Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.



--

Ulrik André Tuemand


TLF: 66192186

Mobil: 30307172

Mail: u....@gmail.com

Arbejdsmail: ul...@tdc.dk



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/CAJmXEC25%2B4URChya-vRXi42fwqnny%2BKJKkC0aJCq5v5jMe0j7w%40mail.gmail.com.

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

On Mon, Jul 21, 2014 at 5:31 PM, Ulrik Tuemand u....@gmail.com wrote:

After switvhing to the sites directory and running the command in terminal
output gives this:

ul…@ulrik-desktop:~/frappe-bench/sites/[claytonpower$ ./env/bin/frappe
–enable_scheduler [claytonpower
bash: ./env/bin/frappe: no such file or catalog

cd ~/frappe-bench/sites
../env/bin/frappe --enable_scheduler claytonpower


Pratik
erpnext

that definetly enabled the scheduler.

is there anywhere where i can find information about scheduling? When to run the schedule etc?


2014-07-21 14:11 GMT+02:00 Pratik Vyas <pd…@gmail.com>:

On Mon, Jul 21, 2014 at 5:31 PM, Ulrik Tuemand <u....@gmail.com> wrote:
> After switvhing to the sites directory and running the command in terminal
> output gives this:
>
> ul...@ulrik-desktop:~/frappe-bench/sites/[claytonpower$ ./env/bin/frappe
> --enable_scheduler [claytonpower
> bash: ./env/bin/frappe: no such file or catalog
>

```
cd ~/frappe-bench/sites
../env/bin/frappe --enable_scheduler claytonpower
```

--
Pratik
erpnext

--
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 a topic in the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/08Kz_zVrLOs/unsubscribe.

To unsubscribe from this group and all its topics, 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/CAG8U0EkX267j-7LVXVatX7UrCqo28g1F8fHqv82KgybS8kbc%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.



--

Ulrik André Tuemand


TLF: 66192186

Mobil: 30307172

Mail: u....@gmail.com

Arbejdsmail: ul...@tdc.dk



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/CAJmXEC2hAxv3qphV-e0ooFWp48wYXPG4hTTEyU5ER6VEuzPY9g%40mail.gmail.com.

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

I followed your guidance and enabled the scheduler.

Sadly it still not provides a backup, and there is still no log available.

Got any further advice?

On Monday, 21 July 2014 11:27:28 UTC+2, Ulrik Tuemand wrote:
Hi Guys,

I have setup my dropbox access_key and Secret in my siteconfig.json, and allowed dropbox to make backup daily. I can see that my app has created the erp folder + subfolder files, but it doesnt make the backup.

Can someone point me to where i need to debug?



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/2e08d760-3594-45e5-8626-0d9735f32546%40googlegroups.com.

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

Did you run `honcho start`?

-Anand.


On Wed, Jul 23, 2014 at 2:04 PM, Ulrik Tuemand <u....@gmail.com> wrote:
Hi Praktik,

I followed your guidance and enabled the scheduler.

Sadly it still not provides a backup, and there is still no log available.

Got any further advice?

On Monday, 21 July 2014 11:27:28 UTC+2, Ulrik Tuemand wrote:
Hi Guys,

I have setup my dropbox access_key and Secret in my siteconfig.json, and allowed dropbox to make backup daily. I can see that my app has created the erp folder + subfolder files, but it doesnt make the backup.

Can someone point me to where i need to debug?



Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/2e08d760-3594-45e5-8626-0d9735f32546%40googlegroups.com.

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




Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/CAAQzbF2PqeXUtAi%2BNtt5gEsNbLVsL5cEcLym9Piab0zCwLN7MQ%40mail.gmail.com.

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

Hi Anand,


I installed the new bench as a fresh install, and setup the production environment, so I'm not sure wether to do honcho start?

Den fredag den 25. juli 2014 skrev Anand Doshi <an…@erpnext.com>:

Ulrik,

Did you run `honcho start`?

-Anand.


On Wed, Jul 23, 2014 at 2:04 PM, Ulrik Tuemand <u....@gmail.com> wrote:
Hi Praktik,

I followed your guidance and enabled the scheduler.

Sadly it still not provides a backup, and there is still no log available.

Got any further advice?

On Monday, 21 July 2014 11:27:28 UTC+2, Ulrik Tuemand wrote:
Hi Guys,

I have setup my dropbox access_key and Secret in my siteconfig.json, and allowed dropbox to make backup daily. I can see that my app has created the erp folder + subfolder files, but it doesnt make the backup.

Can someone point me to where i need to debug?



Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/2e08d760-3594-45e5-8626-0d9735f32546%40googlegroups.com.

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




Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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 a topic in the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/08Kz_zVrLOs/unsubscribe.

To unsubscribe from this group and all its topics, 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/CAAQzbF2PqeXUtAi%2BNtt5gEsNbLVsL5cEcLym9Piab0zCwLN7MQ%40mail.gmail.com.

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



--

Ulrik André Tuemand


TLF: 66192186

Mobil: 30307172

Mail: u....@gmail.com

Arbejdsmail: ul...@tdc.dk




Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/CAJmXEC0LL6C4L7w5h6nKZu%3D0xg%3D1uGLP8g5sNjkKTyxEX0-X1A%40mail.gmail.com.

    For more options, visit https://groups.google.com/d/optout.
If it is production environment, you dont need to use honcho. You must've setup supervisor.


On Fri, Jul 25, 2014 at 7:39 PM, Ulrik Tuemand <u....@gmail.com> wrote:
Hi Anand,

I installed the new bench as a fresh install, and setup the production environment, so I'm not sure wether to do honcho start?


Den fredag den 25. juli 2014 skrev Anand Doshi <an…@erpnext.com>:

Ulrik,

Did you run `honcho start`?

-Anand.


On Wed, Jul 23, 2014 at 2:04 PM, Ulrik Tuemand <u....@gmail.com> wrote:
Hi Praktik,

I followed your guidance and enabled the scheduler.

Sadly it still not provides a backup, and there is still no log available.

Got any further advice?

On Monday, 21 July 2014 11:27:28 UTC+2, Ulrik Tuemand wrote:
Hi Guys,

I have setup my dropbox access_key and Secret in my siteconfig.json, and allowed dropbox to make backup daily. I can see that my app has created the erp folder + subfolder files, but it doesnt make the backup.

Can someone point me to where i need to debug?



Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/2e08d760-3594-45e5-8626-0d9735f32546%40googlegroups.com.

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




Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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 a topic in the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/08Kz_zVrLOs/unsubscribe.

To unsubscribe from this group and all its topics, 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/CAAQzbF2PqeXUtAi%2BNtt5gEsNbLVsL5cEcLym9Piab0zCwLN7MQ%40mail.gmail.com.


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



--

Ulrik André Tuemand


TLF: 66192186

Mobil: 30307172

Mail: u....@gmail.com

Arbejdsmail: ul...@tdc.dk




Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/CAJmXEC0LL6C4L7w5h6nKZu%3D0xg%3D1uGLP8g5sNjkKTyxEX0-X1A%40mail.gmail.com.

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



Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/CAAQzbF3UFc7v4uh5XeSUGYii-%2BjTKYU4ECK%2B94jH7Ya3WS%2BORQ%40mail.gmail.com.

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

On Fri, Jul 25, 2014 at 7:39 PM, Ulrik Tuemand u....@gmail.com wrote:

Hi Anand,

I installed the new bench as a fresh install, and setup the production
environment, so I’m not sure wether to do honcho start?

New bench has a new command.

Run bench start.

Thanks,

Pratik
erpnext

Exactly, and supervisor is setup and running. Pratik asked me to run frappe bench --run_scheduler_event daily as a manual command to try force a backup, but still an empty Dropbox

Den fredag den 25. juli 2014 skrev Anand Doshi <an…@erpnext.com>:

If it is production environment, you dont need to use honcho. You must've setup supervisor.


On Fri, Jul 25, 2014 at 7:39 PM, Ulrik Tuemand <u....@gmail.com> wrote:
Hi Anand,

I installed the new bench as a fresh install, and setup the production environment, so I'm not sure wether to do honcho start?


Den fredag den 25. juli 2014 skrev Anand Doshi <an…@erpnext.com>:

Ulrik,

Did you run `honcho start`?

-Anand.


On Wed, Jul 23, 2014 at 2:04 PM, Ulrik Tuemand <u....@gmail.com> wrote:
Hi Praktik,

I followed your guidance and enabled the scheduler.

Sadly it still not provides a backup, and there is still no log available.

Got any further advice?

On Monday, 21 July 2014 11:27:28 UTC+2, Ulrik Tuemand wrote:
Hi Guys,

I have setup my dropbox access_key and Secret in my siteconfig.json, and allowed dropbox to make backup daily. I can see that my app has created the erp folder + subfolder files, but it doesnt make the backup.

Can someone point me to where i need to debug?



Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/2e08d760-3594-45e5-8626-0d9735f32546%40googlegroups.com.

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




Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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 a topic in the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/08Kz_zVrLOs/unsubscribe.

To unsubscribe from this group and all its topics, 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/CAAQzbF2PqeXUtAi%2BNtt5gEsNbLVsL5cEcLym9Piab0zCwLN7MQ%40mail.gmail.com.


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



--

Ulrik André Tuemand


TLF: 66192186

Mobil: 30307172

Mail: u....@gmail.com

Arbejdsmail: ul...@tdc.dk




Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/CAJmXEC0LL6C4L7w5h6nKZu%3D0xg%3D1uGLP8g5sNjkKTyxEX0-X1A%40mail.gmail.com.

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



Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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 a topic in the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/08Kz_zVrLOs/unsubscribe.

To unsubscribe from this group and all its topics, 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/CAAQzbF3UFc7v4uh5XeSUGYii-%2BjTKYU4ECK%2B94jH7Ya3WS%2BORQ%40mail.gmail.com.

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



--

Ulrik André Tuemand


TLF: 66192186

Mobil: 30307172

Mail: u....@gmail.com

Arbejdsmail: ul...@tdc.dk




Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/CAJmXEC3CnFvYihyLWEGCAiC77kjt_bkHMQSydoZOBJg0eh-edw%40mail.gmail.com.

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

Pratik,


Bench start is not a command I should use when being in a production environment?

Den fredag den 25. juli 2014 skrev Ulrik Tuemand <u…@gmail.com>:

Exactly, and supervisor is setup and running. Pratik asked me to run frappe bench --run_scheduler_event daily as a manual command to try force a backup, but still an empty Dropbox

Den fredag den 25. juli 2014 skrev Anand Doshi <an...@erpnext.com>:
If it is production environment, you dont need to use honcho. You must've setup supervisor.


On Fri, Jul 25, 2014 at 7:39 PM, Ulrik Tuemand <u....@gmail.com> wrote:
Hi Anand,

I installed the new bench as a fresh install, and setup the production environment, so I'm not sure wether to do honcho start?


Den fredag den 25. juli 2014 skrev Anand Doshi <an…@erpnext.com>:

Ulrik,

Did you run `honcho start`?

-Anand.


On Wed, Jul 23, 2014 at 2:04 PM, Ulrik Tuemand <u....@gmail.com> wrote:
Hi Praktik,

I followed your guidance and enabled the scheduler.

Sadly it still not provides a backup, and there is still no log available.

Got any further advice?

On Monday, 21 July 2014 11:27:28 UTC+2, Ulrik Tuemand wrote:
Hi Guys,

I have setup my dropbox access_key and Secret in my siteconfig.json, and allowed dropbox to make backup daily. I can see that my app has created the erp folder + subfolder files, but it doesnt make the backup.

Can someone point me to where i need to debug?



Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/2e08d760-3594-45e5-8626-0d9735f32546%40googlegroups.com.

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




Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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 a topic in the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/08Kz_zVrLOs/unsubscribe.

To unsubscribe from this group and all its topics, 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/CAAQzbF2PqeXUtAi%2BNtt5gEsNbLVsL5cEcLym9Piab0zCwLN7MQ%40mail.gmail.com.


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



--

Ulrik André Tuemand


TLF: 66192186

Mobil: 30307172

Mail: u....@gmail.com

Arbejdsmail: ul...@tdc.dk




Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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/CAJmXEC0LL6C4L7w5h6nKZu%3D0xg%3D1uGLP8g5sNjkKTyxEX0-X1A%40mail.gmail.com.

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



Note:



If you are posting an issue,


  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.

  2. 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.

  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email

  4. 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 a topic in the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/08Kz_zVrLOs/unsubscribe.

To unsubscribe from this group and all its topics, 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/CAAQzbF3UFc7v4uh5XeSUGYii-%2BjTKYU4ECK%2B94jH7Ya3WS%2BORQ%40mail.gmail.com.

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



--

Ulrik André Tuemand


TLF: 66192186

Mobil: 30307172

Mail: u....@gmail.com

Arbejdsmail: ul...@tdc.dk




--

Ulrik André Tuemand


TLF: 66192186

Mobil: 30307172

Mail: u....@gmail.com

Arbejdsmail: ul...@tdc.dk




Note:

 

If you are posting an issue,

 

  1. ERPNext is a free and open source software and support is given on this forum by a team (https://frappe.io/webnotes). So please consider donating if you find this forum useful (https://frappe.io/buy). Even a small amount would be helpful.
  2. 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.
  3. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  4. 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/CAJmXEC0%2BLz5%2BqFHw4ZtzzW2h0pxrVnxKyz2CbC6XDew0DxBSqQ%40mail.gmail.com.

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