| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
also file having basic information about installed postgresql
package. This is only human-readable ATM.
|
|
|
|
|
|
|
|
|
|
| |
Because we usually mount /var/lib/pgsql/data into container,
scripts would fail on 'rm -rf /var/lib/pgsql/data'.
* generate (GEN_DATA): Use $PGHOME/data/data.
(single_task): Generate tarball from proper datadir.
* prep: Use 'dnf' when necessary. Use /var/lib/pgsql/data/data
directory.
|
|
Try to split into three separate components -> controller, tester,
and 'tasks' (postgresql-tasks in our case). The controller
component is the main part which is able to run the task remotely.
Tester is more-like library for 'tasks' component (should be
reusable on the raw git level).
* controller: Almost separated component.
* postgresql-tasks: Likewise.
* tester: Likewise.
|