Skip to content

bradw2k/historic-moment

Repository files navigation

# USAGE: go run historic-moment.go

# USAGE: go run historic-moment.go /optional/path/to/historic-moment.conf

* Example historic-moment.config YAML file, where curly braces cause ENV replacements:

---

dbhost: ${RDS_ENDPOINT}

dbname: ${RDS_NAME}

dbuser: ${RDS_USER}

dbpassword: ${RDS_PASSWORD}

dbssl: ${RDS_SSLMODE}

ignorecolumns: updated_at

ignoretables: (f_.*)|(session_table)|(temp.*)

tablenamepostfix: archives

verbose: true

About

Tool makes snapshots of all your data into history tables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •