dissolution
dissolution
@FilipBB, Hi, can you please describe the algorithm of your work? After patching from pg_ctlcluster to pg_ctl, I deployed the cluster to PG16 from 0, configured patroni_create_replica_methods: pgbackrest, made a...
@FilipBB, Hi! Sorry for the delay, there was no way to try to reproduce the problem. Today I tried the following scenario: 1) Deployed the cluster from scratch 2) Set...
@ayadahm Hi! You made mistakes in vars/main.yml in each of the cases you described: 1) When you commented out all the points of postgresql_parameters, you violated the syntax of yaml...
@vitabaks, Yes, I confirm that with the latest repository releases, there are no problems with the recovery method at a certain point in time. @kumarashish071092, Hi, look at my comment...
@abyss-ms Hi! I am addressing you as the creator of the module, I have problems in order to grant all privileges to the user. According to the documentation of the...
As for select/insert/update, there are no problems ``` test2=# \c test2 test Test user password: psql (16.2 (Debian 16.2-1.pgdg110+2), server 15.7 (Debian 15.7-1.pgdg110+1)) You are connected to the "test2" database...
@abyss-ms Hi, сhange the 2nd example, from grant create and al from type database to type schema. In PostgreSQL 15, when assigning rights to the database, an error of schema...
@abyss-ms Example, I created a new gnome user and gave him create rights in the public schema of the gnome database: ``` changed: [192.168.62.192] => (item={'role': 'gnome', 'privs': 'CREATE', 'type':...
@abyss-ms And finally, do you have any ideas how to grant the following rights: "GRANT SELECT ON ALL TABLES IN SCHEMA public TO dba;" According to the ansible documentation, there...
@vitabaks Yes, I understand, but here I cited an error in the ansible documentation, in it, as I gave an example from the off documentation, db should not be passed,...