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 Schema
inDatabase > Settings
for each SQL database you've added in SpaceCloud.
Ping us on #general of our Discord server, if you face any issues while migrating.