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
makes sure that the pipeline always fails early if the extension can't be created. This should prevent #74, whose discussion has a comment with more details, from reoccurring for others.
The text was updated successfully, but these errors were encountered:
Since the migrations currently also contain one that creates the
database extensions we need, this also fixes#76 and the Docker entry
point is removed with this commit.
@gnn I noticed that this will be solved with PR which also includes other things and is still marked as draft. But because we frequently run into this error, do you think that it could make sens to solve this preliminary differently? I could also implement this.
I'm currently solving this, because when supporting multiple databases, initializing the database has to be done differently anyway. Will push a solution today.
Replacing the current extension creation code with
and running it at the start of the pipeline via something like
makes sure that the pipeline always fails early if the extension can't be created. This should prevent #74, whose discussion has a comment with more details, from reoccurring for others.
The text was updated successfully, but these errors were encountered: