Giter Site home page Giter Site logo

Comments (7)

fragolinux avatar fragolinux commented on June 12, 2024 1

Could you test this one

https://hub.docker.com/layers/maxisam/mgob/dev.275/images/sha256-1034797c88a9873c719c7e09427362973fda9a991cefcb504a5a4bff000a0afc?context=explore

Thanks!

hi, done, seems fine now, but you're checking the "mc" version the wrong way, from the output i see below... it should be "mc --version" and not "mc version", as now... that's actually a real "mc" command, to manage versioning, not to get the tool version :)

time="2024-04-18T07:17:02Z" level=info msg="mgob dev.275"
time="2024-04-18T07:17:02Z" level=info msg="starting with config: &{LogLevel:info JSONLog:false Host: Port:8090 ConfigPath:/config StoragePath:/storage TmpPath:/tmp DataPath:/data Version:dev.275 UseAwsCli:false HasGpg:false}"
time="2024-04-18T07:17:02Z" level=info msg="mongodump version: 100.8.0 git version: 732ddfaa6b467ffcd5bfa69a455953320eed85f4 Go version: go1.21.1    os: linux    arch: amd64    compiler: gc "
time="2024-04-18T07:17:02Z" level=info msg="NAME:   mc version - manage bucket versioning  USAGE:   mc version COMMAND [COMMAND FLAGS | -h] [ARGUMENTS...]  COMMANDS:   enable   enable bucket versioning   suspend  suspend bucket versioning   info     show bucket versioning status    FLAGS:   --config-dir value, -C value  path to configuration folder (default: \"/root/.mc\") [$MC_CONFIG_DIR]   --quiet, -q                   disable progress bar display [$MC_QUIET]   --no-color                    disable color theme [$MC_NO_COLOR]   --json                        enable JSON lines formatted output [$MC_JSON]   --debug                       enable debug output [$MC_DEBUG]   --insecure                    disable SSL certificate verification [$MC_INSECURE]   --limit-upload value          limits uploads to a maximum rate in KiB/s, MiB/s, GiB/s. (default: unlimited) [$MC_LIMIT_UPLOAD]   --limit-download value        limits downloads to a maximum rate in KiB/s, MiB/s, GiB/s. (default: unlimited) [$MC_LIMIT_DOWNLOAD]   --help, -h                    show help    "
time="2024-04-18T07:17:03Z" level=info msg="aws-cli/1.29.44 Python/3.11.8 Linux/4.18.0-477.15.1.el8_8.x86_64 botocore/1.31.44 "
time="2024-04-18T07:17:03Z" level=info msg="gpg (GnuPG) 2.4.4 libgcrypt 1.10.2 Copyright (C) 2024 g10 Code GmbH License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.  Home: /root/.gnupg Supported algorithms: Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,         CAMELLIA128, CAMELLIA192, CAMELLIA256 Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 "
time="2024-04-18T07:17:04Z" level=info msg="Google Cloud SDK 445.0.0 bq 2.0.97 bundled-python3-unix 3.9.16 core 2023.09.01 gcloud-crc32c 1.0.0 gsutil 5.25 "
time="2024-04-18T07:17:06Z" level=info msg="WARNING: You have 2 update(s) available. Consider updating your CLI installation with 'az upgrade' azure-cli                         2.52.0 * "
time="2024-04-18T07:17:06Z" level=info msg="rclone v1.66.0 "
time="2024-04-18T07:17:06Z" level=info msg="Next tmp cleanup run at 2024-04-18 08:00:00 +0000 UTC"
time="2024-04-18T07:17:06Z" level=info msg="Next run at 2024-04-18 08:00:00 +0000 UTC" plan=hourly
time="2024-04-18T07:17:06Z" level=info msg="Next run at 2024-04-19 00:00:00 +0000 UTC" plan=daily
time="2024-04-18T07:17:06Z" level=info msg="Next run at 2024-04-21 00:00:00 +0000 UTC" plan=weekly
time="2024-04-18T07:17:06Z" level=info msg="Next run at 2025-02-03 00:00:00 +0000 UTC" plan=ondemand
time="2024-04-18T07:17:06Z" level=info msg="Starting HTTP server on port 8090"

from mgob.

fragolinux avatar fragolinux commented on June 12, 2024 1

one last thing: could you please create an other image with NO cloud clients AT ALL? I see now that there are versions for aws, gcp, azure, and an ALL one, which is HUGE... we don't need any cloud provider as everything is on premise clusters, so a smaller image would be appreciated... thanks!

p.s.: az cli is complaining about being old, too, from the previous logs :)

from mgob.

fragolinux avatar fragolinux commented on June 12, 2024

and that compatibility matrix in main readme: https://github.com/maxisam/mgob#installation
is it a must? I mean, i use mongodb 5.0.10, should i stick to that specific mgob version, or that's the lower mgob version supporting that mongodb version?
thanks

from mgob.

maxisam avatar maxisam commented on June 12, 2024

Q1, I don't think that is the cause of your issue.

Q2, I think higher mgob can support lower mongodb version but it is possible to work the other way as well, you will have to test it. It is depending on mongo drive

from mgob.

maxisam avatar maxisam commented on June 12, 2024

Could you test this one

https://hub.docker.com/layers/maxisam/mgob/dev.275/images/sha256-1034797c88a9873c719c7e09427362973fda9a991cefcb504a5a4bff000a0afc?context=explore

Thanks!

from mgob.

maxisam avatar maxisam commented on June 12, 2024

how about minio ? https://hub.docker.com/layers/maxisam/mgob/2.0.20-minio/images/sha256-e3f64bde000a02bada4c6813cd280978dc34f4f2c9f934c2953ba02714ad299d?context=explore

It is pretty small <100M

Thanks for checking mc version thing. Do you wanna create a PR for it?

Also does everything work now? Just wanna double check.

from mgob.

fragolinux avatar fragolinux commented on June 12, 2024

hi, everything works now, thanks!
minio, i'd like to have nothing inside the image that's not needed, but in case i'll test that, thanks

from mgob.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.