Tag: backups

  • Backing up database data from a Crypt server

    This is really just a step-by-step version of what’s available in the July 2015 update doc, which links to Django dumpdata and loaddata. If you want back up your Crypt server database, this is how you can dump the data out: docker ps to find the name of your docker container, in case you forgot…