Note:
- Introduced in GitSwarm 2016.3.
- Importing will not be possible if the import instance version is lower than that of the exporter.
- For existing installations, the project import option has to be enabled in application settings (
/admin/application_settings
) under 'Import sources'.- The exports are stored in a temporary shared directory and are deleted every 24 hours by a specific worker.
The GitSwarm Import/Export version can be checked by using:
# package installations
sudo gitswarm-rake gitswarm:import_export:version
# Source installations
bundle exec rake gitswarm:import_export:version RAILS_ENV=production
The current list of DB tables that will get exported can be listed by using:
# package installations
sudo gitswarm-rake gitswarm:import_export:data
# Source installations
bundle exec rake gitswarm:import_export:data RAILS_ENV=production