1.0.1 #170
sassanix
announced in
Announcements
1.0.1
#170
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🩹 Hotfix 1.0.1 – PostgreSQL Privilege Handling & Startup Stability
Version 1.0.1 delivers a targeted hotfix addressing a container startup issue affecting environments with restricted PostgreSQL privileges.
This patch ensures the service can start reliably even without elevated database permissions — no feature or schema changes introduced.
🐘 PostgreSQL Startup Loop Fix
✅ Stable Startup in Restricted Environments
Fixed a container startup loop caused by missing privileges in the PostgreSQL startup script.
Wrapped the
ALTER ROLE ... CREATEROLEcommand in a safeDOblock with exception handling.No functional or schema changes — only improved robustness during initialization.
Modified file:
backend/fix_permissions.sql✅ Result: Reliable container startup even in environments without elevated database roles.
🧭 Upgrade Notes
This 1.0.1 Hotfix improves startup reliability for deployments with restricted database permissions — ensuring smooth operation without requiring elevated PostgreSQL privileges.
This discussion was created from the release 1.0.1.
Beta Was this translation helpful? Give feedback.
All reactions