Douglas Van Es
2018-07-28 22:13:54 UTC
first, great work merging NG and mayan guys! i really appreciate the huge
amount of work you have done, and it is amazing that roberto has been
able to continue development in light of the destruction the hurricane
brought to his country. and the development done by the ng team and those
that have joined roberto on a more permanent basis is fantastic as well!
now. how do i dump and import my sqlite db?
i see the earlier posts on the matter, and it seems i will (or may) need
to serialize the data before i can import. but this process is incomlete?
with a sqlite db with only some 16000 documents, will i really have
duplicate #'s?
i am unsure if the examples others have posted regarding upgrading are
appropriate to my install, as it seems nobody who has posted is running
mayan in the same way i do.
i simply run mayan in a docker container, per the documentation! lol.
i have the sqlite db data in a persistent docker volume. i created the
volume like so:
# docker volume create --name mayan_media --opt type=none --opt
device=/[PATH_TO_PERSISTENT_DATA] --opt o=bind
i initialize the container:
# docker run --rm -v mayan_media:/var/lib/mayan -v mayan_settings:/etc/
mayan mayanedms/mayanedms mayan:init
then when i start mayan i do it like this:
# docker run -d --name mayan-edms --restart=always -p 80:80 -v
mayan_data:/var/lib/mayan -v /[PATH]/invwatch:/[PATH]/invwatch -v /[PATH]/
invstaging:/[PATH]/invstaging mayanedms/mayanedms:2.7.3
what will i have to do to migrate my sqlite db to postgresql? and is that
the simplest/recommended way, or should i use mysql?
thanks in advance!
amount of work you have done, and it is amazing that roberto has been
able to continue development in light of the destruction the hurricane
brought to his country. and the development done by the ng team and those
that have joined roberto on a more permanent basis is fantastic as well!
now. how do i dump and import my sqlite db?
i see the earlier posts on the matter, and it seems i will (or may) need
to serialize the data before i can import. but this process is incomlete?
with a sqlite db with only some 16000 documents, will i really have
duplicate #'s?
i am unsure if the examples others have posted regarding upgrading are
appropriate to my install, as it seems nobody who has posted is running
mayan in the same way i do.
i simply run mayan in a docker container, per the documentation! lol.
i have the sqlite db data in a persistent docker volume. i created the
volume like so:
# docker volume create --name mayan_media --opt type=none --opt
device=/[PATH_TO_PERSISTENT_DATA] --opt o=bind
i initialize the container:
# docker run --rm -v mayan_media:/var/lib/mayan -v mayan_settings:/etc/
mayan mayanedms/mayanedms mayan:init
then when i start mayan i do it like this:
# docker run -d --name mayan-edms --restart=always -p 80:80 -v
mayan_data:/var/lib/mayan -v /[PATH]/invwatch:/[PATH]/invwatch -v /[PATH]/
invstaging:/[PATH]/invstaging mayanedms/mayanedms:2.7.3
what will i have to do to migrate my sqlite db to postgresql? and is that
the simplest/recommended way, or should i use mysql?
thanks in advance!
--
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.