You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team, I failed to restore the dump created by replibyte to my test mongodb server. The dump was created and stored in the GCP bucket.
replibyte version: 0.10.0
Mongodb version: 4.4.24
# replibyte -c mongo.yaml dump list
⠁
⠓
--------------------+--------+----------------+------------+-----------
dump-1703686622454 | 572 kB | 24 minutes ago |true|false
dump-1703684341553 | 572 kB | 1 hour ago |true|false
step3, restore the dump
[root@dev-replibyte-0 opt]# export RUST_BACKTRACE=1
[root@dev-replibyte-0 opt]# replibyte -c mongo.yaml dump restore remote -v dump-1703684341553
PaymentTransaction>'db.runCommand("ping").ok'
db.runCommand("ping").ok
PaymentTransaction> [2023-12-27T14:31:42Z ERROR replibyte::datastore::s3] Error { code: "NoSuchKey", message: "The specified key does not exist." }
thread '<unnamed>' panicked at 'Custom { kind: Other, error: "failed to list objects from bucket 'test-bucket-data/mongo'" }', replibyte/src/tasks/full_restore.rs:69:29
stack backtrace:
0: rust_begin_unwind
at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5
1: core::panicking::panic_fmt
at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14
note: Some details are omitted, run with `RUST_BACKTRACE=full`for a verbose backtrace.
thread 'main' panicked at 'RecvError', replibyte/src/tasks/full_restore.rs:79:29
stack backtrace:
0: rust_begin_unwind
at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5
1: core::panicking::panic_fmt
at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14
2: <replibyte::tasks::full_restore::FullRestoreTask<D> as replibyte::tasks::Task>::run
3: replibyte::commands::dump::restore_remote
4: replibyte::main
note: Some details are omitted, run with `RUST_BACKTRACE=full`for a verbose backtrace.
Hi Team, I failed to restore the dump created by replibyte to my test mongodb server. The dump was created and stored in the GCP bucket.
replibyte version: 0.10.0
Mongodb version: 4.4.24
Step1, creating the dump from the mongdb prod env
step 2, check the dump in dev env
step3, restore the dump
The configuration file mongo.yaml
The text was updated successfully, but these errors were encountered: