synco
synco copied to clipboard
Synco - an Database and File Dump Downloader for synchronizing production, staging, and local development. Batteries included, but removable.
If the domain is protected, like on stage domains with a basic auth, it does need additional server config, to make it work. One way could be a static url...
`curl https://sandstorm.github.io/synco/serve | sh -s -` just works, but when I try and download all files with `curl https://sandstorm.github.io/synco/serve | sh -s - --all`, the application crashes with a runtime...
Bumps [github.com/pterm/pterm](https://github.com/pterm/pterm) from 0.12.49 to 0.12.55. Release notes Sourced from github.com/pterm/pterm's releases. v0.12.55 What's Changed Exciting New Features 🎉 feat(table): multiline support for table printer by @MarvinJWendt in pterm/pterm#452 Full...
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.25.3 to 0.26.2. Commits 1528256 Update dependencies to v0.26.2 tag 5fd8a44 Merge pull request #115787 from liggitt/net-0.7.0-1.26 1b65b64 Update golang.org/x/net to v0.7.0 2e857c1 Merge pull request #115400pohly/automated-cherry-pick-of-#115354...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.25.3 to 0.26.2. Commits 620cb60 Update dependencies to v0.26.2 tag 62133a9 Merge pull request #115787 from liggitt/net-0.7.0-1.26 8ce239f Update golang.org/x/net to v0.7.0 e6bc0bc Merge pull request #115566enj/automated-cherry-pick-of-#115315...
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.25.3 to 0.26.2. Commits 53ecdf0 Merge pull request #115787 from liggitt/net-0.7.0-1.26 05339fa Update golang.org/x/net to v0.7.0 eabbfd5 Merge pull request #115642 from nckturner/pin-golang.org/x/net-to-v0.4.0-in-1.26 48b8d1f Pin golang.org/x/net to...
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.6.0 to 1.7.0. Release notes Sourced from github.com/go-sql-driver/mysql's releases. Version 1.7 Changes: Drop support of Go 1.12 (#1211) Refactoring (*textRows).readRow in a more clear way (#1230) util:...
First, thanks a lot for this package! Its a missing piece for the daily development
In my test setup we have multiple Neos Settings.yaml > Configuration/Settings.yaml (no DB settings) > Configuration/Development/Settings.yaml (yes, has DB settings, but the local ones) > Configuration/Production/Settings.yaml (correct production DB settings)...
reproduce connect to a server with a running flow application **without** Neos. ``` curl https://sandstorm.github.io/synco/serve | sh -s - ``` It seem's you exclude the table `neos_media_domain_model_thumbnail` which fails the...