Export to csv users/projects

Hello community,

I have a GitLab (v 11.0.3) installed on a Debian 8.11 jessie server.
We want to update the server and we need to extract some information.
By any chance, do you have a script that can do this?

Thank you!

Kind regards,
Alex

Exporting users you can do using the API: Users API | GitLab so you can script that to get any info that you want from it.

If you do it as an admin user, you will also get more details, including the email address. As for projects, you cannot export them to CSV, since there are files and all sorts of other info in there. You would be better using the export project option within the Gitlab web interface - assuming that it existed in Gitlab 11.x as I’m not sure if it does or not.