The admin user configures the monthly version, installs all features, and enables
the shared mode for Talend Studio.
Before you begin
- Only the admin user can enable and disable the shared mode.
- The admin user can change update settings, apply an update, and install
features for Talend Studio only when the shared mode is not enabled.
- Individual users who are using the shared instance should not change the
update settings, apply any update, and install features for Talend Studio even if they receive an update notification.
Procedure
-
Open the corresponding .ini file under the Talend Studio installation directory.
-
Specify the URLs of the repositories for Talend Studio feature packages and updates by adding the following line.
-Dtalend.studio.p2.update=<update-url>
<update-url> is the URL of the repository that
contains the update to apply. For example, use
https://update.talend.com/Studio/8/updates/R2025-05.
Information noteImportant: The update URL must correspond to a fixed monthly
version to ensure that only admin users trigger updates. Don't use
https://update.talend.com/Studio/8/updates/latest/.
-
To apply the update and install all features for Talend Studio, run the commandline-linux_upgrade.sh file under the
Talend Studio installation directory.
-
Apply the update and install all the available features by using your
preferred method:
- Run the commandline_upgrade.bat script. This script
updates Talend Studio and installs all available features. Then, launch Talend Studio, create a local project and open it.
- Launch Talend Studio, create a local project and open it. Click Feature
Manager to apply the update. Restart Talend Studio and click Feature Manager again to install all
available features.
-
Delete the local project from the previous step:
-
Open the Manage Connections dialog
box.
-
Click Delete Existing Project(s).
-
In the pop-up dialog box, select the local project you just created
and click OK to delete it.
This step ensures the completion of the plugins
initialization.
-
Add or update the following two parameters in the
<studio>/configuration/config.ini file:
osgi.configuration.area=@user.home/studio/configuration
osgi.instance.area=@user.home/studio/workspace
These two properties specify the configuration and workspace locations of
Talend Studio for each shared user.
-
Rename the p2 folder under the Talend Studio installation directory with a new name, p2_bak in
this example.
-
Create the directory
<studio>/p2/org.eclipse.equinox.p2.engine/profileRegistry.
What to do next
After the admin user enables the shared mode, each individual user can get into
the shared mode.