Adding BackupManagerBundle

This commit is contained in:
Nyholm
2018-01-28 22:58:40 +01:00
parent ebf15bb958
commit f0b62e0e6e
3 changed files with 32 additions and 0 deletions
@@ -0,0 +1,14 @@
# See full config at https://github.com/backup-manager/symfony
bm_backup_manager:
database:
development:
type: mysql
host: '%env(BM_HOST)%'
port: 3306
user: '%env(BM_USER)%'
pass: '%env(BM_PASS)%'
database: '%env(BM_DATABASE)%'
storage:
local:
type: Local
root: "%kernel.cache_dir%/db"
+11
View File
@@ -0,0 +1,11 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"BM_HOST": "localhost",
"BM_USER": "root",
"BM_PASS": "",
"BM_DATABASE": "symfony"
}
}
@@ -0,0 +1,7 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next for Backup Manager Bundle? </>
<bg=blue;fg=white> </>
* Configure your application:
1. Make sure you have proper values in your .env file.
2. Configure a good storage for your backups. See the documentation for all possible values. https://github.com/backup-manager/symfony