Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-mysqlbackend
Merge requests
!7
Release v5.0.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release v5.0.0
release-v5.0.0
into
main
Overview
0
Commits
55
Pipelines
2
Changes
78
Merged
Timm Fitschen
requested to merge
release-v5.0.0
into
main
3 years ago
Overview
0
Commits
55
Pipelines
2
Changes
78
Expand
0
0
Merge request reports
Compare
main
version 1
30f978ec
3 years ago
main (base)
and
latest version
latest version
f5e534b5
55 commits,
3 years ago
version 1
30f978ec
54 commits,
3 years ago
78 files
+
1331
−
928
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
78
Search (e.g. *.vue) (Ctrl+P)
doc/Maintenance.rst
+
2
−
2
Options
@@ -10,7 +10,7 @@ Creating a Backup
You can use the Python script ``utils/backup.py`` to create a backup (SQL dump)
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.
@@ -21,4 +21,4 @@ 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
./
make_db restore_db path/to/sql.dump
Loading