-
Notifications
You must be signed in to change notification settings - Fork 11
Home
sethgoldin edited this page Apr 16, 2018
·
13 revisions
Welcome to the DaVinci Resolve PostgreSQL Workflow Tools wiki!
Port to CentOS 7
April, 2018
A systemd service to check for newly created databases and automatically load "backup" and "optimize" scripts and services for them
- Inside a
systemdtimer and service:- Have a
psqlshell output a list of PostgreSQL database names into a Python list - Have the Python script iterate over the list of database names, checking if "backup" and "optimize" scripts and
systemdservices and timers exist for each database name - If a database doesn't have "backup" and "optimize" scripts, services and timers, create and start "backup" and "optimize" scripts, services, and timers
- Have a
Fall, 2018
2019