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
I have a cron jobs to create a Mongo DB snapshot of all databases and store it in S3, but when I do a restore I only get restores for 2 databases. This jobs run in an EKS cluster on AWS
I am expecting to have a full backup, so when I restore the db to restore all of the data across the tables/databases.
NOTE: there are 3 tables excluded (local, admin, config).
Image version / tag: tiredofit/db-backup:3.8.5
Host OS: Linux
The text was updated successfully, but these errors were encountered:
Is ‘ALL’ (used in config above) a supported option for DB_NAME when type is mongo? The documentation implies this is only supported for some other database types.
Summary
I have a cron jobs to create a Mongo DB snapshot of all databases and store it in S3, but when I do a restore I only get restores for 2 databases. This jobs run in an EKS cluster on AWS
Steps to reproduce
This the setup with values:
What is the expected correct behavior?
I am expecting to have a full backup, so when I restore the db to restore all of the data across the tables/databases.
NOTE: there are 3 tables excluded (local, admin, config).
The text was updated successfully, but these errors were encountered: