https://stackoverflow.com/questions/15266345/loop-on-tables-with-pl-pgsql-in-postgres-9-0
https://makandracards.com/zeroglosa/19659-comando-execute-para-dinamismo-no-postgresql
https://www.postgresqltutorial.com/how-to-delete-duplicate-rows-in-postgresql/
https://www.connectionstrings.com/postgresql-odbc-driver-psqlodbc/
https://bugs.mysql.com/bug.php?id=68775
https://stackoverflow.com/questions/2369744/rails-postgres-drop-error-database-is-being-accessed-by-other-users
SET GLOBAL sort_buffer_size = 1024 * 1024 * 4;
https://stackoverflow.com/questions/52993172/how-to-restart-mysql-service-from-mysql-docker-container
mongodump --host $HOST --port 27017 --username $USER --db $DB_NAME --password $PASSWORD --out $BACKUPROOT --authenticationDatabase admin --authenticationMechanism SCRAM-SHA-1
https://www.tutorialspoint.com/mongodb/mongodb_create_backup.htm#:~:text=To%20create%20backup%20of%20database,backup%20of%20your%20remote%20server.
https://stackoverflow.com/questions/38744131/server-returned-error-on-sasl-authentication-step-authentication-failed
db.createUser({
user: '<user>',
pwd: '<password>',
roles: ["userAdminAnyDatabase",
"dbAdminAnyDatabase",
"readWriteAnyDatabase"]
})
Full Stack Developer, DevOps, CSM e LKU. coutoarmando@gmail.com