Expected Behavior
Expecting the schema to be the one defined in the env file and not 'public'
Actual Behavior
It remains unchanged
Steps to Reproduce the Problem
- Assign a new schema with GEONODE_DATABASE_SCHEMA
- build and start docker
- check out the postgresql db structure
Specifications
- GeoNode version: 5
- Installation type (vanilla, geonode-project): geonode-project
- Installation method (manual, docker): docker
- Platform: Redhat 9
- Additional details:
I added the schema at the end of the database URL instead but it creates more issues down the line where some tables aren't correctly created.