ralvaracode.hashnode.devMongoDB didn't start because of File permission issueThe Wired Tiger Turtle in the logs A Wired Tiger Turtle Story... While troubleshooting a project, I wanted to run the db locally before deploying my hotfix. I set my pc for that and I mocked a databa9h ago·3 min read
ralvaracode.hashnode.devEnable Prettier Code Formatter in VscodePreviously I made a tutorial of using Prettier code Formatter in Windsurf. Since I am also editing projects in vscode I present these notes of how to setup Prettier. To put it simple, if you dont use a formatter you will have long lines of text that ...Feb 5·1 min read
ralvaracode.hashnode.devEasy Steps to Link MariaDB and Uptime KumaThis article documents the process of installing MariaDB on a Debian 13 server and configuring Uptime Kuma to connect to it. 1. Install MariaDB Run the following commands as root: su - apt update apt install mariadb-server mariadb-client -y Verify ...Jan 27·2 min read
ralvaracode.hashnode.devPostGres Database Replication Using PglogicalThis is an example of PostgreSQL database replication using the pglogical extension. In this example, I used Docker containers, with each container having its own database. When data is written to the primary database, the secondary container receive...Jan 14·5 min read
ralvaracode.hashnode.devHow to Automount Disks in Linux EasilyOne of the most overlooked steps in setting up a Linux workstation is making sure secondary disks mount automatically at boot. Without automount, symbolic links that point to those disks can break, leaving you with missing directories or files silent...Jan 6·2 min read