We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A cron job has been setup to take backup for MongoDB which runs at midnight every Sunday.
In order to list the cronjobs on staging and production environments:
Run the following command to create backup
oclapi/django-nonrel/ocl/deploy/mongo_backup.sh
Backups are timestamped tar files stored under /home/root/backups.
/home/root/backups.
In order to restore data from a backup
~/oclapi/django-nonrel/ocl/deploy/mongo_restore <backup_file_location>
yes | docker exec -i ocl_api python manage.py rebuild_index -k 5
Overview
Resources
Import / Export
Troubleshooting & Operations
Other