mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Merge pull request #1885 from AMR-Mannesmann/docsadd-title-06.03
fix(docs): add title to 06.03
This commit is contained in:
commit
50ab0b7503
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Postgres Major Version Upgrade
|
||||||
|
---
|
||||||
|
|
||||||
# PostgreSQL Major Version Upgrade (v13 to v15)
|
# PostgreSQL Major Version Upgrade (v13 to v15)
|
||||||
|
|
||||||
Upgrading PostgreSQL from version 13 to 15 is a major version jump. Since PostgreSQL does not support in-place data directory upgrades, existing users must manually migrate their data using `pg_dump`.
|
Upgrading PostgreSQL from version 13 to 15 is a major version jump. Since PostgreSQL does not support in-place data directory upgrades, existing users must manually migrate their data using `pg_dump`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue