diff --git a/README.md b/README.md index ab5eaa3a..e59843a0 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,14 @@ from MySQL to PostgreSQL as easy and smooth as possible.
4. Go to nmig directory, install dependencies, and run the app with --expose-gc
flag
+
4. Go to nmig directory, install dependencies, and run the app
Sample:
$ cd /path/to/nmig
$ npm install
$ node --expose-gc nmig.js
$ node nmig.js
-
- Remark: you can increase node.js memory limit (RAM usage) using --max-old-space-size
flag
-
-
- Following command will increase memory limit to ~2GB and run nmig
-
$ node --max-old-space-size=2048 --expose-gc nmig.js
+
+
5 If a disaster took place during migration (for what ever reason) - simply restart the process
+$ node nmig.js
NMIG will restart from the point it was stopped at.
5. At the end of migration check log files, if necessary.
+
6. At the end of migration check log files, if necessary.
Log files will be located under "logs_directory" folder in the root of the package.
Note: "logs_directory" will be created during script execution.
6. In case of any remarks, misunderstandings or errors during migration,
+
7. In case of any remarks, misunderstandings or errors during migration,
please feel free to email me
anatolyuss@gmail.com
Current version is 1.2.0
+
Current version is 2.0.0
(major version . improvements . bug fixes)
NMIG is available under "GNU GENERAL PUBLIC LICENSE" (v. 3)
-http://www.gnu.org/licenses/gpl.txt.
Errors/Exceptions are not passed silently.
Any error will be immediately written into the error log file.
NMIG is available under "GNU GENERAL PUBLIC LICENSE" (v. 3)
+http://www.gnu.org/licenses/gpl.txt.