Replies: 1 comment
-
I am getting a blank page. My code is:
mysqldump is installed
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am very grateful for the package which really helped me in backing up the database, but I want to ask if we can get the return value from the created() function, because I tried to fill in the wrong database name but the return value from the created() function just null, just like when the backup process was successful, thank you very much
my code is:
$result = PostgreSql::create()->setDbName(env('DB_PREFIX') . $scope)->setUserName(env('DB_USERNAME'))->setPassword(env('DB_PASSWORD'))->useCompressor(new GzipCompressor)->dumpToFile($tempFile); var_dump($result);
Beta Was this translation helpful? Give feedback.
All reactions