Hi, I tried updating bitnami dreamfactory local install from 2.3.0-4 to 2.3.1 release as per the instructions mentioned here without any error.
But from admin console, in config->system info it still shows:
DreamFactory Version: 2.3.0
instead of
DreamFactory Version: 2.3.1
I tried flush system wide cache and my browser cache, but no success.
Any hints on this?
1 Like
Anyone with some clues ?? I looked in logs at ~/dreamfactory-2.3.0-4/apps/dreamfactory/htdocs/CHANGELOG.md it shows below entry:
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
### Changed
### Fixed
## [2.3.1] - 2016-10-04
### Added
- DF-742 Customizable user confirmation code length
- DF-249 Configurable expiration for user confirmation codes
- Adding python command path setting to distributed env file
- Example WSDL added for Salesforce connections
### Changed
- DF-641 File services now support chunking for downloading large files
## [2.3.0] - 2016-08-22
### Added
- Added Cache service (df-cache) and Cassandra (df-cassandra) as well as Queued scripting feature
## 2.0.0 - 2015-10-27
First official release of the new open-source DreamFactory project.
[Unreleased]: https://github.com/dreamfactorysoftware/dreamfactory/compare/2.3.1...HEAD
[2.3.1]: https://github.com/dreamfactorysoftware/dreamfactory/compare/2.3.0...2.3.1
[2.3.0]: https://github.com/dreamfactorysoftware/dreamfactory/compare/2.2.1...2.3.0
[2.2.1]: https://github.com/dreamfactorysoftware/dreamfactory/compare/2.2.0...2.2.1
whereas in a fresh bitnami install of dreamfactory-2.3.0-4 logs at ~/dreamfactory-2.3.0-4/apps/dreamfactory/htdocs/CHANGELOG.md it shows below entry:
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
### Changed
### Fixed
## [2.3.0] - 2016-08-22
### Added
- Added Cache service (df-cache) and Cassandra (df-cassandra) as well as Queued scripting feature
### Changed
- Updating homestead provisioning script to install v8js and php cassandra extension
- Better exception responses
## 2.0.0 - 2015-10-27
First official release of the new open-source DreamFactory project.
[Unreleased]: https://github.com/dreamfactorysoftware/dreamfactory/compare/2.3.0...HEAD
[2.3.0]: https://github.com/dreamfactorysoftware/dreamfactory/compare/2.2.1...2.3.0
[2.2.1]: https://github.com/dreamfactorysoftware/dreamfactory/compare/2.2.0...2.2.1
[2.2.0]: https://github.com/dreamfactorysoftware/dreamfactory/compare/2.1.2...2.2.0
It seems that dreamfactory 2.3.0-4 is upgraded to 2.3.1 successfully. BUT if so, then why in admin console config->system info it still shows DreamFactory Version: 2.3.0 instead of DreamFactory Version: 2.3.1 ?
Is it a known issue/bug/feature or what?
1 Like
Hey @abhinavg,
The change log is not a log (in the sense you are referring to.) It’s just a file where we document significant changes between release versions.
I would recommend doing the upgrade again and saving all the output from the various commands. That way, you can share them with the community for assistance, as you haven’t really provided enough info to troubleshoot.
Thanks,
@AlexBowen