I have a little question about the disaster Recovery mode.
I have migrate https://www.passbolt.com/docs/hosting/migrate/server/ce/ubuntu/
Everything went fine, but then I installed a 2nd passbolt on a different server in order to carry out the disaster recovery and I had the following question:
In the migration documentation, the following commands are required to migrate our passbolt:
Step 5. Import the server key
sudo su -s /bin/bash -c "gpg --home /var/lib/passbolt/.gnupg --import /etc/passbolt/gpg/serverkey_private.asc" www-data
Step 6. Migrate passbolt to the latest version
sudo -H -u www-data /bin/bash -c "/usr/share/php/passbolt/bin/cake passbolt migrate"
Do I also need to do this on my second Passbolt for replication? Or is that not necessary? I’ve read the documentation for Disaster Recovery, I know it doesn’t say so, but I was wondering all the same.
Thank you in advance for your answer.
Good day to you all.