I’m migrating non-Omnibus MySQL installation to the Omnibus installation with PostgreSQL on different server. I have reviewed the documentation, which breaks down to
- backup current install
- export and convert the existing MySQL database in the GitLab backup file
- restore in Omnibus installation.
The docs for the second step have been updated to use pgloader, which requires Omnibus to be installed on the same server (not an option for me). Let’s say I wasn’t going to Omnibus and just wanted to migrate from an external MySQL db to an external Postgres db. How would I do so with Gitlab 10? Appreciate any tips