Step 1 : Create Deployment using attached document with namespace.Step 2 : Login into Newly created deployment.
Step 3 : Go to
``` /bitnami/mongodb/data/db/journal
```
Step 4 : Delete Unnecessary files
Step 5 : Delete Deployments
Related Articles
RDS : What & How it is helpful
What Is Amazon Relational Database Service (Amazon RDS)? Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. It provides ...
increase-ec2-storage
>> Command to check the volume size and partition size $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT nvme0n1 259:0 0 60G 0 disk └─nvme0n1p1 259:1 0 30G 0 part / >> Command to extend the first partition $ sudo growpart /dev/nvme0n1 1 CHANGED: ...
Server Setup Ticket Format
Hello @all [ ALL TL / PM ] I'm giving a template for server setup. I'd like to propose that all team-leaders and project-managers create all set-up tickets themselves. NOTE - Please double-check all project-related details in the README.md file ...
PostgreSQL basic commnad
How to connect AWS-RDS of PostgreSQL using terminal or CMD & basic of PostgreSQL - syntax format psql -h HOSTNAME --port=5432 -U USERNAME DATABASENAME -W -h = host or RDS Endpoint -p 5432 pre define port for postgresql -u user name for database ...
Restore Log #Core
# Stop lifecycle policy POST /_ilm/stop # Restore Index ## Get snapshot and index name first GET /_snapshot/core_repo_s3_6.9/daily-snap-2020.11.16* ## Restore index POST ...