chef / chef_backup

A library to backup an Chef server
Other
7 stars 15 forks source link

Issues restoring on an HA backend #9

Closed irvingpop closed 9 years ago

irvingpop commented 9 years ago
  1. reconfigure fails with could not find plugins: ["chef-ha-drbd"] Because of this bug: https://github.com/chef/chef-server/issues/115. For now we'd need to add these steps to the restore process:

    mkdir -p /var/opt/opscode/plugins
    ln -sf /opt/opscode/chef-server-plugin.rb /var/opt/opscode/plugins/chef-ha-drbd.rb
  2. reconfigure hangs because the drbd-ready file isn't there
    • need to create the /var/opt/opscode/drbd/drbd_ready file
irvingpop commented 9 years ago

fixed by #10 and in v0.0.1.dev.4