Skip to content
sethgoldin edited this page Apr 16, 2018 · 13 revisions

Welcome to the DaVinci Resolve PostgreSQL Workflow Tools wiki!

Development roadmap

CentOS Linux

Port to CentOS 7

April, 2018

Meta-service

A systemd service to check for newly created databases and automatically load "backup" and "optimize" scripts and services for them

  1. Inside a systemd timer and service:
    1. Have a psql shell output a list of PostgreSQL database names into a Python list
    2. Have the Python script iterate over the list of database names, checking if "backup" and "optimize" scripts and systemd services and timers exist for each database name
    3. If a database doesn't have "backup" and "optimize" scripts, services and timers, create and start "backup" and "optimize" scripts, services, and timers

Fall, 2018

Port the Linux meta-systemd service to be a macOS launchd user agent

2019