[pmg-devel] applied: [PATCH pmg-api] introduce pmg7to8 cli helper
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Jun 26 17:21:04 CEST 2023
Am 26/06/2023 um 14:30 schrieb Dominik Csapak:
> mostly copied from pve7to8 (without the pve specific tests) with some
> notable additions to check some basic things for the pmg upgrade:
> * check if the cluster is healthy
> * check if the services are stopped(pre-upgrade)/started(post-upgrade)
> * check if the db was upgraded (post upgrade)
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> src/Makefile | 11 +-
> src/PMG/CLI/pmg7to8.pm | 567 +++++++++++++++++++++++++++++++++++++++++
> src/bin/pmg7to8 | 8 +
> 3 files changed, 585 insertions(+), 1 deletion(-)
> create mode 100644 src/PMG/CLI/pmg7to8.pm
> create mode 100644 src/bin/pmg7to8
>
>
applied, with a few follow-ups and a package suite mismatch check added, thanks!
More information about the pmg-devel
mailing list