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

WIP wal-restore #977

Merged
merged 20 commits into from
Feb 4, 2022
Merged

WIP wal-restore #977

merged 20 commits into from
Feb 4, 2022

Commits on May 15, 2021

  1. * Add wal-restore command

    * First version of finding missing wal segments logic
    Xaspy committed May 15, 2021
    Configuration menu
    Copy the full SHA
    ecb54c8 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. update logic:

    * firstly we find common ancestor
    
    * then gets all WAL segments after this common ancestor segment
    
    * and download founded files
    Xaspy committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8a28009 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. task rethinking and doing task

    Xaspy committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    0ae0715 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

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

Commits on Sep 23, 2021

  1. save state

    Xaspy committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    3635559 View commit details
    Browse the repository at this point in the history
  2. made goimports

    Xaspy committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    0c12848 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

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

Commits on Oct 1, 2021

  1. fix bug with lsn and segment number confusion, add permision to archi…

    …ving_ready_rename.sh
    Xaspy committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    1109d19 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    59524d2 View commit details
    Browse the repository at this point in the history
  2. add new docker test

    Xaspy committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    9783211 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. add test bucket

    Xaspy committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    361913d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    228a5fb View commit details
    Browse the repository at this point in the history
  3. fix download file

    Xaspy committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    c41724e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    139ea28 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

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

Commits on Oct 24, 2021

  1. #wal-restore:

    * undo changing from target to source
    * fixed docker test
    * renamed docker test into docker-compose.yml to less confusing
    Xaspy committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    a8af894 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. wal-restore:

    * refactoring
    Xaspy committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    7fce2a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e788c4a View commit details
    Browse the repository at this point in the history
  3. wal-restore:

    * fix problem after merge
    Xaspy committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    0a78fa9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. wal-restore:

    * fixed pg control data bug with size
    * added unittests for this case
    * added description about wal-restore in docs/PostgreSQL.md
    * fixed description of wal-restore
    Xaspy committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    6817468 View commit details
    Browse the repository at this point in the history