-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the steps for backup and restore of appliances #1740
Conversation
_data/site_menu.yml
Outdated
@@ -31,6 +31,13 @@ installation: | |||
path: "/docs/reference/latest/installing_on_scvmm/index.html" | |||
desc: "How to install and configure the ManageIQ Management Engine appliance on Microsoft System Center Virtual Machine Manager (SCVMM)" | |||
|
|||
appliance_backup: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should appliance backup and restore live next to appliance upgrade?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, maybe perhaps under a separate sub-menu?
appliance_specific/index.md
Outdated
a. Select `12) Stop EVM Server Processes` to stop the server processes | ||
b. Select `2) Create Database Backup` and choosea backup location (/tmp/evm_db.backup is the default) | ||
c. Select `17) Quit` to return to the shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor, but I suggest remove the 12), 2), etc, because the numbers could change if we insert new stuff (think for Kafka). I think the text is sufficient.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ironically, I think we kept the number the same and changed the text (Configure Database -> Configure Application) when we added Kafka 😄
appliance_specific/index.md
Outdated
|
||
1. Launch `appliance_console` | ||
a. Select `12) Stop EVM Server Processes` to stop the server processes | ||
b. Select `2) Create Database Backup` and choosea backup location (/tmp/evm_db.backup is the default) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
b. Select `2) Create Database Backup` and choosea backup location (/tmp/evm_db.backup is the default) | |
b. Select `2) Create Database Backup` and choose a backup location (/tmp/evm_db.backup is the default) |
appliance_specific/index.md
Outdated
c. Select `17) Quit` to return to the shell | ||
2. For convenience, create a TGZ containing all files required to restore the database | ||
|
||
# tar -czvf /root/backup.tgz /tmp/evm_db.backup /var/www/miq/vmdb/GUID /var/www/miq/vmdb/certs/v2_key |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest using ```bash around this (and then you can remove the comment #
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, prefer a 3 space indent (that will allow markdown rendering to put it under the 2.
, but not make it a quote block)
3a5b0f9
to
01a77f7
Compare
01a77f7
to
97a6aeb
Compare
Checked commit bdunne@97a6aeb with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint **
|
I will have to manually backport this one, so the |
@miq-bot add_labels petrosian/yes?,oparin/yes?,najdorf/yes?,quinteros/yes? |
@bdunne A conflict occurred during the backport of this pull request to If this pull request is based on another pull request that has not been marked for backport, add the appropriate labels to the other pull request. Otherwise, please create a new pull request direct to the Conflict details: diff --cc _data/site_menu.yml
index 1e0d476f,263af274..00000000
--- a/_data/site_menu.yml
+++ b/_data/site_menu.yml
@@@ -4,38 -4,42 +4,47 @@@ installation
title: Installation
children:
- title: Amazon Web Services (AWS)
- path: "/docs/reference/latest/installing_on_aws/index.html"
+ path: "/docs/reference/quinteros/installing_on_aws/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Amazon Web Services (AWS)"
- title: Kubernetes
- path: "/docs/reference/latest/installing_on_kubernetes/index.html"
+ path: "/docs/reference/quinteros/installing_on_kubernetes/index.html"
desc: "How to install and configure ManageIQ on Kubernetes"
- title: IBM Cloud
- path: "/docs/reference/latest/installing_on_ibm_cloud/index.html"
+ path: "/docs/reference/quinteros/installing_on_ibm_cloud/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on IBM Cloud"
- title: Microsoft Azure
- path: "/docs/reference/latest/installing_on_microsoft_azure/index.html"
+ path: "/docs/reference/quinteros/installing_on_microsoft_azure/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Microsoft Azure"
- title: Google Compute Engine
- path: "/docs/reference/latest/installing_on_google_compute_engine/index.html"
+ path: "/docs/reference/quinteros/installing_on_google_compute_engine/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Google Compute Engine"
- title: VMware vSphere
- path: "/docs/reference/latest/installing_on_vmware_vsphere/index.html"
+ path: "/docs/reference/quinteros/installing_on_vmware_vsphere/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on VMware vSphere"
- title: Red Hat Enterprise OpenStack Platform
- path: "/docs/reference/latest/installing_on_red_hat_enterprise_linux_openstack_platform/index.html"
+ path: "/docs/reference/quinteros/installing_on_red_hat_enterprise_linux_openstack_platform/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Red Hat OpenStack Platform"
- title: Red Hat Enterprise Virtualization
- path: "/docs/reference/latest/installing_on_red_hat_virtualization/index.html"
+ path: "/docs/reference/quinteros/installing_on_red_hat_virtualization/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Red Hat Enterprise Virtualization"
- title: Microsoft System Center Virtual Machine Manager (SCVMM)
- path: "/docs/reference/latest/installing_on_scvmm/index.html"
+ path: "/docs/reference/quinteros/installing_on_scvmm/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Microsoft System Center Virtual Machine Manager (SCVMM)"
- upgrading:
- title: Upgrading
+ appliances:
+ title: Appliances
children:
++<<<<<<< HEAD
+ - title: Appliances
+ path: "/docs/reference/quinteros/upgrading_appliances/index.html"
++=======
+ - title: Backup and Restore
+ path: "/docs/reference/latest/appliances/backup_and_restore.html"
+ desc: "How to backup and restore appliances"
+ - title: Upgrading
+ path: "/docs/reference/latest/appliances/upgrading.html"
+ prior: "/docs/reference/oparin/upgrading_appliances/index.html"
++>>>>>>> 08b7e1a7 (Merge pull request #1740 from bdunne/appliance_backup_restore)
desc: "How to upgrade appliances"
configuration: |
Document the steps for backup and restore of appliances (cherry picked from commit 08b7e1a)
Manual backport to
|
@bdunne A conflict occurred during the backport of this pull request to If this pull request is based on another pull request that has not been marked for backport, add the appropriate labels to the other pull request. Otherwise, please create a new pull request direct to the Conflict details: diff --cc _data/site_menu.yml
index 326b020c,263af274..00000000
--- a/_data/site_menu.yml
+++ b/_data/site_menu.yml
@@@ -4,38 -4,42 +4,47 @@@ installation
title: Installation
children:
- title: Amazon Web Services (AWS)
- path: "/docs/reference/latest/installing_on_aws/index.html"
+ path: "/docs/reference/petrosian/installing_on_aws/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Amazon Web Services (AWS)"
- title: Kubernetes
- path: "/docs/reference/latest/installing_on_kubernetes/index.html"
+ path: "/docs/reference/petrosian/installing_on_kubernetes/index.html"
desc: "How to install and configure ManageIQ on Kubernetes"
- title: IBM Cloud
- path: "/docs/reference/latest/installing_on_ibm_cloud/index.html"
+ path: "/docs/reference/petrosian/installing_on_ibm_cloud/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on IBM Cloud"
- title: Microsoft Azure
- path: "/docs/reference/latest/installing_on_microsoft_azure/index.html"
+ path: "/docs/reference/petrosian/installing_on_microsoft_azure/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Microsoft Azure"
- title: Google Compute Engine
- path: "/docs/reference/latest/installing_on_google_compute_engine/index.html"
+ path: "/docs/reference/petrosian/installing_on_google_compute_engine/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Google Compute Engine"
- title: VMware vSphere
- path: "/docs/reference/latest/installing_on_vmware_vsphere/index.html"
+ path: "/docs/reference/petrosian/installing_on_vmware_vsphere/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on VMware vSphere"
- title: Red Hat Enterprise OpenStack Platform
- path: "/docs/reference/latest/installing_on_red_hat_enterprise_linux_openstack_platform/index.html"
+ path: "/docs/reference/petrosian/installing_on_red_hat_enterprise_linux_openstack_platform/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Red Hat OpenStack Platform"
- title: Red Hat Enterprise Virtualization
- path: "/docs/reference/latest/installing_on_red_hat_virtualization/index.html"
+ path: "/docs/reference/petrosian/installing_on_red_hat_virtualization/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Red Hat Enterprise Virtualization"
- title: Microsoft System Center Virtual Machine Manager (SCVMM)
- path: "/docs/reference/latest/installing_on_scvmm/index.html"
+ path: "/docs/reference/petrosian/installing_on_scvmm/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Microsoft System Center Virtual Machine Manager (SCVMM)"
- upgrading:
- title: Upgrading
+ appliances:
+ title: Appliances
children:
++<<<<<<< HEAD
+ - title: Appliances
+ path: "/docs/reference/petrosian/upgrading_appliances/index.html"
++=======
+ - title: Backup and Restore
+ path: "/docs/reference/latest/appliances/backup_and_restore.html"
+ desc: "How to backup and restore appliances"
+ - title: Upgrading
+ path: "/docs/reference/latest/appliances/upgrading.html"
+ prior: "/docs/reference/oparin/upgrading_appliances/index.html"
++>>>>>>> 08b7e1a7 (Merge pull request #1740 from bdunne/appliance_backup_restore)
desc: "How to upgrade appliances"
configuration: |
Document the steps for backup and restore of appliances (cherry picked from commit 08b7e1a)
Manual backport to
|
Document the steps for backup and restore of appliances (cherry picked from commit 08b7e1a)
Manual backport to
|
@bdunne A conflict occurred during the backport of this pull request to If this pull request is based on another pull request that has not been marked for backport, add the appropriate labels to the other pull request. Otherwise, please create a new pull request direct to the Conflict details: diff --cc _data/site_menu.yml
index 8921a81c,263af274..00000000
--- a/_data/site_menu.yml
+++ b/_data/site_menu.yml
@@@ -4,38 -4,42 +4,47 @@@ installation
title: Installation
children:
- title: Amazon Web Services (AWS)
- path: "/docs/reference/latest/installing_on_aws/index.html"
+ path: "/docs/reference/najdorf/installing_on_aws/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Amazon Web Services (AWS)"
- title: Kubernetes
- path: "/docs/reference/latest/installing_on_kubernetes/index.html"
+ path: "/docs/reference/najdorf/installing_on_kubernetes/index.html"
desc: "How to install and configure ManageIQ on Kubernetes"
- title: IBM Cloud
- path: "/docs/reference/latest/installing_on_ibm_cloud/index.html"
+ path: "/docs/reference/najdorf/installing_on_ibm_cloud/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on IBM Cloud"
- title: Microsoft Azure
- path: "/docs/reference/latest/installing_on_microsoft_azure/index.html"
+ path: "/docs/reference/najdorf/installing_on_microsoft_azure/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Microsoft Azure"
- title: Google Compute Engine
- path: "/docs/reference/latest/installing_on_google_compute_engine/index.html"
+ path: "/docs/reference/najdorf/installing_on_google_compute_engine/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Google Compute Engine"
- title: VMware vSphere
- path: "/docs/reference/latest/installing_on_vmware_vsphere/index.html"
+ path: "/docs/reference/najdorf/installing_on_vmware_vsphere/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on VMware vSphere"
- title: Red Hat Enterprise OpenStack Platform
- path: "/docs/reference/latest/installing_on_red_hat_enterprise_linux_openstack_platform/index.html"
+ path: "/docs/reference/najdorf/installing_on_red_hat_enterprise_linux_openstack_platform/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Red Hat OpenStack Platform"
- title: Red Hat Enterprise Virtualization
- path: "/docs/reference/latest/installing_on_red_hat_virtualization/index.html"
+ path: "/docs/reference/najdorf/installing_on_red_hat_virtualization/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Red Hat Enterprise Virtualization"
- title: Microsoft System Center Virtual Machine Manager (SCVMM)
- path: "/docs/reference/latest/installing_on_scvmm/index.html"
+ path: "/docs/reference/najdorf/installing_on_scvmm/index.html"
desc: "How to install and configure the ManageIQ Management Engine appliance on Microsoft System Center Virtual Machine Manager (SCVMM)"
- upgrading:
- title: Upgrading
+ appliances:
+ title: Appliances
children:
++<<<<<<< HEAD
+ - title: Appliances
+ path: "/docs/reference/najdorf/upgrading_appliances/index.html"
++=======
+ - title: Backup and Restore
+ path: "/docs/reference/latest/appliances/backup_and_restore.html"
+ desc: "How to backup and restore appliances"
+ - title: Upgrading
+ path: "/docs/reference/latest/appliances/upgrading.html"
+ prior: "/docs/reference/oparin/upgrading_appliances/index.html"
++>>>>>>> 08b7e1a7 (Merge pull request #1740 from bdunne/appliance_backup_restore)
desc: "How to upgrade appliances"
configuration: |
Document the steps for backup and restore of appliances (cherry picked from commit 08b7e1a)
Manual backport to
|
The prior now lives in the najdorf backport commit eca1a4b
Remove prior now that #1740 has been backported down to najdorf
No description provided.