Skip to content

Conversation

@fahmifitu
Copy link

Feature
Adding the ability to set a custom name for a backup either through the facade or the gui
I have added an input to the backup manager page to set the name or left empty to use the default one set in config.

Example
public function index()
{
BackupManager::setBackupName('test');
BackupManager::createBackup();
return view('welcome');
}

composer json

add time column

Add input and validation to controller, add time to default name

composer json update

compose json
@fahmifitu
Copy link
Author

fahmifitu commented Dec 18, 2019

Update:
Added port configuration when backingup the database to allow the use of any database port specified in config file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant