Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PBM-1427 Documented how to clone collections #225

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nastena1606
Copy link
Collaborator

modified: docs/features/selective-backup.md
modified: docs/reference/pbm-commands.md
modified: docs/usage/restore.md

modified:   docs/features/selective-backup.md
	modified:   docs/reference/pbm-commands.md
	modified:   docs/usage/restore.md
$ pbm restore --time=2024-11-15T14:00:00 --ns-from=goods.orders --ns-to=goods.orders_prev
```

The `orders_prev` collection has the same data and indexes as the `orders` collection. It also has the same oplog operations as the `orders` collection allowing you to see exactly what has changed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The `orders_prev` collection has the same data and indexes as the `orders` collection. It also has the same oplog operations as the `orders` collection allowing you to see exactly what has changed.
The `orders_prev` collection has the same data and indexes as the `orders` collection. It also has applied the same oplog operations as the `orders` collection allowing you to see exactly what has changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants