Преглед изворни кода

Update migration guid with important note

poeti8 пре 6 година
родитељ
комит
8807b11521
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      MIGRATION.md

+ 2 - 2
MIGRATION.md

@@ -1,9 +1,9 @@
-- [Migrate database from Neo4j to Postgres](migrate-database-from-neo4j-to-postgres)
-
 # Migrate database from Neo4j to Postgres
 # Migrate database from Neo4j to Postgres
 
 
 As explained in issue #197, Kutt is ditching Neo4j in favor of Postgres in version 2. But what happens to old data? Well, I have created migration scripts that you can use to transfer data from your Neo4j database to your new Postgres database.
 As explained in issue #197, Kutt is ditching Neo4j in favor of Postgres in version 2. But what happens to old data? Well, I have created migration scripts that you can use to transfer data from your Neo4j database to your new Postgres database.
 
 
+### 🚧 IMPORTANT: v2 is still in beta, proceed carefully!!1!
+
 ## General recommendations
 ## General recommendations
 
 
 - Importing Neo4j data into local Neo4j database and migrate from there would speed things up.
 - Importing Neo4j data into local Neo4j database and migrate from there would speed things up.