DFE-Digital / github-actions

A central repo for sharing useful github actions
https://dfe-digital.github.io/github-actions/
6 stars 4 forks source link

Allow backup of PTR server using backup-postgres #89

Closed RMcVelia closed 1 month ago

RMcVelia commented 1 month ago

Context

https://trello.com/c/Zkl78tQ5/1977-backup-ptr-database-using-github-action

Update backup-postgres github action so that a PTR postgres server can be backed up

Changes proposed in this pull request

Add ptr-db-server-name to the github action, which will be invoked by konduit -s when specified as an input

Guidance to review

backup of source server (s189d01-rtt-rv-pg) https://github.com/DFE-Digital/register-trainee-teachers/actions/runs/10390616053

backup of PTR copy (s189d01-rtt-rv-pg-ptr) https://github.com/DFE-Digital/register-trainee-teachers/actions/runs/10390757032

Before merge

remove 'for dev testing' commit before merge

Checklist

RMcVelia commented 1 month ago

backup ptr database using github action