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

pghoard doesn't like rc versions #479

Open
jankatins opened this issue Oct 8, 2021 · 0 comments
Open

pghoard doesn't like rc versions #479

jankatins opened this issue Oct 8, 2021 · 0 comments

Comments

@jankatins
Copy link
Contributor

   File "/usr/bin/pghoard", line 33, in <module>
     sys.exit(load_entry_point('pghoard==2.2.1.dev32', 'console_scripts', 'pghoard')())
   File "/usr/lib/python3.9/site-packages/pghoard/pghoard.py", line 896, in main
     pghoard = PGHoard(config_path)
   File "/usr/lib/python3.9/site-packages/pghoard/pghoard.py", line 84, in __init__
     self.load_config()
   File "/usr/lib/python3.9/site-packages/pghoard/pghoard.py", line 789, in load_config
     new_config = config.read_json_config_file(self.config_path)
   File "/usr/lib/python3.9/site-packages/pghoard/config.py", line 179, in read_json_config_file
     return set_and_check_config_defaults(config, check_commands=check_commands, check_pgdata=check_pgdata)
   File "/usr/lib/python3.9/site-packages/pghoard/config.py", line 156, in set_and_check_config_defaults
     site_config[command + "_version"] = convert_pg_command_version_to_number(version_string)
   File "/usr/lib/python3.9/site-packages/pghoard/common.py", line 162, in convert_pg_command_version_to_number
     raise Error("Unrecognized PostgreSQL version string {!r}".format(command_version_string))
 pghoard.rohmu.errors.Error: Unrecognized PostgreSQL version string 'pg_basebackup (PostgreSQL) 14rc1'
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