[Bug]: For embedded postgres appsmith
user is unable to create tables because of the missing permission
#36661
Closed
1 task done
Labels
Bug
Something isn't working
DB Infrastructure Pod
Pod to handle database infrastructure
High
This issue blocks a user from building or impacts a lot of users
Move to Postgres
Issues required to be solved for the move to Postgres as repository layer
Needs Triaging
Needs attention from maintainers to triage
Production
QA Pod
Issues under the QA Pod
QA
Needs QA attention
Is there an existing issue for this?
Description
When user opt for
postgres
version, startup flow makes sure to create appropriate DB, user and schema. In the current implementation we are not granting any permission to the role that is being created explicitly and is dependent on inheriting the create table and related CRUD ops on these tables. This can lead to permission issues with theappsmith
user which is being used by Appsmith instance.Ref logs:
To fix this we need to add the explicit permission for appsmith user:
Steps To Reproduce
Public Sample App
No response
Environment
Production
Severity
High (Blocker to building or releasing)
Issue video log
No response
Version
v1.42
The text was updated successfully, but these errors were encountered: