Hello,
is it possible to estimate time needed for database migration ?
We have about 10 000 000+ lines of code at the moment.
in 308 Project.
We are using 7.8 and mysql will migrate to postgres.
And then upgrade to LTS version
/Anders
Hello,
is it possible to estimate time needed for database migration ?
We have about 10 000 000+ lines of code at the moment.
in 308 Project.
We are using 7.8 and mysql will migrate to postgres.
And then upgrade to LTS version
/Anders
Hi, it does not depend only on issues count, but on issue changes, code source size, etc. The best thing you can do is take a snapshot of your database right now and give it a try on a pre-prod environment.
For small DB, the migration takes a few minutes. For a big one, the migration will take several hours.
Ok, thanks.
is it possible to estimate releated to amount of Gb’s in mysql ?
/Anders
Hardly, unfortunately. The only advice i can give you is take a snapshot of your database right now and give it a try on a pre-prod environment.
I did the migration thursday evening, 230 projects 10+ miljon lines of code.
It was pretty quick! 
Migration successful in 591.9 seconds
Thanks for the feedback 