Salim Segaf AlqosamBackup SQL Server Database with Python: A Step-by-Step GuideBacking up a SQL Server database using Python is a practical and efficient solution. This article provides a detailed step-by-step guide toJul 23Jul 23
Salim Segaf Alqosam[Pipelines] Implementing CI/CD for Database Management with Liquibase and JenkinsBelow is a Jenkins pipeline script that uses Liquibase to manage database changes. agent { docker { image ‘liquibase/liquibase:4.4.2’ }Jun 25Jun 25
Salim Segaf AlqosamBackup and Restore PostgreSQL Database Using Command LineThere are several ways to backup and restore a PostgreSQL database. pg_dump -h <ip_address> -U <username> -p <port> -d <db_name> >…Jun 23Jun 23
Salim Segaf Alqosam[CocoaPods]Running pod install | Permission Denied @ dir_s_rmdir: How to Fix ItIf you’re encountering the “Permission denied @ dir_s_rmdir” error while running pod install, follow this step-by-step guide to resolve theJun 23Jun 23
Salim Segaf AlqosamHow to Change JAVA Version in Ubuntu: A Step-by-Step GuideStep 1: Check Current JAVA Version First, let’s see which version of Java is currently installed on your system. Open your terminal and runJun 23Jun 23