Explorar el Código

Update migration guid with important note

poeti8 hace 6 años
padre
commit
8807b11521
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
 
 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
 
 - Importing Neo4j data into local Neo4j database and migrate from there would speed things up.