Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayobe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Very Demiurge Very Mindful
Kayobe
Commits
2f08649d
Commit
2f08649d
authored
11 months ago
by
Zuul
Committed by
Gerrit Code Review
11 months ago
Browse files
Options
Downloads
Plain Diff
Merge "Fix Bifrost database backup instructions"
parents
d539efc9
449fc919
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
doc/source/administration/seed.rst
+4
-8
4 additions, 8 deletions
doc/source/administration/seed.rst
with
4 additions
and
8 deletions
doc/source/administration/seed.rst
+
4
−
8
View file @
2f08649d
...
@@ -113,8 +113,7 @@ Backup
...
@@ -113,8 +113,7 @@ Backup
It should be safe to keep services running during the backup, but for maximum
It should be safe to keep services running during the backup, but for maximum
safety they may optionally be stopped::
safety they may optionally be stopped::
docker exec -it bifrost_deploy \
docker exec -it bifrost_deploy systemctl stop ironic ironic-inspector
systemctl stop ironic-api ironic-conductor ironic-inspector
Then, to perform the backup::
Then, to perform the backup::
...
@@ -123,8 +122,7 @@ Then, to perform the backup::
...
@@ -123,8 +122,7 @@ Then, to perform the backup::
If the services were stopped prior to the backup, start them again::
If the services were stopped prior to the backup, start them again::
docker exec -it bifrost_deploy \
docker exec -it bifrost_deploy systemctl start ironic ironic-inspector
systemctl start ironic-api ironic-conductor ironic-inspector
Restore
Restore
^^^^^^^
^^^^^^^
...
@@ -132,8 +130,7 @@ Restore
...
@@ -132,8 +130,7 @@ Restore
Prior to restoring the database, the Ironic and Ironic Inspector services
Prior to restoring the database, the Ironic and Ironic Inspector services
should be stopped::
should be stopped::
docker exec -it bifrost_deploy \
docker exec -it bifrost_deploy systemctl stop ironic ironic-inspector
systemctl stop ironic-api ironic-conductor ironic-inspector
The database may then safely be restored::
The database may then safely be restored::
...
@@ -142,8 +139,7 @@ The database may then safely be restored::
...
@@ -142,8 +139,7 @@ The database may then safely be restored::
Finally, start the Ironic and Ironic Inspector services again::
Finally, start the Ironic and Ironic Inspector services again::
docker exec -it bifrost_deploy \
docker exec -it bifrost_deploy systemctl start ironic ironic-inspector
systemctl start ironic-api ironic-conductor ironic-inspector
Running Commands
Running Commands
================
================
...
...
This diff is collapsed.
Click to expand it.
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