Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Wiki Markup
The tiLoad command send commands to the tiServer database engine related to load, refreshing or unloading a database from memory.
The command must have database name and password specified as described in the syntax
host=   Name of server with the TARGIT InMemory Database Engine running (optional, default is localhost)
database=    Name of the database (required)
pwd=    Password for the TARGIT InMemory instance (required)
/unload    Unloads the database specified from memory
/reload     Loads a new instance of the database from the InMemory data store and hot swaps to the new version
Syntax:
tiLoad host={_}servername{_};database={_}databasename{_};pwd={_}database_engine_password{_} \[/reload|/unload\]
Example:
tiLoad database=mydatabase;pwd=dbpass123 /reload
tiLoad database=mydatabase;pwd=dbpass123 /unload