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

feat: adds samples for PITR #837

Merged
merged 15 commits into from Mar 9, 2021
Merged

feat: adds samples for PITR #837

merged 15 commits into from Mar 9, 2021

Commits on Feb 1, 2021

  1. feat: adds samples for pitr

    Adds sample for creating a database with a version retention
    period. Updates sample for creating a backup with a version time.
    Updates sample for restoring a backup, printing the backup version time.
    thiagotnunes committed Feb 1, 2021
    Copy the full SHA
    15d9195 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Copy the full SHA
    a8430cb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9052ad2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8bc9e90 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Copy the full SHA
    7d14552 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Copy the full SHA
    fdd46eb View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. samples: updates backup samples for pitr

    Uses the earliest version time from the database as the version time for
    the backup.
    thiagotnunes committed Feb 22, 2021
    Copy the full SHA
    1098683 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Copy the full SHA
    7ad35fa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b1ec5c3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7d287e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. samples: PITR samples backup fix (#921)

    * samples: creates a backup using the current time
    
    Instead of using the earliest version time of the database, uses the
    current time (from spanner). If we used the earliest version time of the
    database instead we would be creating an empty backup, since the
    database we are backing up is not 1 hour old (default version retention
    period).
    
    * samples: remove unused variable
    
    Clean up create backup samples by removing unused variable.
    thiagotnunes committed Mar 1, 2021
    Copy the full SHA
    795b698 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Copy the full SHA
    ac90c3f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c304670 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Copy the full SHA
    7701efe View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    972be53 View commit details
    Browse the repository at this point in the history