Checklist
I have read intro post: https://community.passbolt.com/t/about-the-installation-issues-category/12
I have read the tutorials, help and searched for similar issues
I provide relevant information about my server (component names and versions, etc.)
I provide a copy of my logs and healthcheck
I describe the steps I have taken to trouble shoot the problem
I describe the steps on how to reproduce the issue
I tested 5.9 and the user creation is still correct. Are you running that command from the host or from within the docker container? It should be from the host.
$ docker compose -f docker-compose-pro.yaml \
exec passbolt su -m -c "/usr/share/php/passbolt/bin/cake \
passbolt register_user \
-u me@example.com \
-f YOUR_NAME \
-l YOUR_LASTNAME \
-r admin" -s /bin/sh www-data
____ __ ____
/ __ \____ _____ ____/ /_ ____ / / /_
/ /_/ / __ `/ ___/ ___/ __ \/ __ \/ / __/
/ ____/ /_/ (__ |__ ) /_/ / /_/ / / /
/_/ \__,_/____/____/_.___/\____/_/\__/
Open source password manager for teams
-------------------------------------------------------------------------------
User saved successfully.
To start registration follow the link provided in your mailbox or here:
https://passbolt.local/setup/start/4a2458d6-4ed5-4746-9c76-2f04541811bc/ea87145c-f02d-43b5-acfb-52ded1df0f7e
Before installing this Passbolt Pro licensed version, we infact did a handson with CE version on windows machine, which went went fine with Create first admin user step as well.
But this step is unsuccessfull this time on RedHat Linux machine with Passbolt Pro.
Do you suggest any debugging technique to resolve this issue.
I can confirm the containers are running fine as per Step -5.
I did some debugging today, as per container logs we found the subscription_key file which is used doesn’t have the correct permissions.
After providing the read permissions to the file, Create first admin user is created successfully.