Bakoorjakkals Ryder Cup
Admin
Reset sessions, undo draft picks, edit the roster, and back up the database. Backups cover alltournaments — there's only one DB file.
Venue
Hermanus Golf Club (South Course)
18 holes · White tee · CR 71 / Slope 122
Roster
Per-tournament team, handicap and captain role. To rename a player, head to global players.
USA
BrentonBrenton Jordaan
CarelCarel Du Plessis
FrancoisFrancois van der Merwe
GerhardGerhard Groenewald
JamesJames Ochse
LenLen Kok
MarkMark Dodds
VictorVictor Hunt
Europe
AndreAndre Rossouw
BrendanBrendan van der Merwe
DeonDeon Heunis
JeandreJeandre Lobb
NardieNardie Groenewald
RohannRohann Wessels
SevSev Coelho
TommieTommie Breedt
USA: 8 · Europe: 8. Editing handicaps affects future allowances; matches that have already been scored keep the values used at scoring time.
Session controls
Draft actions
- Session 1 · 4BBB (Front 9)0 draft action(s) recorded
- Session 2 · Singles (Back 9)Drafted via the paired session
- Session 3 · Scramble (Front 9)0 draft action(s) recorded
- Session 4 · Singles (Back 9)Drafted via the paired session
Tournament data
Wipe clears all picks and scores for this tournament back to the initial state.
Backup & restore
The tournament database is hosted on Heroku Postgres. Snapshots are managed by the platform — use the Heroku CLI from a trusted machine:
# Capture a backup heroku pg:backups:capture --app <heroku-app-name> # Download the latest backup as a .dump file heroku pg:backups:download --app <heroku-app-name> # Restore the most recent backup (destructive — overwrites the current DB) heroku pg:backups:restore <BACKUP_ID> DATABASE_URL --app <heroku-app-name> --confirm <heroku-app-name>
Hobby/Essential tier Postgres also retains automatic daily backups.