Child pages
  • Solution Import
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Using the "import solution" link at the bottom of the Solutions page of the Servoy Admin page, a new (version of) a solution can be imported on a Servoy Application Server.

General options

  • Activate new release of imported solution and modules
  • Overwrite repository styles with import version
  • Overwrite repository media with import version
  • Overwrite repository group security settings with import version
  • Clean import New solution name WARNING: Styles will be overwritten!
  • Override existing sequence type definitions (in repository) with the sequence types contained in the import file.
  • Override existing default values (in repository) with the default values contained in the import file.
    WARNING: This may break other solutions using the same tables, or cause tables to use nonexistent dbidentity or dbsequence sequences or other database auto enter types!
  • Allow reserved SQL keywords as table or column names (will fail unless supported by the backend database)
  • Allow data model (database) changes
  • Display data model (database) changes
  • Import solution sample data
  • Import internationalization (i18n) data
  • Insert new internationalization (i18n) keys only

User import options

  • Do not import users contained in import
  • Create nonexisting users and add existing users to groups specified in import
  • Overwrite existing users completely (USE WITH CARE)
  • Allow users to be added to the Administrators group

Merging options

  • Merge solution if revision information is available, and when a merge conflict arises use:
    • repository version or
    • import version
  • Do not merge solution, and:
    • overwrite repository forms with import version
    • delete repository forms which do not exist in import version

Database Views

If solution export contains database views those will be created as tables at import if not already present in database.

  • No labels