How to pause the awscli running until a target de-registered completely
We can automate the target de-registration process using the awscli commands. It will take some time to pull the target
Read MoreFor Techs.... Techniques.... Technologies....
We can automate the target de-registration process using the awscli commands. It will take some time to pull the target
Read MoreDebezium is an open source distributed platform that turns your existing databases into event streams, so applications can see and
Read MoreWe can use pg_drop_replication_slot to delete replication slot in PostgreSQL. Where NAME need to be replaced with the name of
Read MoreForever is the module that used to run nodejs applications as a daemon. This article explains the configurations to start
Read MoreERROR: cannot execute COPY FROM in a read-only transaction This is usually happening in the read-only replica instance while executing
Read Moreinventory_hostname is the one which configured in the ansible inventory file (eg: /etc/ansible/hosts). It can be an IP address or
Read MoreWe can automate the target registration process using the awscli commands. It will take some time to get the target
Read MoreWe can use the kubectl command to edit Kubernates hpa configuration. Where, That's all…
Read MoreThis article explains the queries to create a PostgreSQL user with read and write privileges on specified database. Step1: Login
Read MoreSometimes its required to unmount the busy devices forcefully. We can use the following command in such situations. Here we
Read Morepm2 is an Ansible module to manage the nodejs processes. Sample playbook snippet for starting the nodejs application using pm2
Read More