-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Version 3.1.2 | ||
|
||
### Periodic 3.1.2, Configuration and Memory Performance. | ||
* Running with nodemon, removing PM2 requirement for production | ||
* moving extension config to `content/config/extensions.json` | ||
* moved restart.json to `content/config` | ||
* added enterprise data security requirements for dbseed, custom data scrubbing | ||
* requires node >= 0.10.31, npm >= 2.0.0 | ||
|
||
### Notes | ||
* Periodic Migration guide from 3.0.0 | ||
``` | ||
# move content/extensions/extensions.json, content/extensions/log, content/extensions/restart.json to content/config | ||
# delete content/extensions directory | ||
# install latest version of periodic | ||
$ cd /path/to/web/app | ||
$ npm install [email protected] --prefix ./ # or $ npm install periodicjs@latest | ||
``` |