-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
185e3e7
to
b60a888
Compare
4052a70
to
532e9b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to finally get this! 🚀
214691b
to
bd2e46d
Compare
Can we do the migration check before building? |
Probably yes, but I don't know. |
434fb01
to
c0457a7
Compare
I don't think it is a permission problem. It rather looks like the migrations are broken: the PostGIS extension is tried to be removed but not yet all objects that use PostGIS are removed. (At least I interpret the error message like this.) I tried to reproduce and got another problem. I created #674 to track these issues. Probably, we need to wait for #644 (or even longer) until these problems are resolved... |
jenkins build please |
Let us see if #644 improved the situation... |
jenkins build please |
We again have @temmey do you maybe know what this error is? |
40e4ee6
to
ad98477
Compare
Changing |
Great that you found a way! According to https://www.postgresql.org/docs/current/sql-dropextension.html
As we also reset the whole database on pr builds, afaik there cannot be any harm be removing any objects in the database. On dev (master) or production builds, it might be a problem but there we don't test |
Yes I agree, but somehow it still bothers me that there is something.
True, it only occured with |
I guess it will help more than it could do bad. Because finding the issue for that error might take some time in which other PR's could fail migrations maybe? Maybe we can leave an open issue that aims to remove the CASCADE again at some point? |
Yes, let us merge this, a rebase is needed, though. I don't think an issue is needed. It is okay if data gets lost on pr or dev. |
0bc935b
to
c6fd7b9
Compare
c6fd7b9
to
092c18b
Compare
Ready to be merged. |
Thank you! ❤️ |
#134
Basics
close #X
, are in the commit messages.Checklist
(not in the PR description)
(exceptions are documented)
Review