diff --git a/README.md b/README.md index 97e25b4..c786130 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.

If you are planning to migrate spatial data (geometry type columns), then PostGIS should be installed and enabled.

-

2. Download NMIG package and put it on the machine running your PostgreSQL (not mandatory, but preferably).
+

2. Download Nmig package and put it on the machine running your PostgreSQL (not mandatory, but preferably).
Sample: /path/to/nmig

3. Edit configuration file located at /path/to/nmig/config.json with correct details.

@@ -42,7 +42,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.

  • Make sure, that username, you use in your PostgreSQL connection details, defined as superuser (usually "postgres")
    More info: http://www.postgresql.org/docs/current/static/app-createuser.html
  • -

    4. Go to nmig directory, install dependencies, and run the app
    +

    4. Go to Nmig directory, install dependencies, and run the app
        Sample:

    $ cd /path/to/nmig

    $ npm install

    @@ -62,14 +62,34 @@ from MySQL to PostgreSQL as easy and smooth as possible.

    please feel free to email me anatolyuss@gmail.com

    +

    RUNNING TESTS

    +

    1. Create a new PostgreSQL database.
    + Sample:  CREATE DATABASE nmig_test_db;
    +

    +

    2. Download Nmig package.

    +

    3. Edit configuration file located at /path/to/nmig/test_config.json with correct details.

    +Notes: + +

    4. Go to nmig directory, install dependencies, and run tests
    +     Sample:
    +

    $ cd /path/to/nmig

    +
    $ npm install

    +
    $ npm test

    +

    +

    5. 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.

    +

    VERSION

    Current version is 3.4.0
    (major version . improvements . bug fixes)

    -

    REMARKS

    -

    Errors/Exceptions are not passed silently.
    -Any error will be immediately written into the error log file.

    -

    KNOWN ISSUES