strapi-plugin-config-sync
strapi-plugin-config-sync copied to clipboard
:recycle: CLI & GUI for continuous migration of config data across environments
## Bug report We are testing this plugin in order to avoid additional steps to duplicate our development admin to production. Importing all the updated files from a previous environment,...
## Bug report ### Describe the bug Only a minor bug but I thought I'd report it anyway, the "X config change" label in the UI is not visible when...
## Bug report ### Describe the bug We use this plugin (thank you) to have a consistent DB (data, settings, custom content types and entries) for our whole team. We...
### What does it do? It allows automatic publishing of the package to NPM! ### Why is it needed? Just cool, we discussed, you know me ;) ### How to...
## Feature request ### Summary Have subdirectories inside config folder like `dev` or `prod`. In there you could place config files to overwrite the config for specific environments. ### Why...
## Feature request Be able to download config files. ### Summary I use strapi in Google Run, and as many dockerized containers used in production it is sometimes hard to...
## Feature request ### Summary Supporting Strapi v3 until it is deprecated. ### Why is it needed? Considering how young Strapi v4 is and how the migration guide is still...
## Bug report When deploying to our staging environment the config seems to automatically update our database rather than a manual sync through the admin panel GUI. After looking at...
We have a custom type, that only has a uniq `headline `(in german) and a `text `field  This gets exported as ```json customTypes: [ { configName: "article", queryString: "api::article.article",...
I am setting up a VPS where multiple instances of strapi will be run. These instances connects to a [DigitalOcean postgre managed database](https://docs.digitalocean.com/products/databases/postgresql/). I started about the the lowest tier...