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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user