From 06af398297e60d5a7c57df3c090f1522438344a5 Mon Sep 17 00:00:00 2001 From: Angus Williams Date: Wed, 24 Jan 2024 12:18:39 +1300 Subject: [PATCH] Updates required postgres version to >= 12 in upgrade notes The release notes for harbor v2.9.0 state that postgres must be >= 12. Updating upgrade guide to match this https://github.com/goharbor/harbor/releases/tag/v2.9.0 --- docs/administration/upgrade/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/upgrade/_index.md b/docs/administration/upgrade/_index.md index a3d0943f5..f4198f72b 100644 --- a/docs/administration/upgrade/_index.md +++ b/docs/administration/upgrade/_index.md @@ -22,7 +22,7 @@ Since the migration might alter the database schema and the settings of `harbor. ## Important Upgrade Notes - Again, you MUST backup your data before any data migration. -- In Harbor v2.5, if you are using an external database, make sure the version of PostgreSQL >= 10. +- In Harbor v2.9, if you are using an external database, make sure the version of PostgreSQL >= 12. ## Upgrading Harbor and Migrating Data