-
Notifications
You must be signed in to change notification settings - Fork 980
Closed as duplicate of#3548
Copy link
Labels
bugDocuments unexpected/wrong/buggy behaviorDocuments unexpected/wrong/buggy behaviordeployed versionLive problems with deployed versionsLive problems with deployed versions
Description
Please help us help you by filling out the following sections as thoroughly as you can.
Description:
docker compose up doesn't result in a running system on Fedora 43 consistently on both the release and main branches. The augur container dies consistently with a database error.
The first error appears to be
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "contributor_repo" does not exist
which then results also:
augur-1 | sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "augur_operations.config" does not exist
augur-1 | LINE 2: FROM augur_operations.config
augur-1 | ^
augur-1 |
augur-1 | [SQL: SELECT augur_operations.config.id AS augur_operations_config_id, augur_operations.config.section_name AS augur_operations_config_section_name, augur_operations.config.setting_name AS augur_operations_config_setting_name, augur_operations.config.value AS augur_operations_config_value, augur_operations.config.type AS augur_operations_config_type
augur-1 | FROM augur_operations.config
augur-1 | WHERE augur_operations.config.section_name = %(section_name_1)s AND augur_operations.config.setting_name = %(setting_name_1)s]
augur-1 | [parameters: {'section_name_1': 'Redis', 'setting_name_1': 'cache_group'}]
This appeared multiple times on different systems during ChaossCon
How to reproduce:
- run
docker compose up
Log files
Software versions:
- Augur:
mainorreleasebranch - OS: Fedora 43
- Browser: n/a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugDocuments unexpected/wrong/buggy behaviorDocuments unexpected/wrong/buggy behaviordeployed versionLive problems with deployed versionsLive problems with deployed versions