This post is to help development in Passbolt using PostgreSQL as a database.
Please list your installation and issues, if any. PostgreSQL is still experimental.
Issues: I can not add a user avatar to any account, avatar says saved. The android app does not allow me to add new passwords (maybe an app issue and not PostgreSQL).
Does your issue show any error in Passbolt log: There are no errors in the logs.
I think PostgreSQL support works great except for the 2 issues I am having. The two issue are not critical to me. I would say Passbolt supports PostgreSQL 99%, grade “A”.
By inspecting the browser logging console, I can see the avatar got 404 not found.
If you followed the same tutorial than me, you have this section in your /etc/nginx/conf.d/passbolt.conf:
# A long browser cache lifetime can speed up repeat visits to your page
location ~* \.(jpg|jpeg|gif|png|webp|svg|woff|woff2|ttf|css|js|ico|xml)$ {
access_log off;
log_not_found off;
expires 360d;
}
Remove this section from your nginx configuration file, then restart nginx:
You are 100% correct. i am never right on my guess of what is wrong
Thank you so much!!!
Works perfect!!!
A ++
I now have avatars!!!
I can see you are a great webmaster, Thank you for your time and help