This file contains hidden or 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
| """A very simple script which transforms wordpress dump into ghost-import | |
| friendly format. This is just a quick script for migration. | |
| This script solves the postgres related problems like: | |
| - RejectionError: current transaction is aborted, commands ignored until end of | |
| transaction block | |
| - js console: POST http://haku.io/ghost/api/v0.1/db/ 503 (Service Unavailable) | |
| http://devdala.files.wordpress.com/2014/05/screen-shot-2014-05-26-at-16-43-08.png | |
| Detailed explanation: |
NewerOlder