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
If R2R respects R2R_POSTGRES_DBNAME, why not create the database if it doesnt exist?
Given that the hatchet-create-db service exists in the same compose file but no equivalent exists for R2R strongly seems strange.
I am new to this - but my gut feeling is that a well-designed containerized application handle its own prerequisites automatically, especially database creation - kindly help me understand.
Shouldn't an r2r-create-db service exist to fix the gap?
The text was updated successfully, but these errors were encountered:
If R2R respects R2R_POSTGRES_DBNAME, why not create the database if it doesnt exist?
Given that the
hatchet-create-db
service exists in the same compose file but no equivalent exists for R2R strongly seems strange.I am new to this - but my gut feeling is that a well-designed containerized application handle its own prerequisites automatically, especially database creation - kindly help me understand.
Shouldn't an
r2r-create-db
service exist to fix the gap?The text was updated successfully, but these errors were encountered: