8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hey, not sure if I'm doing something wrong here?
To confirm I have:
ddev craft clear-caches/all
Using on a ddev project with: "craftcms/cms": "5.6.7", "fortrabbit/craft-copy": "^3.0",
Added ssh key to the ddev container: ddev auth ssh -f ~/.ssh/key
ddev auth ssh -f ~/.ssh/key
Ran ddev craft copy/setup successfully.
ddev craft copy/setup
Try ddev craft copy/db/down and after confirming the app and if I'm sure I get this:
ddev craft copy/db/down
[ERROR] fortrabbit\Copy\Exceptions\CraftNotInstalledException in /var/www/html/cms/vendor/fortrabbit/craft-copy/src/Services/Ssh.php: 133 ▓ ▓ Stack trace: ▓ ▓ #0 /vendor/fortrabbit/craft-copy/src/Actions/DbDownAction.php(56): fortrabbit\Copy\Services\Ssh->exec() ▓ #1 [internal function]: fortrabbit\Copy\Actions\DbDownAction->run() ▓ #2 /vendor/yiisoft/yii2/base/Action.php(93): call_user_func_array() ▓ #3 /vendor/yiisoft/yii2/base/Controller.php(178): yii\base\Action->runWithParams() ▓ #4 /vendor/yiisoft/yii2/console/Controller.php(180): yii\base\Controller->runAction() ▓ #5 /vendor/yiisoft/yii2/base/Module.php(552): yii\console\Controller->runAction() ▓ #6 /vendor/yiisoft/yii2/console/Application.php(180): yii\base\Module->runAction() ▓ #7 /vendor/craftcms/cms/src/console/Application.php(91): yii\console\Application->runAction() ▓ #8 /vendor/yiisoft/yii2/console/Application.php(147): craft\console\Application->runAction() ▓ #9 /vendor/craftcms/cms/src/console/Application.php(122): yii\console\Application->handleRequest() ▓ #10 /vendor/yiisoft/yii2/base/Application.php(384): craft\console\Application->handleRequest() ▓ #11 /craft(13): yii\base\Application->run() ▓ #12 {main} ▓
[2025-03-12T14:45:03.828527+00:00] app.ERROR: fortrabbit\Copy\Exceptions\CraftNotInstalledException in /var/www/html/cms/vendor/fortrabbit/craft-copy/src/Services/Ssh.php:133 Stack trace: #0 /var/www/html/cms/vendor/fortrabbit/craft-copy/src/Actions/DbDownAction.php(56): fortrabbit\Copy\Services\Ssh->exec() #1 [internal function]: fortrabbit\Copy\Actions\DbDownAction->run() #2 /var/www/html/cms/vendor/yiisoft/yii2/base/Action.php(93): call_user_func_array() #3 /var/www/html/cms/vendor/yiisoft/yii2/base/Controller.php(178): yii\base\Action->runWithParams() #4 /var/www/html/cms/vendor/yiisoft/yii2/console/Controller.php(180): yii\base\Controller->runAction() #5 /var/www/html/cms/vendor/yiisoft/yii2/base/Module.php(552): yii\console\Controller->runAction() #6 /var/www/html/cms/vendor/yiisoft/yii2/console/Application.php(180): yii\base\Module->runAction() #7 /var/www/html/cms/vendor/craftcms/cms/src/console/Application.php(91): yii\console\Application->runAction() #8 /var/www/html/cms/vendor/yiisoft/yii2/console/Application.php(147): craft\console\Application->runAction() #9 /var/www/html/cms/vendor/craftcms/cms/src/console/Application.php(122): yii\console\Application->handleRequest() #10 /var/www/html/cms/vendor/yiisoft/yii2/base/Application.php(384): craft\console\Application->handleRequest() #11 /var/www/html/cms/craft(13): yii\base\Application->run() #12 {main} {"trace":[],"memory":8507112,"category":"fortrabbit\Copy\Exceptions\CraftNotInstalledException","timestamp":1741790703.80987,"exception":"[object] (fortrabbit\Copy\Exceptions\CraftNotInstalledException(code: 0): at /var/www/html/cms/vendor/fortrabbit/craft-copy/src/Services/Ssh.php:133)"} []
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, not sure if I'm doing something wrong here?
To confirm I have:
ddev craft clear-caches/all
Using on a ddev project with:
"craftcms/cms": "5.6.7",
"fortrabbit/craft-copy": "^3.0",
Added ssh key to the ddev container:
ddev auth ssh -f ~/.ssh/key
Ran
ddev craft copy/setup
successfully.Try
ddev craft copy/db/down
and after confirming the app and if I'm sure I get this:The text was updated successfully, but these errors were encountered: