| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Install the new v0.17.0 binary, then run sourced compose download. Because of a change in the docker-compose.yml file version, you must delete the file ~/.sourced/compose-files/__active__/docker-compose.override.yml manually.
If you had a deployment running, you must re-deploy the containers with sourced restart. All your existing data will continue to work after the upgrade.
$ sourced version
sourced version v0.16.0
$ rm ~/.sourced/compose-files/__active__/docker-compose.override.yml
$ sourced compose download
Docker compose file successfully downloaded to your ~/.sourced/compose-files directory. It is now the active compose file.
To update your current installation use `sourced restart`
$ sourced restartInstall the new v0.16.0 binary, then run sourced compose download. If you had a deployment running, you can re-deploy the containers with sourced restart.
Please note: sourced-ui contains changes to the color palettes for the default dashboard charts, and these changes will only be visible when you run sourced init local/org with a new path or organization. This is a cosmetic improvement that you can ignore safely.
If you want to apply the new default dashboards over your existing deployment, you will need to run sourced prune (or sourced prune --all) and sourced init local/org again.
Important: running prune will delete all your current data and customizations, including charts or dashboards. You can choose to not prune your existing deployments, keeping you previous default dashboards and charts.
$ sourced version
sourced version v0.16.0
$ sourced compose download
Docker compose file successfully downloaded to your ~/.sourced/compose-files directory. It is now the active compose file.
To update your current installation use `sourced restart`
$ sourced status workdirs
bblfsh
* src-d
$ sourced prune --all
$ sourced init orgs src-d
$ sourced init orgs bblfshInstall the new v0.15.1 binary, then run sourced compose download.
For an upgrade from v0.15.0, you just need to run sourced restart to re-deploy the containers.
For an upgrade from v0.14.0, please see the upgrade instructions in the release notes for v0.15.0.
Install the new v0.15.0 binary, then run sourced compose download. If you had a deployment running, you can re-deploy the containers with sourced restart.
Please note: sourced-ui contains fixes for the default dashboard charts that will only be visible when you run sourced init local/org with a new path or organization.
If you want to apply the new default dashboards over your existing deployment, you will need to run sourced prune (or sourced prune --all) and sourced init local/org again.
Important: running prune will delete all your current data and customizations, including charts or dashboards. You can choose to not prune your existing deployments, keeping you previous default dashboards and charts.
$ sourced version
sourced version v0.15.0 build 08-21-2019_08_30_24
$ sourced compose download
Docker compose file successfully downloaded to your ~/.sourced/compose-files directory. It is now the active compose file.
To update your current installation use `sourced restart`
$ sourced status workdirs
bblfsh
* src-d
$ sourced prune --all
$ sourced init orgs src-d
$ sourced init orgs bblfshRelease v0.14 of source{d} Community Edition (CE), the data platform for your software development life cycle.
The sourced binary is a wrapper for Docker Compose that downloads the docker-compose.yml file from this repository, and includes the following sub commands:
On Windows, if you use sourced init local on a directory with a long path, you may encounter the following error:
Can't find a suitable configuration file in this directory or any parent. Are you in the right directory?
This is caused by the MAX_PATH limitation on windows. The only workaround is to move the target directory to a shorter path, closer to the root of your drive (#191).
Linux only: Docker installed from snap packages is not supported, please install it following the official documentation (#78).
For internal releases we don't support upgrading. If you have a previous sourced-ce pre-release version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:
sourced prune --all
rm -rf ~/.sourcedFor internal releases we don't support upgrading. If you have a previous sourced-ce version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:
sourced prune --all
rm -rf ~/.sourcedFor internal releases we don't support upgrading. If you have a previous sourced-ce version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:
sourced prune --all
rm -rf ~/.sourcedDue to #160, after installing you will need to create the ~/.sourced directory manually, running:
mkdir ~/.sourced
For internal releases we don't support upgrading. If you have a previous sourced-ce version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:
sourced prune --all
rm -rf ~/.sourcedFor internal releases we don't support upgrading. If you have a previous sourced-ce version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:
sourced prune --all
rm -rf ~/.sourcedIf you have dashboards created using previous versions of sourced-ce execute these commands before export:
cd ~/.sourced/workdirs/__active__
docker-compose exec sourced-ui bash
wget https://gist.githubusercontent.com/smacker/531afcf61c60012bc35cc73d89d661b4/raw/83f997251324abde08404cc2e3f278f8cc4de1f8/update_dashboards.py
python update_dashboards.pyFor internal releases we don't support upgrading. If you have a previous sourced-ce version installed, clean up all your data before downloading this release. This will delete everything, including the UI data for dashboards, charts, users, etc:
sourced prune --all
rm -rf ~/.sourced| Back | FazBrowse Home | New Git URL |