GeoNode / geonode-project

A django template project for creating custom GeoNode projects.
http://geonode.org
77 stars 170 forks source link

Backup fails from docker install because of missing dialogos app #450

Closed syldor closed 1 year ago

syldor commented 1 year ago

Expected Behavior

Generate the backup zip file upon backing up command.

Actual Behavior

Backup process stops with the error:

CommandError: No installed app with label 'dialogos'.

Selection_068

Steps to Reproduce the Problem

My project name is urban_gis_geonode, to backup I launch the command

docker exec -u 0 -it django4urban_gis_geonode sh -c 'SOURCE_URL=$SOURCE_URL TARGET_URL=$TARGET_URL ./urban_gis_geonode/br/backup.sh $BKP_FOLDER_NAME'

Specifications

syldor commented 1 year ago

It seems that removing dialogos from settings_docker.ini is enough to make it work.

giohappy commented 1 year ago

Thanks @syldor for reporting this. Apparently the recent updates to the ini file weren't ported to geonode-proejct.