Checklist
[Yes ] I have read intro post: About the Installation Issues category
[ Yes] I have read the tutorials, help and searched for similar issues
[ Yes]I provide relevant information about my server (component names and versions, etc.)
[ No] I provide a copy of my logs and healthcheck
[ Yes] I describe the steps I have taken to trouble shoot the problem
[No ] I describe the steps on how to reproduce the issue
Hi guys I had Passbolt running on Debian 12 via Hyper-V due to network outage the IP has changed i managed to get Passbolt back up to the new ip by deleting passbolt.php and running dpgk reconfigure only issue is now I am facing the below screen
Yes, it is possible to do both.
You can dump your passwords to a csv or other format from the website.
Also, you can run the mysqldump equivalent for mariadb and dump all the database and restore it on another server if you have the server gpg keys
Have you checked your server.asc and server_private.asc files are on /etc/passbolt/gpg folder? Maybe they are on a different location
Hi,
I manage to resolve the initial issue by running the below command:
Navigate to the directory where the files are located
cd /path/to/directory
Change permissions for serverkey.asc
sudo chmod 666 serverkey.asc
Change permissions for serverkey_private.asc
sudo chmod 666 serverkey_private.asc
After that I just had to copy the contents of serverkey_private.asc to paste it on the config web page once done user’s performed recovery and everything is perfect.