We are getting pretty heavy on LS and the idea of setting up a dev environment to test upcoming releases (and plugins, etc.) is sorts of forcing itslef to us... :whistle:
Question is: as anybody here worked on facilitating the replication of prod data towards the dev data so as to keep it as close as the prod as possible?
Never do this, but a cron to
- Remove dev DB
- Copy prod db to dev db
Can be done.
Dev system update dev db if needed.
Denis
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
You can without any problem COPY the prod DB to the dev DB.
BUT : never use same DB for prod and dev : dev can update DB.
Denis
PS: i say : i never do this personnaly, but i'm sure it's OK.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Last edit: 10 years 1 month ago by DenisChenu. Reason: add PS
Ah ok I got it, definitely, yes!
When saying same, I meant an exact replication of the Prod DB - wouldn't have though it would be as easy as overwriting Dev with Prod occasionally - so good with me