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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Backup issues with minio

    Support
    minio backups timeout
    2
    4
    418
    Loading More Posts
    • 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.
    • S
      savity last edited by girish

      Since 1 Week every 2 Day its not Possible to create Backups.

      What i don't understand is why every 2 Days. And it only happens with Part 60.

      Cloudron Version: v5.6.3

      0eba7666-48a7-49e7-845c-4b6f0fc72f6f-grafik.png

      Nov 11 10:18:09 box:storage/s3 copy: s3 copy error when copying bulut/snapshot/app_5b67e84d-40da-4604-80ec-45e8d610c839.tar.gz.enc: TimeoutError: Connection timed out after 600000ms
      Nov 11 10:18:09 box:tasks 2362: {"percent":51,"message":"Copied 1 files with error: BoxError: Error copying NAME/snapshot/app_5b67e84d-40da-4604-80ec-45e8d610c839.tar.gz.enc (68594108692 bytes): TimeoutError TimeoutError: Connection timed out after 600000ms (name.name.name)"}
      Nov 11 10:18:09 box:backups name.name.name Unable to backup { BoxError: Error copying name/snapshot/app_5b67e84d-40da-4604-80ec-45e8d610c839.tar.gz.enc (68594108692 bytes): TimeoutError TimeoutError: Connection timed out after 600000ms
      at done (/home/yellowtent/box/src/storage/s3.js:247:52)
      at Response.s3.abortMultipartUpload (/home/yellowtent/box/src/storage/s3.js:324:75)
      at Request.<anonymous> (/home/yellowtent/box/node_modules/aws-sdk/lib/request.js:369:18)
      at Request.callListeners (/home/yellowtent/box/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
      at Request.emit (/home/yellowtent/box/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
      at Request.emit (/home/yellowtent/box/node_modules/aws-sdk/lib/request.js:688:14)
      at Request.transition (/home/yellowtent/box/node_modules/aws-sdk/lib/request.js:22:10)
      at AcceptorStateMachine.runTo (/home/yellowtent/box/node_modules/aws-sdk/lib/state_machine.js:14:12)
      at /home/yellowtent/box/node_modules/aws-sdk/lib/state_machine.js:26:10
      at Request.<anonymous> (/home/yellowtent/box/node_modules/aws-sdk/lib/request.js:38:9)
      name: 'BoxError',
      reason: 'External Error',
      details: {},
      message:
      'Error copying name/snapshot/app_5b67e84d-40da-4604-80ec-45e8d610c839.tar.gz.enc (68594108692 bytes): TimeoutError TimeoutError: Connection timed out after 600000ms' }

      girish 1 Reply Last reply Reply Quote 0
      • girish
        girish Staff @savity last edited by

        @savity Can you try this change https://git.cloudron.io/cloudron/box/-/commit/bedcd6fccf58830b316318699375bc1f582a5d7a ? The file on Cloudron is /home/yellowtent/box/src/storage/s3.js. Essentially change the timeout from 3000 * 1000 to 0. And also change maxRetries to 10. You don't need to restart anything after the change since the code changes are immediately picked up.

        S 1 Reply Last reply Reply Quote 0
        • girish
          girish Staff @savity last edited by

          @savity Can you try this change https://git.cloudron.io/cloudron/box/-/commit/bedcd6fccf58830b316318699375bc1f582a5d7a ? The file on Cloudron is /home/yellowtent/box/src/storage/s3.js. Essentially change the timeout from 3000 * 1000 to 0. And also change maxRetries to 10. You don't need to restart anything after the change since the code changes are immediately picked up.

          S 1 Reply Last reply Reply Quote 0
          • S
            savity @girish last edited by

            @girish OK we will see the Result tomorrow br

            S 1 Reply Last reply Reply Quote 1
            • S
              savity @savity last edited by

              @savity Worked Perfekt Thanks

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB