craft-copy icon indicating copy to clipboard operation
craft-copy copied to clipboard

Deployment tools for Craft on fortrabbit

Results 16 craft-copy issues
Sort by recently updated
recently updated
newest added

* Use MYSQL_* ENV vars in bin/craft-copy-import-db.php * Check for missing DB_* ENV vars

Seems like nitro is being retired and DDEV is the recommended replacement. Is craft-copy compatible with DDEV? There are instructions in the Readme for installing on nitro. I don't see...

MacOS 12.4 on M1 Max. Running the `./nitro-craft copy` results in a new docker image being built. ``` ➜ myproject git:(master) ./nitro-craft copy Checking host ssh-agent, you may be prompted...

composer.json ```json "allow-plugins": { "craftcms/plugin-installer": true, "fortrabbit/craft-auto-migrate": true, "yiisoft/yii2-composer": true }, ``` vs ```json "allow-plugins": { "craftcms/plugin-installer": true, "yiisoft/yii2-composer": true, "fortrabbit/craft-auto-migrate": true }, ```

We support * `master` * `main` * `{name-of-the-app}` but craft-copy uses always `master`

enhancement

The package `symplify/git-wrapper` is abandoned, we should use `gitonomy/gitlib` instead. It is the suggested alternative, which is maintained, but the interface is different.

dependency issue

Now that Craft Copy is aware of volumes, it might be extended to support different kind of external volumes, especially the Object Storage by fortrabbit. I can imagine that this...

I speak with Craft Copy users in our support channel. There seems to be some confusion how and where Craft Copy works. We have now tried to highlight in the...

enhancement

I went down a _little bit_ of a rabbit hole poking around for a fix to #68 TLDR; currently we assume that the Craft `storage` dir is in the project...