Skip to content

Roster and leave management system with automations

License

Notifications You must be signed in to change notification settings

Tubo/radscheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radscheduler

A rostering program for Radiology Registrars.

Built with Cookiecutter Django Black code style

License: MIT

Back up and restore a database from fly.io

Start a proxy to fly postgres: flyctl proxy 54321:5432 --app radscheduler-db

Find urls to postgres via: flyctl ssh console -C 'env'

Download a dump: pg_dump -d postgres://radscheduler:{password}2localhost:54321 | gzip > backups/db.sql.gz

Restore using docker-compose -f local.yml run postgres restore db.sql.gz

or

docker exec radscheduler_local_postgres restore db.sql.gz

About

Roster and leave management system with automations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published