You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two terminology enhancements. barman.conf
Current:
Barman configuration file section [servername]
Could be:
Renamed to something like [backup_spetsification]
Why: you can in one pg server(name) setup multiple barman backups.
Restore end output
Current:
Recovery completed (start time: 2024-09-07 01:00:14.790065+03:00, elapsed time: 29 minutes, 52 seconds)
Your PostgreSQL server has been successfully prepared for recovery!
Could be:
Restore completed (start time: 2024-09-07 01:00:14.790065+03:00, elapsed time: 29 minutes, 52 seconds)
Your PostgreSQL server has been successfully prepared for recovery!
Why: Recovery completed ... prepared for recovery! :D And database is not yet recovered, but restored.
I have managed 25+ years oracle, pg backup integrations (HP Dataprotector, Veritas NetBackup), so that's why I dare to make such suggsessions.
br
Kaido
The text was updated successfully, but these errors were encountered:
Two terminology enhancements.
barman.conf
Current:
Barman configuration file section
[servername]
Could be:
Renamed to something like
[backup_spetsification]
Why: you can in one pg server(name) setup multiple barman backups.
Restore end output
Current:
Could be:
Why: Recovery completed ... prepared for recovery! :D And database is not yet recovered, but restored.
I have managed 25+ years oracle, pg backup integrations (HP Dataprotector, Veritas NetBackup), so that's why I dare to make such suggsessions.
br
Kaido
The text was updated successfully, but these errors were encountered: