The backup.sh and restore.sh files include commands which use the file manage.sh but this file has been removed from the 5.0.x branch.
Thus, the execution of the backup and restore commands raises errors like the error below:
STARTING geonode_training BACKUP Fri May 8 13:18:55 UTC 2026
-----------------------------------------------------
./geonode_training/br/backup.sh: 35: ./manage.sh: not found
This bug doesn't exist on master branch because of this commit: f920400
So, as in the commit above, we have to replace the manage.sh with django-admin in the 5.0.x too.
The backup.sh and restore.sh files include commands which use the file
manage.shbut this file has been removed from the5.0.xbranch.Thus, the execution of the
backupandrestorecommands raises errors like the error below:This bug doesn't exist on
masterbranch because of this commit: f920400So, as in the commit above, we have to replace the
manage.shwithdjango-adminin the5.0.xtoo.