Control Panel -> Utilities -> Database Backup - Download errors out #11
Closed
matthewstick
started this conversation in
Feature Requests & Enhancements
Replies: 3 comments 3 replies
-
|
Currently, cloud backups are only available for download from Craft Console. We should at least provide a link in the utility though so you can hop right there from the CP. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks. When I go into the backups area for the environment, I get this error as well |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
thank you @jasonmccallister - worked! |
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

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I went to Control Panel -> Utilities -> Database Backup - Download.
Instead of downloading, I get this error: "There was a problem backing up your database. Please check the Craft logs."
Craft CMS 4.8.8
In the logs, this is the error message
2024-04-10 11:38:58 [web.ERROR] [yii\base\Exception] Could not create backup: craft\errors\ShellCommandException::__construct(): Argument #2 ($exitCode) must be of type int, null given, called in /var/task/vendor/craftcms/cms/src/db/Connection.php on line 569 {"trace":["#0 [internal function]: craft\controllers\UtilitiesController->actionDbBackupPerformAction()","#1 /var/task/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array(Array, Array)","#2 /var/task/vendor/yiisoft/yii2/base/Controller.php(178): yii\base\InlineAction->runWithParams(Array)","#3 /var/task/vendor/yiisoft/yii2/base/Module.php(552): yii\base\Controller->runAction('db-backup-perfo...', Array)","#4 /var/task/vendor/craftcms/cms/src/web/Application.php(341): yii\base\Module->runAction('utilities/db-ba...', Array)","#5 /var/task/vendor/craftcms/cms/src/web/Application.php(642): craft\web\Application->runAction('utilities/db-ba...', Array)","#6 /var/task/vendor/craftcms/cms/src/web/Application.php(303): craft\web\Application->_processActionRequest(Object(craft\web\Request))","#7 /var/task/vendor/yiisoft/yii2/base/Application.php(384): craft\web\Application->handleRequest(Object(craft\web\Request))","#8 /var/task/html/index.php(21): yii\base\Application->run()","#9 {main}"],"memory":3366792,"exception":"[object] (yii\base\Exception(code: 0): Could not create backup: craft\errors\ShellCommandException::__construct(): Argument #2 ($exitCode) must be of type int, null given, called in /var/task/vendor/craftcms/cms/src/db/Connection.php on line 569 at /var/task/vendor/craftcms/cms/src/controllers/UtilitiesController.php:226)"}
Beta Was this translation helpful? Give feedback.
All reactions