-
- Downloads
Heptapod: backup handling impl in the abstract base class
Instead of just declaring `backup_create()` and `backup_restore()`, we implement them generically, relying on a new set of primitives to be implemented in subclasses: - `ctl_services()`: service management - `RAILS_SERVICES`: class attribute listing the Rails app services (web and background). These will be different in the Docker and GDK cases. - `rake()` - `remove_all_backups()`
parent
89573da1
Branches
Tags
Please register or sign in to comment