Skip to content

Feature to set backup name #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Feature to set backup name #7

wants to merge 4 commits into from

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