monicahq / monica

Personal CRM. Remember everything about your friends, family and business relationships.
https://beta.monicahq.com
GNU Affero General Public License v3.0
21.39k stars 2.13k forks source link

export/import from app.monicahq.com to selfhosted docker instance not working #3450

Open hugofant opened 4 years ago

hugofant commented 4 years ago

as i'm not able to create a fresh user (issue #575) i've tried "fmakowski"s solution with creating an user on app.monicahq.com exporting the db and importing in the docker instance.

But running the SQLScript brings error "#1054 - Unbekanntes Tabellenfeld 'number_of_invitations_sent' in field list"

and indeed, in docker image table "accounts" has only fields "id", "api_key","created_at" and "updated_at"

...so it seems that the database structure is different between webapp and docker image

asbiin commented 4 years ago

...so it seems that the database structure is different between webapp and docker image

That is not the case.

I will try this export/import and will catch up with you after.

djaiss commented 4 years ago

@asbiin have you been able to verify this?

dylanm312 commented 1 month ago

Bump. I am also having this issue. Any updates?