Switch from Google Workspace to GroupOffice
You can take the following steps to migrate all your data from Google Workspace to GroupOffice.
Assessment & Prerequisites
Determine what you need to migrate. The data can be mapped like this:
Google Workspace |
GroupOffice |
|---|---|
Gmail |
E-mail (You need to install the GroupOffice mailserver or another IMAP server) |
Drive |
Files |
Calendar |
Calendar |
Contacts |
Addressbook |
Make sure you have the required modules installed. To replace the google docs editors you can install Collabora office.
Sign up or install
Decide if you want to self host GroupOffice or use our cloud service. You can sign up here.
Users
Before creating users, setup groups and module permissions.
Start by creating users manually or import them via a csv or file in GroupOffice. Here you can find how to export Google Workspace users.
Note
Also consider if you want to use an SSO solution with OpenID connect, IMAP authentication or LDAP authentication.
Gmail
When migrating mail we use imapsync <https://imapsync.lamiral.info/>.
The steps to take are:
Setup mailserver
When self hosting then install the GroupOffice mailserver or use any IMAP compliant server.
When using our cloud service and you have signed up for a mail domain you will get access to the management where you can create mailboxes
Prepare your domain. Do not switch yet but determine all DNS records (MX, SPF, DMARC and DKIM) to set after migrating mail. For our cloud service we will provide them to you.
Create all the mailboxes on the GroupOffice mailserver
Create a list of imapsync commands using the imapsync documentation. Also read the google specific parts.
Run the sync and test. You can repeat the sync at any time to update the new mailserver.
Put the migration live by setting the DNS domains.
Finally, run the sync again after 24 hours because some mail might still have arrived at Google.
Calendar
Migrating calendars goes via export and import of vcalendar (*.ics) files. Learn how to export your Google calendars here. and take these steps:
Export all required calendars in Google Workpace
Create all required calendars in GroupOffice. All created users in GroupOffice should have a personal calender when they have access to the calendar module.
Contacts
Migrating contacts goes via export and import of vCard (*.vcf) files. Learn how to export your Google Contacts here. and take these steps:
Export all contacts to vCard (*.vcf) file
Create all required addressbooks in GroupOffice.
Drive
Files can be migrated by uploading them manually or you could use rclone <https://rclone.org>`_ to migrate from Google Drive to Webdav. Please consult the rclone documentation and take these steps:
Setup GroupOffice Webdav by installing the module.
Install rclone
Add the Google drive remote
Add the Webdav remote
Use the rclone sync command