Add warning about custom role passwords omitted in backups to relevant docs pages (#28760)

add note  on custom roles for backups
This commit is contained in:
Chris Gwilliams
2024-11-20 09:12:12 +02:00
committed by GitHub
parent 315f963486
commit a496191122

View File

@@ -22,6 +22,11 @@ This upgrade method is currently in Beta.
</Admonition>
<Admonition type="note">
For security purposes, passwords for custom roles are not backed up and, following a restore, they
would need to be reset. See [here](/docs/guides/platform/backups#daily-backups) for more details
</Admonition>
pg_upgrade performs an in-place upgrade on your database. For projects larger than 1GB, pg_upgrade is generally faster than a pause+restore cycle, and the speed advantage grows with the size of the database.
1. Plan for an appropriate downtime window, and ensure you have reviewed the [caveats](#caveats) section of this document before executing the upgrade.