I recently installed Collect in a multi user environment using postgresql. I have old data in my Standalone Collect environment. What is a recommended steps to migrate sqlite data to postgresql? Thanks Smith asked 06 Apr '22, 03:15 simiti |
Dear Smith,
We suggest you to use the first option, that is probably faster. answered 06 Apr '22, 14:37 Stefano (OF) ♦♦ I managed to migrate the data from SQlite to PostgreSQL but it throws out error. I still cannot get it to work.
(29 May '22, 02:07)
simiti
Dear Smith, please try to migrate only the data to the PostgreSQL database. First of all configure Collect to work with a new PostgreSQL database, start it up and let it create an empty schema into it. Then export only the data from the SQLite database and import it into the tables of the PostgreSQL database. We will contact you to your private email address to try to help you with this.
(30 May '22, 13:22)
Stefano (OF) ♦♦
|
Dear Smith, answered 08 Jun '22, 10:20 Stefano (OF) ♦♦ |