Skip to content
Discussion options

You must be logged in to vote

You have to give all the information, the authors cannot guess or use psychic powers to know which package version you use, php version, etc, it's the only way someone can give you an answer

it is verified that the package does encrypt when it is used --only-db

public function it_will_encrypt_backup_when_notifications_are_disabled()
{
config()->set('backup.backup.password', '24dsjF6BPjWgUfTu');
config()->set('backup.backup.source.databases', ['db1']);
$this->artisan('backup:run --disable-notifications --only-db --db-name=db1 --only-to-disk=local')->assertExitCode(0);
S…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@PaolaRuby
Comment options

@PaolaRuby
Comment options

@aronvdl
Comment options

Answer selected by freekmurze
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants