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

MAINT: document migration

parent 9bdb1955
No related branches found
No related tags found
No related merge requests found
# Welcome
** THIS REPOSITORY IS DEPRECATED! PLEASE USE LinkAhead Build!**
https://gitlab.indiscale.com/caosdb/src/linkahead-build
https://gitlab.com/linkahead/linkahead-build
**THIS REPOSITORY IS DEPRECATED! PLEASE USE LinkAhead Control!**
https://gitlab.com/linkahead/linkahead-control
**Migration to LinkAhead Control:**
```bash
# log into the container
docker exec -ti compose_caosdb-server_1 bash
# go to the sql folder
cd git/caosdb-mysqlbackend/
# create the sql dump
utils/backup.py -d /tmp/backup
# create the tar archive containing files, that were uploaded
tar czvf /tmp/backup/backup.tar.gz /opt/caosdb/mnt/caosroot
# log out of the container (Ctrl-D)
# then copy the backup from the container
docker cp compose_caosdb-server_1:/tmp/backup .
```
You can use these two files to restore your data using LinkAhead Control.
This is **CaosDB Docker**, a part of the CaosDB project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment