Skip to content
logo
Percona Backup for MongoDB
Glossary
Initializing search
    percona/pbm-docs
    percona/pbm-docs
    • Home
      • How PBM works
      • Components
      • Supported MongoDB versions
      • Supported MongoDB deployments
      • Install
      • Set up and configure
      • Overview
      • Physical backups
      • Incremental physical backups
      • Logical backups
      • Selective backups
      • Point-in-Time Recovery
      • Start a backup
      • List backups
      • Restore a backup
      • View restore progress
      • Cancel a backup
      • Delete backups
      • View backup logs
      • Replay oplog from arbitrary start time
      • Architecture
      • Authentication
        • Overview
        • Remote backup configuration examples
      • Schedule backups
      • Configure PBM remotely
      • Upgrade PBM
      • Troubleshoot PBM
      • Automate access to S3 buckets for PBM
      • Remove PBM
    • FAQ
      • PBM commands
        • Configuration file
        • Remote backup storage options
        • Point-in-time recovery options
        • Backup options
        • Restore options
      • Glossary
        • ACID
        • Amazon S3
        • Atomicity
        • Blob
        • Bucket
        • Collection
        • Completion time
        • Consistency
        • Container
        • Durability
        • GCP
        • Isolation
        • Jenkins
        • MinIO
        • Oplog
        • Oplog slice
        • OpID
        • pbm-agent
        • pbm CLI
        • PBM Control collections
        • Percona Backup for MongoDB
        • Percona Server for MongoDB
        • Point-in-Time Recovery
        • Replica set
        • S3 compatible storage
        • Server-side encryption
        • Technical preview feature
      • Release notes index
      • Percona Backup for MongoDB 2.0.5 (2023-03-23)
      • Percona Backup for MongoDB 2.0.4 (2023-02-21)
      • Percona Backup for MongoDB 2.0.3 (2023-01-11)
      • Percona Backup for MongoDB 2.0.2 (2022-10-27)
      • Percona Backup for MongoDB 2.0.1 (2022-10-12)
      • Percona Backup for MongoDB 2.0.0 (2022-09-21)
      • Percona Backup for MongoDB 1.8.1 (2022-07-12)
      • Percona Backup for MongoDB 1.8.0 (2022-06-09)
      • Percona Backup for MongoDB 1.7.0 (2022-04-18)
      • Percona Backup for MongoDB 1.6.1 (2021-11-04)
      • Percona Backup for MongoDB 1.6.0 (2021-08-16)
      • Percona Backup for MongoDB 1.5.0 (2021-05-10)
      • Percona Backup for MongoDB 1.4.1 (2021-01-28)
      • Percona Backup for MongoDB 1.4.0 (2020-12-24)
      • Percona Backup for MongoDB 1.3.4 (2020-11-19)
      • Percona Backup for MongoDB 1.3.3 (2020-11-04)
      • Percona Backup for MongoDB 1.3.2 (2020-10-14)
      • Percona Backup for MongoDB 1.3.1 (2020-09-03)
      • Percona Backup for MongoDB 1.3.0 (2020-08-26)
      • Percona Backup for MongoDB 1.2.1 (2020-07-27)
      • Percona Backup for MongoDB 1.2.0 (2020-05-13)
      • Percona Backup for MongoDB 1.1.3 (2020-04-14)
      • Percona Backup for MongoDB 1.1.1 (2020-01-31)
      • Percona Backup for MongoDB 1.1.0 (2020-01-16)
      • Percona Backup for MongoDB 1.0.0 (2019-09-19)
      • Percona Backup for MongoDB 0.5.0 (2019-06-17)
    • Submitting bug reports or feature requests
    • Copyright and Licensing
    • Trademark policy

    • ACID
    • Amazon S3
    • Atomicity
    • Blob
    • Bucket
    • Collection
    • Completion time
    • Consistency
    • Container
    • Durability
    • GCP
    • Isolation
    • Jenkins
    • MinIO
    • Oplog
    • Oplog slice
    • OpID
    • pbm-agent
    • pbm CLI
    • PBM Control collections
    • Percona Backup for MongoDB
    • Percona Server for MongoDB
    • Point-in-Time Recovery
    • Replica set
    • S3 compatible storage
    • Server-side encryption
    • Technical preview feature

    Glossary¶

    ACID¶

    Set of properties that guarantee database transactions are processed reliably. Stands for Atomicity, Consistency, Isolation, Durability.

    Amazon S3¶

    Amazon S3 (Simple Storage Service) is an object storage service provided through a web service interface offered by Amazon Web Services.

    Atomicity¶

    Atomicity means that database operations are applied following an “all or nothing” rule. A transaction is either fully applied or not at all.

    Blob¶

    A blob stands for Binary Large Object, which includes objects such as images and multimedia files. In other words these are various data files that you store in Microsoft’s data storage platform. Blobs are organized in :term:containers <Container> which are kept in Azure Blob storage under your storage account.

    Bucket¶

    A bucket is a container on the s3 remote storage that stores backups.

    Collection¶

    A collection is the way data is organized in MongoDB. It is analogous to a table in relational databases.

    Completion time¶

    The completion time is the time to which the sharded cluster / non-shared replica set will be returned to after the restore. It is reflected in the “complete” section of the pbm list / pbm status command outputs.

    In logical backups, the completion time almost coincides with the backup finish time. To define the completion time, |PBM| waits for the backup snapshot to finish on all cluster nodes. Then it captures the oplog from the backup start time up to that time.

    In physical backups, the completion time is only a few seconds after the backup start time. By holding the $backupCursor open guarantees that the checkpoint data won’t change during the backup, and |PBM| can define the completion time ahead.

    Consistency¶

    In the context of backup and restore, consistency means that the data restored will be consistent in a given point in time. Partial or incomplete writes to disk of atomic operations (for example, to table and index data structures separately) won’t be served to the client after the restore. The same applies to multi-document transactions, that started but didn’t complete by the time the backup was finished.

    Container¶

    A container is like a directory in Azure Blob storage that contains a set of :term:blobs <Blob>.

    Durability¶

    Once a transaction is committed, it will remain so.

    GCP¶

    GCP (Google Cloud Platform) is the set of services, including storage service, that runs on Google Cloud infrastructure.

    Isolation¶

    The Isolation requirement means that no transaction can interfere with another.

    Jenkins¶

    Jenkins <http://www.jenkins-ci.org>_ is a continuous integration system that we use to help ensure the continued quality of the software we produce. It helps us achieve the aims of:

    • no failed tests in trunk on any platform,
    • aid developers in ensuring merge requests build and test on all platforms,
    • no known performance regressions (without a damn good explanation).

    MinIO¶

    MinIO is a cloud storage server compatible with :term:Amazon S3, released under Apache License v2.

    Oplog¶

    Oplog (operations log) is a fixed-size collection that keeps a rolling record of all operations that modify data in the database.

    Oplog slice¶

    A compressed bundle of :term:oplog <Oplog> entries stored in the Oplog Store database in MongoDB. The oplog size captures an approximately 10-minute frame. For a snapshot, the oplog size is defined by the time that the slowest replica set member requires to perform mongodump.

    OpID¶

    A unique identifier of an operation such as backup, restore, resync. When a pbm-agent starts processing an operation, it acquires a lock and an opID. This prevents processing the same operation twice (for example, if there are network issues in distributed systems). Using opID as a log filter allows viewing logs for an operation in progress.

    pbm-agent¶

    A pbm-agent is a :term:PBM <Percona Backup for MongoDB> process running on the mongod node for backup and restore operations. A pbm-agent instance is required for every mongod node (including replica set secondary members and config server replica set nodes).

    pbm CLI¶

    Command-line interface for controlling the backup system. PBM CLI can connect to several clusters so that a user can manage backups on many clusters.

    PBM Control collections¶

    PBM Control collections are :term:collections <Collection> with config, authentication data and backup states. They are stored in the admin db in the cluster or non-sharded replica set and serve as the communication channel between :term:pbm-agent and :term:pbm CLI. :term:pbm CLI creates a new pbmCmd document for a new operation. :term:pbm-agents <pbm-agent> monitor it and update as they process the operation.

    Percona Backup for MongoDB¶

    Percona Backup for MongoDB (PBM) is a low-impact backup solution for MongoDB non-sharded replica sets and clusters. It supports both :term:Percona Server for MongoDB and MongoDB Community Edition.

    Percona Server for MongoDB¶

    Percona Server for MongoDB is a drop-in replacement for MongoDB Community Edition with enterprise-grade features.

    Point-in-Time Recovery¶

    Point-in-Time Recovery is restoring the database up to a specific moment in time. The data is restored from the backup snapshot and then events that occurred to the data are replayed from oplog.

    Replica set¶

    A replica set is a group of mongod nodes that host the same data set.

    S3 compatible storage¶

    This is the storage that is built on the :term:S3 <Amazon S3> API.

    Server-side encryption¶

    Server-side encryption is the encryption of data by the remote storage server as it receives it. The data is encrypted when it is written to S3 bucket and decrypted when you access the data.

    Technical preview feature¶

    Technical preview features are not yet ready for enterprise use and are not included in support via SLA. They are included in this release so that users can provide feedback prior to the full release of the feature in a future GA release (or removal of the feature if it is deemed not useful). This functionality can change (APIs, CLIs, etc.) from tech preview to GA.

    Contact Us

    For free technical help, visit the Percona Community Forum.

    To report bugs or submit feature requests, open a JIRA ticket.

    For paid support and managed or consulting services , contact Percona Sales.


    Last update: March 23, 2023
    Created: March 23, 2023
    Percona LLC and/or its affiliates, © 2023
    Made with Material for MkDocs

    Cookie consent

    We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to make our documentation better.