Patrik Lundin
c386349271
Trying to run goose for creating database contents failed: ``` 2024/11/14 11:59:13 goose run: failed to ensure DB version: ERROR: permission denied for schema public (SQLSTATE 42501) ``` This seems to be because PostgreSQL 15 removed the default CREATE permission in the public schema for users other than the database owner. Instead we create a user-specific schema owned by that same user and leave the public schema unused. |
||
---|---|---|
cdn-prod-l4lb-1.sunet.se | ||
default | ||
docs | ||
fabfile | ||
global | ||
internal-sto3-test-ca-1.cdn.sunet.se | ||
internal-sto3-test-cache-1.cdn.sunet.se | ||
internal-sto3-test-cache-2.cdn.sunet.se | ||
internal-sto3-test-cs-1.cdn.sunet.se | ||
internal-sto3-test-db-1.cdn.sunet.se | ||
internal-sto3-test-mqtt-1.cdn.sunet.se | ||
internal-sto3-test-runner-1.cdn.sunet.se | ||
scripts | ||
.gitignore | ||
addhost | ||
apt | ||
bump-tag | ||
cosmos-rules.yaml | ||
cosmos.conf | ||
edit-secrets | ||
host-puppet-conf-test | ||
iaas-enable-root.sh | ||
iaas-setup.sh | ||
Makefile | ||
prepare-iaas-debian | ||
prepare-iaas-ubuntu | ||
README |
The system documentation is in the docs directory of the multiverse repository.