Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. Cloudron Automatic Backup fails

Cloudron Automatic Backup fails

Scheduled Pinned Locked Moved Support
backups
4 Posts 2 Posters 810 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L Offline
      L Offline
      Leggias
      wrote on last edited by girish
      #1

      Hi all,

      Since a day or 3 I have a problem with the automatic backups.
      I use the Amazon S3 bucket, and I never had any problems with that. But now I get the following error :

      code_text
      ```box:backups cloud.body-graph.com Unable to backup BoxError: Error uploading snapshot/app_4449779f-e013-4dee-9618-95c332abfd1e.tar.gz. Message: The Content-MD5 you specified did not match what we received. HTTP Code: BadDigest
      at /home/yellowtent/box/src/backups.js:903:29 ```
      code_text
      

      This is Nextcloud giving a problem, but I never encountered this error. Either restarting Cloudron nor manual backups help

      Thanks in advance for your help 🙂

      nebulonN 1 Reply Last reply
      0
      • L Leggias

        Hi all,

        Since a day or 3 I have a problem with the automatic backups.
        I use the Amazon S3 bucket, and I never had any problems with that. But now I get the following error :

        code_text
        ```box:backups cloud.body-graph.com Unable to backup BoxError: Error uploading snapshot/app_4449779f-e013-4dee-9618-95c332abfd1e.tar.gz. Message: The Content-MD5 you specified did not match what we received. HTTP Code: BadDigest
        at /home/yellowtent/box/src/backups.js:903:29 ```
        code_text
        

        This is Nextcloud giving a problem, but I never encountered this error. Either restarting Cloudron nor manual backups help

        Thanks in advance for your help 🙂

        nebulonN Offline
        nebulonN Offline
        nebulon
        Staff
        wrote on last edited by
        #2

        @leggias since you mention Nextcloud, often backup becomes unreliable with the tarball method if the app data is getting too large, say 100Gb of a single tarball is often a lot to handle for all parties involved.

        You could maybe try to see if the rsync backup strategy helps in your case.

        There is more detailed information about the benefits of either of them at https://docs.cloudron.io/backups/#backup-formats

        L 1 Reply Last reply
        0
        • nebulonN nebulon

          @leggias since you mention Nextcloud, often backup becomes unreliable with the tarball method if the app data is getting too large, say 100Gb of a single tarball is often a lot to handle for all parties involved.

          You could maybe try to see if the rsync backup strategy helps in your case.

          There is more detailed information about the benefits of either of them at https://docs.cloudron.io/backups/#backup-formats

          L Offline
          L Offline
          Leggias
          wrote on last edited by
          #3

          @nebulon

          Thanks for your reply.
          I tried to switch to rsync, but now I get another error. At the end it only says "Backuptask crashed"

          Aug 12 09:40:42 box:shell backup-snapshot/app_4449779f-e013-4dee-9618-95c332abfd1e (stdout): 2021-08-12T07:40:42.457Z box:backups Adding data/leggias/files/BodyGraph/4. Marketing and Sales/PR/1. Website/5. Templates/Template Magento/theme703/skin/frontend/default/theme703/fonts/ecommerce/psd/headset10.psd position 32746 try 1
          Aug 12 09:40:42 box:shell backup-snapshot/app_4449779f-e013-4dee-9618-95c332abfd1e code: null, signal: SIGSEGV
          Aug 12 09:40:42 box:backups cloud.body-graph.com Unable to backup BoxError: Backuptask crashed
          at /home/yellowtent/box/src/backups.js:901:29
          at f (/home/yellowtent/box/node_modules/once/once.js:25:25)
          at ChildProcess.<anonymous> (/home/yellowtent/box/src/shell.js:77:9)
          at ChildProcess.emit (events.js:315:20)
          at ChildProcess.EventEmitter.emit (domain.js:467:12)
          at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) {
          reason: 'Internal Error',
          details: {}
          Aug 12 09:40:42 box:taskworker Task took 821.467 seconds
          Aug 12 09:40:42 box:tasks setCompleted - 2229: {"result":null,"error":{"stack":"BoxError: Backuptask crashed\n at /home/yellowtent/box/src/backups.js:901:29\n at f (/home/yellowtent/box/node_modules/once/once.js:25:25)\n at ChildProcess.<anonymous> (/home/yellowtent/box/src/shell.js:77:9)\n at ChildProcess.emit (events.js:315:20)\n at ChildProcess.EventEmitter.emit (domain.js:467:12)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)","name":"BoxError","reason":"Internal Error","details":{},"message":"Backuptask crashed"}}
          Aug 12 09:40:42 box:tasks 2229: {"percent":100,"result":null,"error":{"stack":"BoxError: Backuptask crashed\n at /home/yellowtent/box/src/backups.js:901:29\n at f (/home/yellowtent/box/node_modules/once/once.js:25:25)\n at ChildProcess.<anonymous> (/home/yellowtent/box/src/shell.js:77:9)\n at ChildProcess.emit (events.js:315:20)\n at ChildProcess.EventEmitter.emit (domain.js:467:12)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)","name":"BoxError","reason":"Internal Error","details":{},"message":"Backuptask crashed"}}
          nebulonN 1 Reply Last reply
          0
          • L Leggias

            @nebulon

            Thanks for your reply.
            I tried to switch to rsync, but now I get another error. At the end it only says "Backuptask crashed"

            Aug 12 09:40:42 box:shell backup-snapshot/app_4449779f-e013-4dee-9618-95c332abfd1e (stdout): 2021-08-12T07:40:42.457Z box:backups Adding data/leggias/files/BodyGraph/4. Marketing and Sales/PR/1. Website/5. Templates/Template Magento/theme703/skin/frontend/default/theme703/fonts/ecommerce/psd/headset10.psd position 32746 try 1
            Aug 12 09:40:42 box:shell backup-snapshot/app_4449779f-e013-4dee-9618-95c332abfd1e code: null, signal: SIGSEGV
            Aug 12 09:40:42 box:backups cloud.body-graph.com Unable to backup BoxError: Backuptask crashed
            at /home/yellowtent/box/src/backups.js:901:29
            at f (/home/yellowtent/box/node_modules/once/once.js:25:25)
            at ChildProcess.<anonymous> (/home/yellowtent/box/src/shell.js:77:9)
            at ChildProcess.emit (events.js:315:20)
            at ChildProcess.EventEmitter.emit (domain.js:467:12)
            at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12) {
            reason: 'Internal Error',
            details: {}
            Aug 12 09:40:42 box:taskworker Task took 821.467 seconds
            Aug 12 09:40:42 box:tasks setCompleted - 2229: {"result":null,"error":{"stack":"BoxError: Backuptask crashed\n at /home/yellowtent/box/src/backups.js:901:29\n at f (/home/yellowtent/box/node_modules/once/once.js:25:25)\n at ChildProcess.<anonymous> (/home/yellowtent/box/src/shell.js:77:9)\n at ChildProcess.emit (events.js:315:20)\n at ChildProcess.EventEmitter.emit (domain.js:467:12)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)","name":"BoxError","reason":"Internal Error","details":{},"message":"Backuptask crashed"}}
            Aug 12 09:40:42 box:tasks 2229: {"percent":100,"result":null,"error":{"stack":"BoxError: Backuptask crashed\n at /home/yellowtent/box/src/backups.js:901:29\n at f (/home/yellowtent/box/node_modules/once/once.js:25:25)\n at ChildProcess.<anonymous> (/home/yellowtent/box/src/shell.js:77:9)\n at ChildProcess.emit (events.js:315:20)\n at ChildProcess.EventEmitter.emit (domain.js:467:12)\n at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)","name":"BoxError","reason":"Internal Error","details":{},"message":"Backuptask crashed"}}
            nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote on last edited by
            #4

            @leggias hm getting a SIGSEGV is odd here. If you like you can enable remote SSH support and send us a mail to support@cloudron.io mentioning your dashboard domain. Then we can take a direct look at your setup to get down to the issue.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Bookmarks
              • Search