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

fix: postgresql pitr not work #970

Merged
merged 3 commits into from
Aug 23, 2024
Merged

Conversation

dingshun-cmss
Copy link
Contributor

  • The problem is that in OpsRequest, the timestamp should be in RFC-3339 format. But PostgreSQL doesn't recognize RFC-3339 format. So we need to do a format conversion
  • Fixed both in pg PITR restore & wal-g PITR restore
  • Optimize the code style when saving multi-line to a file

Fix: #967

- The problem is that in OpsRequest,
  the timestamp should be in RFC-3339 format.
  But PostgreSQL doesn't recognize RFC-3339 format.
  So we need to do a format conversion
- Fixed both in pg PITR restore & wal-g PITR restore
- Optimize the code style when saving multi-line to a file
@wangyelei wangyelei self-requested a review August 21, 2024 14:26
@wangyelei wangyelei self-requested a review August 21, 2024 15:21
@wangyelei wangyelei merged commit 7a4e867 into apecloud:main Aug 23, 2024
13 of 16 checks passed
@wangyelei
Copy link
Contributor

/cherry-pick release-0.9

@apecloud-bot
Copy link
Collaborator

🤖 says: cherry pick action finished successfully 🎉!
See: https://github.com/apecloud/kubeblocks-addons/actions/runs/10518391205

apecloud-bot pushed a commit that referenced this pull request Aug 23, 2024
@shanshanying
Copy link
Contributor

/cherry-pick release-0.8

@apecloud-bot
Copy link
Collaborator

🤖 says: cherry pick action finished successfully 🎉!
See: https://github.com/apecloud/kubeblocks-addons/actions/runs/11491778721

apecloud-bot pushed a commit that referenced this pull request Oct 24, 2024
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.

[BUG] PITR Not Work for PostgreSQL AddOn
5 participants