Guide to cloud gaming on Azure
This article is heavily inspired from Medium - A killer guide for Cloud Gaming on Azure (March 2020). I've decided to rewrite my own article to clarify some details and to add some information. In this article we'll see how to setup a gaming cloud grade Windows 10 Pro on Azure in…
How to migrate a RDS Postgresql database to an on premise with Pglogical
In this article, I'll explain how to migrate large databases from RDS to an on premise PostgreSQL with very low downtime. 🙌 I'll ask to do your own research regarding the settings I advised you to set and how to set under the Optional settings sections. While other settings are …
How to relicate data from RDS PostgreSQL to on premise instance with logical replication
In this article, I'll explain how to replicate all tables from one database on a RDS Instance (AWS) to another database on an on premise PostgreSQL instance ,a PostgreSQL you manage yourself, with built-in logical replication from PostgreSQL. Please note it will only replicate da…
How to setup PostgreSQL physical streaming replication
In this article I'll explain how to setup a PostgreSQL read replica using physical streaming replication asynchronous. It is as of today one of the easiest way to setup a read replica, in addition, it is easy to maintain over time. 🙌 Do your own research regarding how I advise y…