This project automates the backup of a MySQL database on an AWS EC2 instance running Ubuntu 20.04 LTS. It uses a bash script to back up the database, upload the backups to an S3 bucket, and send email ...
This is a utility that converts .bak files from MSSQL Servers to the .bacpac format. This is mostly based on https://github.com/grrlgeek/bak-to-bacpac/ with some ...