abyss-ms

Results 5 comments of abyss-ms

Hi @SDV109 thank you for your check. > Also, I want to note that the assignment of the create right does not work either. I must say right away that...

Hi @SDV109 so from your tests something like this (grant ALL on a test-db database to role test-user): `- { role: "test-user", privs: "ALL", type: "database", db: "test-db", objs: "test-db"...

Cool. Thank you for your reply. Nice to know about post_deploy_command variable - I haden't noticed it :) I will try to prepare something regarding postgresql_privs soon then.

Sure, in my case, there is a separate network for VPN traffic, allowing other sides to connect to the database (reporting application). Therefore, the VPN connection still has failover functionality.

The issue is in this file: https://github.com/bubuntux/nordvpn/blob/master/rootfs/etc/cont-init.d/00-firewall The firewall rules block all connections, preventing nordvpn from connecting to api.nordvpn.com to establish a connection. A workaround is to add the following...