minor update in admin docs
This commit is contained in:
parent
0658127ebd
commit
cfcc17b533
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2020 Zalando SE
|
Copyright (c) 2021 Zalando SE
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
|
|
@ -30,10 +30,10 @@ To trigger the upgrade, increase the version in the cluster manifest. After
|
||||||
Pods are rotated `configure_spilo` will notice the version mismatch and start
|
Pods are rotated `configure_spilo` will notice the version mismatch and start
|
||||||
the old version again. You can then exec into the Postgres container of the
|
the old version again. You can then exec into the Postgres container of the
|
||||||
master instance and call `python3 /scripts/inplace_upgrade.py N` where `N`
|
master instance and call `python3 /scripts/inplace_upgrade.py N` where `N`
|
||||||
is the number of members of your cluster (see `number_of_instances`). The
|
is the number of members of your cluster (see [`numberOfInstances`](https://github.com/zalando/postgres-operator/blob/50cb5898ea715a1db7e634de928b2d16dc8cd969/manifests/minimal-postgres-manifest.yaml#L10)).
|
||||||
upgrade is usually fast, well under one minute for most DBs. Note, that changes
|
The upgrade is usually fast, well under one minute for most DBs. Note, that
|
||||||
become irrevertible once `pg_upgrade` is called. To understand the upgrade
|
changes become irrevertible once `pg_upgrade` is called. To understand the
|
||||||
procedure, refer to the [corresponding PR in Spilo](https://github.com/zalando/spilo/pull/488).
|
upgrade procedure, refer to the [corresponding PR in Spilo](https://github.com/zalando/spilo/pull/488).
|
||||||
|
|
||||||
## CRD Validation
|
## CRD Validation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue