Skip to content

Replace manage.sh with django-admin in the backup and restore scripts of the 5.0.x branch #615

@Gpetrak

Description

@Gpetrak

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions