Category Tutorials

PostgreSQL Logical Replication Example

Prepare DOcker Containers First we create two containers: one which for the replication Publisher and the other for replication Subscrber NOTE: we are using values suitable for testing purposes (eg. trust auth method and default password for postgres user) Logical…

Simple Git tutorial

This is a quick tutorial on how to use git. Git is a software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed,…