Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
systems:yii2:database_backup [2018/03/16 12:43]
smayr
systems:yii2:database_backup [2018/03/16 12:45] (current)
smayr
Line 285: Line 285:
             ['label' => 'Admin', 'url' => ['/site/admin'],              ['label' => 'Admin', 'url' => ['/site/admin'], 
                 'items' => [                 'items' => [
-                    ['label' => 'Backup Database', 'url' => ['/site/backup-database']] +                    ['label' => 'Backup Database', 'url' => ['/site/backup-database']], 
-                    ['label' => 'Backup Database (Large)', 'url' => ['/site/backup-database-large']]+                    ['label' => 'Backup Database Large', 'url' => ['/site/backup-database-large']]
 +                    ['label' => 'Backup Database (Structure)', 'url' => [ 
 +                        'site/backup-database-large',  
 +                        'is_data_included' => 0  
 +                    ]],
             ]] :              ]] : 
             '',             '',