strapi-plugin-config-sync icon indicating copy to clipboard operation
strapi-plugin-config-sync copied to clipboard

:recycle: CLI & GUI for continuous migration of config data across environments

Results 31 strapi-plugin-config-sync issues
Sort by recently updated
recently updated
newest added

## 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
Needs investigation

## 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
good first issue

## 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...

wontfix

### 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...

enhancement

## 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...

enhancement

## 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...

bug
Needs investigation

We have a custom type, that only has a uniq `headline `(in german) and a `text `field ![image](https://user-images.githubusercontent.com/3307404/187476493-8c8e67c1-8486-4b88-a8f8-aac9edbcc831.png) 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...