diff --git a/product_docs/docs/tpa/23/rel_notes/tpa_23.24_rel_notes.mdx b/product_docs/docs/tpa/23/rel_notes/tpa_23.24_rel_notes.mdx index a8e6bf90d92..75338aa86c4 100644 --- a/product_docs/docs/tpa/23/rel_notes/tpa_23.24_rel_notes.mdx +++ b/product_docs/docs/tpa/23/rel_notes/tpa_23.24_rel_notes.mdx @@ -24,7 +24,7 @@ New features, enhancements, bug fixes, and other changes in Trusted Postgres Arc | Change | `tpaexec setup` now defaults to using community ansible rather than 2ndQuadrant ansible. The option `--use-2q-ansible` can be used to force the use of 2ndQuadrant ansible, which is now deprecated and will be removed in a future release. If you are using `--skip-tags`, see [the install documentation](INSTALL.mdx). | | Change | When a repository has been removed from `edb_repositories` in config.yml, `tpaexec deploy` now removes it from the nodes. | | Change | TPA will now detect when harp-proxy and harp-manager are running on the same node and use a different config file for harp-proxy. | -| Change | When using local repositories, TPA will now update the instance local repositories from the one on the TPA host as part of the `upgrade` command. | +| Change | The `upgrade` command will now update local repositories on target instances. | | Bug Fix | Fixed an issue whereby TPA did not respect `postgres_wal_dir` in pg_basebackup invocation | | Bug Fix | TPA will now accept repmgr as a failover manager for subscriber-only nodes in PGD clusters, allowing physical replication of such nodes. | | Bug Fix | Fixed a typo which prevented TPA building Ubuntu 22.04 Docker images. |