How to update
Follow these steps carefully to update your Plex Tickets, Plex Staff, or Plex Status product to the latest version without losing your configurations or data:
Note: This guide only covers updating Plex Tickets, Plex Staff, Plex Status, and Plex Forms. For instructions on how to update Plex Store, please visit this link.
Plex Tickets/Plex Staff/Plex Status/Plex Forms:
Step 1: Backup Your Configurations
Locate your
config.ymlfile in the bot’s directory.Create a backup of this file by copying it to a safe location (e.g., your desktop or a backup folder).
This ensures you can restore your settings if anything goes wrong during the update.
Step 2: Download the Latest Update
Visit the official platform where you downloaded the bot to get the latest version.
Download the update files to your computer.
Step 3: Replace Existing Files
Navigate to your bot’s installation directory.
Replace all existing files with the newly downloaded ones.
Plex Status: Don't replace the history.json or lastUpdated.json file.
Plex Forms: Don't replace or delete the uploads folder
Plex Staff: Don't replace or delete the uploads folder
Step 4: Update the Configuration File
Open your old
config.ymlfile in a text editor (e.g., Visual Studio Code or Notepad++).Open the new
config.ymlfile (included in the update) in another text editor.Manually copy your settings from the old file to the new one.
This ensures compatibility with any new options or changes introduced in the updated version.
Save the updated
config.ymlfile once all changes are copied.
Step 5: Install Dependencies (if needed)
If the update includes new dependencies, you may need to run the following command:
npm installThis ensures all required Node.js packages are installed.
Step 6: Start the Bot
Start the bot as you normally would.
Verify that everything works as expected.
By following these steps, you’ll ensure a smooth update process while keeping your configurations and data intact. For any issues or questions, feel free to reach out via our Discord Server.
Last updated
Was this helpful?