Skip to content

Comments

Feat/issue43#58

Merged
JerryIdoko merged 2 commits intoVesting-Vault:mainfrom
OthmanImam:feat/Issue43
Feb 23, 2026
Merged

Feat/issue43#58
JerryIdoko merged 2 commits intoVesting-Vault:mainfrom
OthmanImam:feat/Issue43

Conversation

@OthmanImam
Copy link
Contributor

@OthmanImam OthmanImam commented Feb 23, 2026

Closes #43

Automated Daily Postgres Backups to Encrypted S3

Description

Vesting schedules are high-value financial data. To prevent loss of critical off-chain metadata (such as organization names and API keys) in the event of a Postgres crash, we implemented automated daily backups.

Acceptance Criteria

  • Create a cron script that runs pg_dump daily
  • Compress the dump and upload it to an encrypted AWS S3 bucket
  • Retain backups for 30 days

Labels

  • devops
  • infrastructure

@JerryIdoko JerryIdoko merged commit b96e394 into Vesting-Vault:main Feb 23, 2026
1 check passed
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.

#24 Issue 24: [Ops] Automated Database Backups

2 participants