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
Commits
5bc0821f
Verified
Commit
5bc0821f
authored
2 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Added additional instructions when restoring database content.
For
#34
.
parent
5ae28a52
No related branches found
No related tags found
1 merge request
!17
Release 6.0
Pipeline
#26390
canceled
2 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/make_db
+5
-0
5 additions, 0 deletions
utils/make_db
with
5 additions
and
0 deletions
utils/make_db
+
5
−
0
View file @
5bc0821f
...
...
@@ -136,6 +136,11 @@ name in your .config file "
function
restore_db
()
{
SQL_FILE
=
"
$1
"
$MYSQL_CMD
$(
get_mysql_args
)
<
"
$SQL_FILE
"
cat
<<
EOF
If this is not the same SQL server where the SQL dump was originally created
from, make sure that a user with sufficient permissions exist. Note that you
can use the 'grant' action of this script to do this.
EOF
}
function
test-connection
()
{
...
...
This diff is collapsed.
Click to expand it.
Daniel Hornung
@daniel
mentioned in issue
#34 (closed)
·
2 years ago
mentioned in issue
#34 (closed)
mentioned in issue #34
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment