| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-04-22 | 1.1 kB | |
| v0.21.4 source code.tar.gz | 2021-04-22 | 841.4 kB | |
| v0.21.4 source code.zip | 2021-04-22 | 1.2 MB | |
| Totals: 3 Items | 2.0 MB | 0 | |
This is a huge release where we are making everything in SpaceCloud fully open source. The following features are now available for everyone to use.
- Add multiple projects in a single k8s cluster
- Add multiple Databases in each project
- Enable caching on all database and REST queries
Upgrade guide
Follow the steps to migrate from v0.20.0 and above:
- Backup your current config using space-cli (
space-cli --project <project_id> get all /path/to/backup/dir) - Backup setup configuration (
space-cli inspect sc-setup-config.yaml) - Download the latest version of space-cli (Linux | Windows | Mac) and run
space-cli update -f sc-setup-config.yaml. - Make sure you run
Reload SchemainDatabase > Settingsfor each SQL database you've added in SpaceCloud.
Ping us on #general of our Discord server, if you face any issues while migrating.