-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Config Versioning removed on BCEX with Lando #228
Comments
@halofx thanks for reporting. Are you just versioning the If that is the case it makes sense that the
The pattern I always use and I've seen used most frequently with the Versioned Staging method is manage the entire PROJECT_ROOT
- .git
- config
- BACKDROP_ROOT
- index.php
- core and then your node_modules
vendor
config/active
.env
*.sql
*.gz
*.sql.gz
htb-outline.md
config/staging/devel.*
tst.php If it is the case that you are just using git for the |
Thank you for the reply. Yes, I have a I had been working off the documentation here: https://api.backdropcms.org/documentation/versioned-staging-directory |
@halofx here is how i do it: https://howtobackdrop.com/posts/backdrop-cms-project-starter |
Thank you! These kind of examples are very helpful. |
When executing
lando drush bcex
, the .git repo is deleted with all the old config on export.It has been 3-4 months since I had to do a config export on a Backdrop site, so I don't know which Drush version or extension version Lando was using at the time.
I am using the Versioned Staging method for config management, the Drush and extension versions provided by Lando default.
Lando 3.0.6
Drush 8.3.2
Backdrop Drush Ext 1.x-1.x
(according to
lando drush version
)The text was updated successfully, but these errors were encountered: