Issues
- regression: test.tags.dbInfo message: ERROR: permission denied for schema public on github actionsLDEV-5236Resolved issue: LDEV-5236Zac Spitzer
- MSSQL JDBC extension releases should be properly tagged on GithubLDEV-3543Michael Offner
- Multiple admin extension bugfixes for Lucee 4LDEV-743
- Case-insensitive check for resource.exists() only when resource is case-sensitiveLDEV-582
4 of 4
regression: test.tags.dbInfo message: ERROR: permission denied for schema public on github actions
Fixed
Description
Environment
None
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerPriority
NewNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 3 January 2025 at 14:16
Updated 3 January 2025 at 16:03
Resolved 3 January 2025 at 16:02
Activity
Show:
Zac Spitzer3 January 2025 at 16:02
fixed for 5.4, 6.0, 6.1, 6.2 and 7.0 branches
Zac Spitzer3 January 2025 at 15:04Edited
needs
sudo -u postgres psql -c 'grant all privileges on database lucee to lucee;' -d lucee
Zac Spitzer3 January 2025 at 14:52Edited
Error creating schema for POSTGRES: ERROR: permission denied for schema public
ah, it’s now postgres 16 was 14
Service [ postgres ] is [ PostgreSQL, 14.15 (Ubuntu 14.15-1.pgdg22.04+1), PostgreSQL JDBC Driver, 42.7.4, 4, 2 ]
now
Service [ postgres ] is [ PostgreSQL, 16.6 (Ubuntu 16.6-1.pgdg24.04+1), PostgreSQL JDBC Driver, 42.7.4, 4, 2 ]
Zac Spitzer3 January 2025 at 14:22
working for me locally, it’s failing on 6.1 and 6.2 on github