Skip to content

feat: wrapper script to run all stages + adjust Dockerfile

Description

Wrapper script to run all stages + adjust Dockerfile

Add run_checkup.sh to run all 4 steps of normal checkup procedure:

  • collect only K*** and wait N seconds
  • collect everything
  • process
  • upload

Additionally, Dockerfile adjusted to be able to work with run_checkup.sh.

To follow up (postponed): PGPASSWORD and how it is passed to ./checkup. -- PGPASSWORD is working well (example: PGPASSWORD="$(cat somefile)" bash run_checkup.sh).

  • the MR description has been reviewed
  • this MR contains text changes and they have been reviewed OR there are no texts changes
  • this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes
  • this MR contains API changes and they have been reviewed OR there are no API changes

Related issue

Examples

Edited by Nikolay Samokhvalov

Merge request reports