Skip to content
Snippets Groups Projects
Commit 8eab0e9a authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: restore sql

parent 16616f4e
No related branches found
No related tags found
No related merge requests found
...@@ -13,3 +13,12 @@ of the SQL-Backend:: ...@@ -13,3 +13,12 @@ of the SQL-Backend::
utils/backup.py -d folder/where/the/backup/is/created utils/backup.py -d folder/where/the/backup/is/created
You can do this while CaosDB is online. You can do this while CaosDB is online.
Restoring a Backup
------------------
CaosDB should be offline for restoring.
You can use the Bash script ``utils/make_db`` to restore a backup (SQL dump)
of the SQL-Backend::
make_db restore_db path/to/sql.dump
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment