You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Laravel app set up, version 10.12 using the module with version 2.7.1. Recently it stoped working when I try to create a database back up. It was fine before. I try to run just the base command with my artisan and end up with:
The dump process failed with a none successful exitcode.
Exitcode
2: Misuse of shell builtins
Output
Error Output
mysqldump: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-dump' instead
mysqldump: Got error: 2026: "TLS/SSL error: Certificate verification failure: The certificate is NOT trusted." when trying to connect
at vendor/spatie/db-dumper/src/Exceptions/DumpFailed.php:14
10▕ public static function processDidNotEndSuccessfully(Process $process): static
11▕ {
12▕ $processOutput = static::formatProcessOutput($process);
13▕
➜ 14▕ return new static("The dump process failed with a none successful exitcode.{$processOutput}");
15▕ }
16▕
17▕ public static function dumpfileWasNotCreated(Process $process): static
18▕ {
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Laravel app set up, version 10.12 using the module with version 2.7.1. Recently it stoped working when I try to create a database back up. It was fine before. I try to run just the base command with my artisan and end up with:
./a snapshot:create my-first-dump
[+] Running 1/0
✔ Container sh-mysql Running 0.0s
Creating new snapshot...
Spatie\DbDumper\Exceptions\DumpFailed
The dump process failed with a none successful exitcode.
Exitcode
2: Misuse of shell builtins
Output
Error Output
mysqldump: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-dump' instead
mysqldump: Got error: 2026: "TLS/SSL error: Certificate verification failure: The certificate is NOT trusted." when trying to connect
at vendor/spatie/db-dumper/src/Exceptions/DumpFailed.php:14
10▕ public static function processDidNotEndSuccessfully(Process $process): static
11▕ {
12▕ $processOutput = static::formatProcessOutput($process);
13▕
➜ 14▕ return new static("The dump process failed with a none successful exitcode.{$processOutput}");
15▕ }
16▕
17▕ public static function dumpfileWasNotCreated(Process $process): static
18▕ {
18 artisan:35
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
Any idea or anybody has similar issues?
Thank you
Regards
Gabor
Beta Was this translation helpful? Give feedback.
All reactions