Merge pull request #267

This commit is contained in:
symfony-flex-server[bot]
2018-03-26 17:17:59 +00:00
committed by GitHub
3 changed files with 27 additions and 0 deletions
@@ -0,0 +1,9 @@
# See full config at https://github.com/backup-manager/symfony
bm_backup_manager:
database:
development:
dsn: '%env(resolve:DATABASE_URL)%'
storage:
local:
type: Local
root: '%kernel.cache_dir%/db'
+11
View File
@@ -0,0 +1,11 @@
{
"bundles": {
"BM\\BackupManagerBundle\\BMBackupManagerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DATABASE_URL": "mysql://db_user:db_password@127.0.0.1:3306/db_name"
}
}
@@ -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