Back up the Fuel Master node

Back up the Fuel Master nodeΒΆ

Fuel enables you to back up the Fuel Master node. You may need to perform the backup of the Fuel Master node as a part of the upgrade procedure or use the backup archives to restore the Fuel Master node in case of a hardware failure.

To back up the Fuel Master node:

  1. Log in to the Fuel Master node CLI.

  2. Download and install the fuel-octane package:

    $ yum install fuel-octane
    
  3. Back up the configuration state of the Fuel Master node:

    $ octane fuel-backup --to <base-archive-name>.tar.gz
    
  4. Back up package repositories and other binary artifacts from the Fuel Master node:

    $ octane fuel-repo-backup --full --to <repo-archive-name>.tar.gz
    

    Example:

    $ octane fuel-repo-backup --full --to /tmp/fuel-repo-backup.7.0.tar.gz
    
  5. Copy the backup files to a secure external location, such as a removable USB drive or network server. If you copy the files to a network server, use SSH.

    Note

    When you reinstall the Fuel Master node, all configuration files are deleted. Therefore, if you do not back up the Fuel Master node and repository configuration files, you will not be able to manage the OpenStack environments created by the old version of Fuel.

Now, you can upgrade or restore the Fuel Master node from the backup files.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

Contents