Tag docker

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…

Deploy MySQL Docker container

MySQL is a well-known open-source relational database management system and one of the most popular web server solutions. It stores and structures data in a meaningful manner, ensuring easy accessibility.