We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c9375 commit 3c0d75fCopy full SHA for 3c0d75f
README.md
@@ -5,11 +5,11 @@ Tool for migrating Papermerge DMS data between different versions.
5
Basically you export data from one (older) version as tar.gz archive and import it
6
into the 3.4 (latest).
7
8
-For PMDump version 0.1 `export` command works for following Papermerge DMS versions/databases
+For PMDump version 0.2 `export` command works for following Papermerge DMS versions/databases
9
10
| db/pmg version | 2.0 | 2.1 | 3.2 | 3.3 |
11
|------------------|------|-------|-------------|-----|
12
-| SQLite | ✅ | 🚧 | 🚧 | ✅ |
+| SQLite | ✅ | 🚧 | ✅ | ✅ |
13
| PostgreSQL | ❌ | 🚧 | ✅ | ✅ |
14
15
Currently `import` command works to import only into 3.4 either SQLite or PostgreSQL database.
0 commit comments