Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl
Commits
d600a296
Commit
d600a296
authored
18 years ago
by
Patrick Meidl
Browse files
Options
Downloads
Patches
Plain Diff
minor clarification to documentation
parent
c16ecc90
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc-scripts/schema_patch.pl
+9
-6
9 additions, 6 deletions
misc-scripts/schema_patch.pl
with
9 additions
and
6 deletions
misc-scripts/schema_patch.pl
+
9
−
6
View file @
d600a296
...
...
@@ -16,15 +16,15 @@ Required arguments:
--pass, --dbpass, --db_pass=PASS database passwort PASS
--pattern, --dbpattern=PATTERN patch databases where name matches PATTERN
Note that this is a database pattern of
the
form %core_41% rather than a regexp
Note that this is a database pattern of
the
form %core_41% rather than a regexp
--schema, --dbschema=NUM patch to schema version NUM
Optional arguments:
--patch_variation_database If this attribute is specified, will read
the
sql from ensembl-variation and patch
the
variation databases (default:false)
--patch_variation_database If this attribute is specified, will read
the
sql from ensembl-variation and patch
the
variation databases (default:false)
--conffile, --conf=FILE read parameters from FILE
(default: conf/Conversion.ini)
...
...
@@ -38,9 +38,12 @@ Optional arguments:
-v, --verbose=0|1 verbose logging (default: false)
-i, --interactive=0|1 run script interactively (default: true)
-n, --dry
_run
, --dry=0|1 don't write results to database
-n, --dry, --dry
_run
=0|1 don't write results to database
-h, --help, -? print help (this message)
Please note that where an argument expects a value, this is true for all
alternative argument styles.
=head1 DESCRIPTION
This is a script to facilitate patching databases to the next schema version.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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