-
Notifications
You must be signed in to change notification settings - Fork 174
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
Geonode migrates to another server with a different domain. #456
Comments
I got an error when i tried to execute this command: "DJANGO_SETTINGS_MODULE=geonode.settings python manage.py sync_geonode_datasets --updatepermissions --updateattributes" Error : geonode.geoserver.geofence.GeofenceException: Could not retrieve GeoFence Rules: [401] |
The problem is resolved by updating the GeoServer admin password with the password from the .env file. |
How to reset and initialize monitoring app data? |
I would like to migrate a Geonode instance I have installed using Docker on a server named "abc.com" to another server instance named "bcd.com". How can I achieve this?
I tried to backup and restore the database. But in the Geonode database tables, in many fields, it stores the old domain name. So, is there any better idea?
The text was updated successfully, but these errors were encountered: