Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add streaming-related fields to DiagnoseOutput schema #32

Open
jthreefoot-edb opened this issue May 18, 2022 · 0 comments
Open

Add streaming-related fields to DiagnoseOutput schema #32

jthreefoot-edb opened this issue May 18, 2022 · 0 comments

Comments

@jthreefoot-edb
Copy link
Contributor

jthreefoot-edb commented May 18, 2022

Add SystemInfo to the additionalproperties of DiagnoseOutput.servers as a required field

Add to Status

  • included_files (as we have under Backups)
  • pg_receivexlog_compatible - bool
  • pg_receivexlog_installed - bool
  • pg_receivexlog_path - string
  • pg_receivexlog_supports_slots - bool
  • pg_receivexlog_synchronous - bool
  • pg_receivexlog_version - string (the other version numbers in the schema are strings)
  • postgres_systemid - string or number?
  • streaming - bool
  • streaming_supported - bool
  • streaming_systemid - string or number?
  • timeline - int?
  • xlogpos - string
    I believe all of these should be nullable, as they aren't relevant to all barman/postgres setups.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant