# Import Data
# GROWI archive data import
Imports data from a GROWI archive data zip file.
WARNING
GROWI archive data can only be imported from the same version of GROWI.
In a new environment, the import operation should be performed by an Administrator whose username does not exist in the old environment.
DANGER
- Since the data for the import function uses the file system, it may not work properly when the GROWI server is load balanced. For details, see here.
# Importable data
The list of data that can be imported can be found in Archive Data. It is possible to select and import only the data collections you need from a single zip file.
# Modes
There are three different rules for importing duplicate data, one for each collection.
- Insert
- Import only if there is no data with the same name, and skip if there is.
- "Upsert"
- If there is data that can be determined to have the same name, that data will be overwritten.
- Flash and Insert
- If there is data with the same name, the existing data will be completely deleted before importing.
- This mode is not selectable in the User collection.
- The Config collection can only be selected in this mode.
- If you import the Config collection, you will need to restart the server.
# How to import
- Log in to GROWI with an administrator account and go to [Admin/Import Data] (
/admin/importer). Make sure that theusernameof the administrator user performing the import operation does not exist in the old environment. - Upload the GROWI archive file by clicking "Import GROWI Archive".
- Check the collections you want to import and select a mode.
- After running the import, the results will be displayed for each collection.
- Inserted: New data added by the import.
- Modified: Data updated by the import
- Failed: Data that failed to be imported
*If you have imported the Config collection, you will need to restart the server.
# Import Data From esa.io
WARNING
From GROWI v7.4 onwards, importing data from esa.io is no longer supported.
# Import Data From Qiita:Team
WARNING
From GROWI v7.4 onwards, importing data from Qiita:Team is no longer supported.