mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Release 1.18.2 - See CHANGELOG.md
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## 1.18.2 2020-04-08 <hyun007 @ github>
|
||||
|
||||
### Changed
|
||||
- Rework to allow passwords with spaces in them for MariaDB / MySQL
|
||||
|
||||
## 1.18.1 2020-03-14 <dave at tiredofit dot ca>
|
||||
|
||||
### Changed
|
||||
|
||||
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2019 Dave Conroy
|
||||
Copyright (c) 2020 Dave Conroy
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
source /assets/functions/*
|
||||
for s in /assets/functions/*; do source $s; done
|
||||
PROCESS_NAME="db-backup"
|
||||
|
||||
date >/dev/null
|
||||
|
||||
Reference in New Issue
Block a user