-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using PostGIS as databasePlatform #96
Comments
Try adding a line like this:
in your property file. You may also want to refer to these lines |
@etj I am now on GeoServer 2.12 (which comes with GeoNode master). Apparently in this case the geofence-datasource-ovr.properties is ignored, and GeoFence keeps using h2 |
@etj I cannot make GeoFence (the one integrated with GeoNode master) working with PostGIS. This is the way I start the container:
This is what I have in geofence-datasource-ovr.properties:
|
@capooti What I did observe:
|
I have tried to use the PostGIS database as a store and nothing seems to be working. Error logs
|
What's wrong? RESOLVED: geofence-datasource-ovr.properties was empty cause Docker COPY did not replace it with my local configuration entries |
I am trying to use PostGIS as the GeoFence database.
This is what I have in my geofence-datasource-ovr.properties
The user is the owner of the database and has full privileges.
If I go to the GeoFence Data Rules page, the following error is raised:
...
Caused by: org.postgresql.util.PSQLException: ERROR: relation "gfschema.gf_rule" does not exist
...
How can I generate the schema?
thanks a lot!
The text was updated successfully, but these errors were encountered: