Technical Notes
We're all on the same page!
Showing posts with label
database
.
Show all posts
Showing posts with label
database
.
Show all posts
Tuesday, 27 August 2019
How to drop database/user on logical replicated database?
›
1st step on 2nd node: $ echo "DROP SUBSCRIPTION exampledb_node_2" | psql on 1st node: $ echo "DROP PUBLICATION exampledb...
Monday, 8 October 2018
How to find/follow postgresql server logs?
›
-> Check log level from config file # cat /var/lib/pgsql/data/postgresql.conf e.g. log_min_messages= 'ERROR' (default value) ...
Friday, 13 July 2018
How to solve database module error?
›
Action # ansible-playbook -i myhosts example.yml -v Error TASK [example role : example task] ******************* fatal: [local]: FAILED...
›
Home
View web version