By default, mongoexport uses authSource=admin. You can resolve the issue by adding –authenticationDatabase=admin to the export command. Source MongoDB – mongoexport Updated command
Hybrid Cloud Solutions Architect
By default, mongoexport uses authSource=admin. You can resolve the issue by adding –authenticationDatabase=admin to the export command. Source MongoDB – mongoexport Updated command
The free version of OpenVPN supports only a single user connection at a time. Therefore, instead of shared users, you should create a separate configuration for each user.
You can shut down all deployments under a namespace using the following command.
You need to set elb.id as service annotation or set loadBalancerIP in specs. Example yaml:
You need to set usermod for docker and restart Docker engine.
List all kernels Edit default grub Update GRUP_DEFAULT=0 line Then update grub Reboot
You need fixed type VHD to create disk from VHD on Azure. If your disk type is Dynamic, you will see this error. You can convert disk type with Powershell command as below.
It is possible to migrate EC2 servers using Azure Migration or other tools but it can be an unnecessary workload for small organizations due to application installation requirements. So, I’ll describe how to migrate single VM to Azure using aws and az CLI with object storages. Firstly, we’ll Log in…
You can use the following policy to make the objects under S3 bucket publicly readable. To make this, Go to S3 Bucket on AWS Console, click Permissions and press the Edit button next to Bucket policy. Copy Json, update “bucketName” with yours.
CORS (Cross Origin Resource Origin) is a mechanism, managed by the web browser and using additional HTTP headers, that allows a web application running on one origin to control access permission to a web application running on a different origin. Without CORS definition, browser shows error in below. from origin…