Updater offered 0.9.9.2, which I let it update to. Starting the service now fails with the following message in the journal:
May 08 11:35:11 maui pegaprox[2505602]: Traceback (most recent call last):
May 08 11:35:11 maui pegaprox[2505602]: File "/opt/PegaProx/pegaprox_multi_cluster.py", line 171, in <module>
May 08 11:35:11 maui pegaprox[2505602]: main(debug_mode=debug_mode)
May 08 11:35:11 maui pegaprox[2505602]: ~~~~^^^^^^^^^^^^^^^^^^^^^^^
May 08 11:35:11 maui pegaprox[2505602]: File "/opt/PegaProx/pegaprox/app.py", line 687, in main
May 08 11:35:11 maui pegaprox[2505602]: app = create_app()
May 08 11:35:11 maui pegaprox[2505602]: File "/opt/PegaProx/pegaprox/app.py", line 336, in create_app
May 08 11:35:11 maui pegaprox[2505602]: register_blueprints(app)
May 08 11:35:11 maui pegaprox[2505602]: ~~~~~~~~~~~~~~~~~~~^^^^^
May 08 11:35:11 maui pegaprox[2505602]: File "/opt/PegaProx/pegaprox/api/__init__.py", line 44, in register_blueprints
May 08 11:35:11 maui pegaprox[2505602]: from pegaprox.api.dr_drill import bp as dr_drill_bp
May 08 11:35:11 maui pegaprox[2505602]: ModuleNotFoundError: No module named 'pegaprox.api.dr_drill'
Describe the bug
Updater offered 0.9.9.2, which I let it update to. Starting the service now fails with the following message in the journal:
Steps to Reproduce
Expected behavior
it should run, obviously
Environment
deploy.shChecklist