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
Fix panic when parsing backup options with extra space
There existed a condition where checking for new backup options
in the "pgo backup" command could cause a panic. This resolves the
issue both by adding a guard on the array and trimming whitespace.
Fix issue with documentation updates
Some of the interactive features were not loading due to the
last round of documentation updates. This fixes those issues.