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
Currently the aligned volume database is not created automatically at startup of the app. This prevents the health check from completing successfully crashing the app.
Current work around: disable health check then create the aligned volume via the api:
/api/v2/aligned_volumes/{aligned_volume_name}
We need to add a pre-start script to check and create the database before the flask app starts up
The text was updated successfully, but these errors were encountered:
Currently the aligned volume database is not created automatically at startup of the app. This prevents the health check from completing successfully crashing the app.
Current work around: disable health check then create the aligned volume via the api:
/api/v2/aligned_volumes/{aligned_volume_name}
We need to add a pre-start script to check and create the database before the flask app starts up
The text was updated successfully, but these errors were encountered: