Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Technology Blogs  >  dba-ninja.com technology Blog  > 

Dba-ninja.com Blog


dba-ninja.com
An agile dba focused on data privacy,data protection and management of information and information systems, relational, non-relational, structured, non-structured, semi-structured, on-premises, in the cloud
2023-09-04 14:45
Question: Rather than using the AWS Interface - how can I grab the secret value of the AWS secret  using AWS CLI ? Answer: Step 1: AWS Security required to access - secretsmanager:ListS… Read More
2023-08-16 16:03
Independent AWS encryption refers to the process of encrypting using  a AWS KMS (AWS Key Management Service) key associated with the AWS backup vault.  Not all AWS DBMS types are s… Read More
2023-07-26 12:28
Question :  We're trying to run a DMS migration task which is taking over 3.5 hrs - and would like to decresase the runtime. Are there some infrastructure or process changes changes we… Read More
2023-06-28 15:36
Using AWS Backup cross-region copy replication requires some extra details to complete the steps successfully/ The scope for this post is RDS . I will also add details about Aurora & Dyn… Read More
2023-06-02 10:49
DMS Context logging is only available in AWS DMS version 3.5.0 or higher If your Replication Instance is not already at 3.5 , In Replication Instance Modify your Replication Instance to 3.5… Read More
2023-06-01 07:42
Terraform explained in 15 mins  A quick summary of the Terraform explained in 15 mins  YouTube video . To get the full details watch this excellent video - linked below  What… Read More
2023-02-02 16:53
In a large organization maintaining a separated AWS account for every line of business or application can be a complicated structure. Here's a list of lessons learnt and factors to consider… Read More
2023-01-13 09:41
Question : When attempting to create an new RDS instance  I get the message  - RDS Client: DB Instance quota exceeded.   That does sound self-explanatory - i.e the accoun… Read More
2022-12-28 16:09
RDS - AWS Backup  service supports RDS continuous backups. When you configure the Backup Plan   change the "EnableContinuousBackup" variable to True.  After creating the… Read More
2022-12-15 14:34
DynamoDB supports On-Demand backups and Point-In-Time backups  Notes on DynamoDB backups 1) When PITR is enabled , DynamoDB maintains continuous backups and can restore to any point in… Read More
2022-12-14 13:06
Deciding storage type & instance type for a specific database workload can be a complicated task . One of the biggest challenges facing DBAs is the ability to utilize the AWS resources i… Read More
2022-12-05 13:35
Up until now the AWS Schema Conversion Tool (SCT) and the Database Migration Service (DMS) have remained as separate installations. The SCT downloaded and installed on a local desktop or ser… Read More
2022-12-01 03:22
These are notes from AWS re:Invent 2022. They are in no particular order but are points I noted as I talked\listened to various Engineers and Architects  Finops from the start of any pl… Read More
2022-10-12 06:59
Serverless is a term related to Cloud Computing. The primary objective of the Serverless model is for the cloud provider to allocate and manage the server resources for the customer. Althoug… Read More
2022-09-15 14:21
AWS CLI  commands and queries I use on a regular basis  --get the aws cli help pages   aws help RDS --list RDS instances  aws rds describe-db-instances  --list… Read More
2022-08-03 15:22
The Babelfish Compass Tool is an assessment tool for compatibility between SQL Server & Babelfish.     The following is an outline of the migration process with Babelfish… Read More
2022-07-25 15:29
A common question arising from a conversation about AWS Database Migration Service (AWS DMS) is the rollback strategy. AWS does a good job at documenting & discussing solutions for on-pr… Read More
2022-07-22 14:26
Question: I'm currently using MongoDB on-premises and reviewing alternative options for storing NoSQL data. Our usage of MongoDB is very limited from a development pov , and looking for a mu… Read More
2022-07-14 16:05
A question that comes up often when planning moving from an on-premises DBMS  utilising Active Directory as an identity access management system to a Cloud Native setup -  is what… Read More
2022-07-13 12:08
dblink  is a Postgresql extension and supports executing  a query in a remote database, dblink which is very similar to Linked Servers in SQL Server.  There is a substantial s… Read More
2022-07-12 07:32
PostgreSQL supports SSL connections. PostgreSQL has  a concept of SSL modes , each mode serves a different objective . Starting from no encryption - sslmode = Disable , right through to… Read More
2022-07-08 12:30
Is AWS Backup Service a suitable replacement for the automated RDS service backups?  As more services are deployed - it makes sense to think about how to employ an approach which includ… Read More
2022-07-07 10:12
What does AWS recommend when you enable encryption for your RDS  PostgreSQL encryption and Aurora PostgreSQL? Most orgs are interested in 3 general categories of encryption for database… Read More
2022-06-29 09:06
I received a question from a XAMPP developer about how to find the data directory in MariaDB. They were receiving the error : ERROR 1010 (HY000): Error dropping database (can't rmdir './myda… Read More
2022-06-23 09:51
Our Privacy Policy was last updated on 23 June 2022. This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Serv… Read More
2022-06-14 13:17
Question: How can I create a PostgreSQL user for  CRUD operations  in a specific database? Answer: The CRUD operations need to cover CREATE , READ ,UPDATE and DELETE.  This i… Read More
2022-06-10 16:22
There are different types of encryption supported by PostgreSQL. If the requirement is to support encryption for specific fields - look into the  pgcrypto module  create table cry… Read More
2022-05-17 09:43
Question: I know that “public” is PostgreSQL default scheme. I want to change the default schema name ,  as there is a procedure to migrate tables into a dedicated schema … Read More
2022-05-13 11:01
Question: How can I list the Constraints on a PostgreSQL table ?  Answer: This script will list PostgreSQL constraints . It achieves the results  via the pg_catalog.pg_constraint&n&hell…Read More
2022-05-10 10:57
Question : I'm trying to execute a Python script but getting an Import Requests module error . How can I fix ? Answer: The Python Requests module does not come with the default Python instal… Read More
2022-04-20 10:21
This is slightly off-piste , but I've recently reignited my sci-fi reading , and decided to list out my favourite sci-fi novels . No particular order - I'll add more. Feel free to add your o… Read More
2022-03-24 10:12
Watched a good quality talk on Amazon Aurora by Richard Waymire.   Added some notes below - and some snapshots of the video. There is a link to the full video at bottom of post&nbs&hell…Read More
2022-03-04 09:13
Playing Wordle every morning is one of my  satisfying pleasures. The fantasy is to  crack the Wordle enigma first try - but in reality that would be blind luck.    … Read More
2021-10-01 16:26
Question: There is a cronjob backing up MariaDB databases through the mariabackup utility.  mariabackup --defaults-file=/my_dir/.backup-my.cnf --backup --parallel=$PARALLEL --no-timesta… Read More
2021-09-02 08:42
You're constantly programming, analysing,learning,troubleshooting , and developing some great experience ...and there was probably a time ehrn you suddenly realized you're a PRO. There isn't… Read More
2021-08-25 14:14
Embrace the CHAOS!  (aka resiliency)  Chaos engineering is defined as "the discipline of experimenting on a distributed system in order to build confidence in the system’s ca… Read More
2021-08-24 15:58
If you're interested in a wider perspective on managing server systems, i've just read a comprehensive book , which offers a framework .  Building Secure & Reliable Systems by Heath… Read More
2021-05-18 13:49
Question: I jump around on various MongoDB databases and want to create  a process to programatically check the  CURRENT USER. What is the MongoDB command to check the current user… Read More
2021-05-12 11:36
In this age of Ransomware , backups and protection of backups is critical. One question asked in any review of database protection against attacks is whether the backups are immutable? Defin… Read More

Share the post

dba-ninja.com

×

Subscribe to Dba-ninja.com

Get updates delivered right to your inbox!

Thank you for your subscription

×