How to backup couchbase buckets and upload to S3.
This script can be configured in cron job to scheduled to run hourly and i will create one repo every
–DB Blog
This script can be configured in cron job to scheduled to run hourly and i will create one repo every
–Create Triggers for protection SET NOCOUNT ON ;With AllTables as (SELECT NAME, SCHEMA_NAME(t.[schema_id]) AS SchemaName FROM sys.tables AS t WHERE t.is_ms_shipped = 0 ) SELECT ‘CREATE TRIGGER tr_’ + SchemaName + ‘_’ + NAME + ‘ ON [‘ + SchemaName
Remove Grep if you want to list or keep it for search and example here search by name with ‘db’
aws s3 ls –summarize –human-readable –recursive BucketName |grep “Total Size”
dmesg | grep -i numa
All Couchbase logs are stored in this location in Linux based systems. /opt/couchbase/var/lib/couchbase/logs
Sometimes there will be the requirement to delete million rows from a multi million table, as it is hard to
When installing sql server update or service pack, one of the reason to fail if you have
It is a good practice to find and monitor your large SQL server tables, we may surprise in some cases where our
After setting up Always ON , we need to configure SQL server Alerts to know about the availability Group errors
You must be logged in to post a comment.