blob: 8ffedef5483f8ff57833a28827416e5f6da6b295 (
plain)
1
2
3
4
5
6
7
8
|
---
features:
- A new database service status ``HEALTHY`` is introduced to indicate that
the service is responsive. ``HEALTHY`` is the final status after
``ACTIVE``.
upgrade:
- Any existing scripts that rely on the database instance ``ACTIVE`` status
should now rely on ``HEALTHY`` status.
|