iron-alpine
docker-db-backup
iron-alpine | docker-db-backup | |
---|---|---|
5 | 10 | |
137 | 944 | |
0.7% | 5.9% | |
5.0 | 6.1 | |
15 days ago | 4 days ago | |
Dockerfile | Dockerfile | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
iron-alpine
- Would I be able to install Iron Alpine docker image on an LXC container in Proxmox?
-
Best Practice for AV on Containers
Look into implementing container vulnerability scanning in your build pipeline. Iron alpine is another possibility to reduce risk. https://github.com/ironpeakservices/iron-alpine
-
Does Alpine needs hardening?
If hardening is needed or not depends on your requirements. For a standard use case running a container based on default Alpine image should be secure enough. If you feel, you need to increase security a bit more - and are open to take the slightly increased risk of incompatibility with your setup aka effort - you may use all / parts of the additional hardening steps. See also https://github.com/ironpeakservices/iron-alpine for an actively maintained repo.
-
Scripts for setting up a fresh install? (disable root, enable sudo, create new user, etc)
I'm looking for something like this, but for ansible. I'v been searching for a ansible hardning script for alpine, but only thing i have found so far is iron-alpine docker container. https://github.com/ironpeakservices/iron-alpine
- Bootstrap Security in Kubernetes Deployments
docker-db-backup
-
Recommended container backup policy
I have several dozen containers and I want to establish a good backup policy. Currently, all containers that store data do so by bind mounts to directories on a BTRFS volume. The files are backed up directly from the host. For MySQL/PostgreSQL containers I've been using the fantastic utility tiredofit/db-backup, which does a hot dump of all the data.
- How do you backup running systems?
-
Database dumps
this one (https://github.com/tiredofit/docker-db-backup) can be a solution, but it export only to S3 or compatible storage. ( i use Minio)
-
What is a good tool for doing DB backups?
Then went with https://github.com/prodrigestivill/docker-postgres-backup-local for remote productive Postgres backups, https://github.com/foorschtbar/pyd2b2 for local self-hosted docker database backups and might check out https://github.com/tiredofit/docker-db-backup because it looks promising.
-
How to backup docker databases like mysql, mariadb, etc
Take a look at tiredofit/db-backup. I run three containers, one for MariaDB, one for Postgres, and one for InfluxDB (also supports other DB types). It uses the database's native backup mechanism to create a database backup that your backup SW of choice can then pick up each day. Then set your backup SW to ignore the database files each night to eliminate the errors in your backups due to locks, open files, files changed during backup, etc.
-
What do you use to backup your database?
Cron works just fine but if you’re lazy like me and don’t want to create your scripts yourself, there are prebuilt docker images like https://github.com/tiredofit/docker-db-backup that dumps, compress, encrypts and uploads your backups.
-
Any guide out there on how to do Automatic remote Mariadb backup
I like do deploy one of these with every database. https://github.com/tiredofit/docker-db-backup Super easy to set up and works with all sorts of databases.
-
Backup, Restore, Upgrade setup for Postgres databases on Unraid.
I run a tiredofit/db-backup for each of my databases to backup the database on a nightly basis. I have a shared volume that I share between this container and my database container. I mount it in /backups in both containers for consistency. I retain 8 copies of the backups, just in case I don't catch something in time, and need to go back and restore to a previous date. This volume is kept on a separate drive from the actual database data (which I keep in /mnt/user/appdata (SSD backed cache pool).
-
Help me think through backing up containerized DBs
I built an image a while back that allows you to take scheduled backups of your databases that you could allow your backup software of choice archive and do its thing.
-
Recommend a MySQL/MariaDB backup script?
I have MariaDB in a docker container, recently found out about db-backup and set it up to backup MariaDB and now also Postgresql and Redis, though it requires a separate instance for each backup.
What are some alternatives?
distroless - 🥑 Language focused docker images, minus the operating system.
AutoMySQLBackup - A fork and further development of AutoMySQLBackup from sourceforge. http://sourceforge.net/projects/automysqlbackup/
backblaze-personal-wine-container - Run the Backblaze personal backup client in a docker container
backblaze-personal-wine-container - Run the Backblaze personal backup client in a container
docker-tinc - Docker Mesh VPN service with monitoring
bootstrapsecurityinkubernetesdeployment - Bootstrap Security in Kubernetes Deployments
docker-openldap - Dockerized LDAP server with many customizable options
dockerfilesrepo - A repository of Dockerfiles and kubernetes deployment manifests pre-configured with docker/k8s best practices
docker-clamav - Docker antivirus software with monitoring and customizable features
linux - Linux kernel source tree
mariadb-backup-s3