Hi,
I’m using Liquibase for the first time to update a PostgreSQL table schema. The update command fails due to this error “Exception Primary Reason: ERROR: must be owner of table …”, the user has all permissions but is not the table owner as i have more than one user with read/write permissions for that table.
Is is really required for the user to be the table owner?
Thank you for your help
Env:
- Spring Boot: v2.7.13
- Liquibase: 4.25.1