When trying to use this for immich (https://github.com/immich-app) I found 2 issues:
-
immich requires that the db user is the owner of the database.
This corresponds to the latest gitlab database documentation.
Is this standard for other apps as well? Then this should get chnged. (This would render the grant statements obsolete)
-
immich uses extensions that have dependencies.
As a workaround the dependencies can be added to the list.
immich documentation uses: create extension CASCADE;
which will load the dependencies automatically.
When trying to use this for immich (https://github.com/immich-app) I found 2 issues:
immich requires that the db user is the owner of the database.
This corresponds to the latest gitlab database documentation.
Is this standard for other apps as well? Then this should get chnged. (This would render the grant statements obsolete)
immich uses extensions that have dependencies.
As a workaround the dependencies can be added to the list.
immich documentation uses: create extension CASCADE;
which will load the dependencies automatically.