How to update
This guide shows you how to update without losing your custom items, settings, and configurations
Always backup before updating! You'll lose all your customizations if you skip this step
What to Backup
Always backup these folders:
_data/- Your items and settings_hooks/- Crafting recipes and custom logic_images/- Items images_modules- Integration with external scriptsintegrations/- Some settingscurrent_config.json- Settings file
Only if you modified them:
_images/- Custom item imagesdist/assets/variables.css- Custom theme colors_locales/- Translationsdist/menu_translations/- Menu translations
Update Steps
Stop your server
Backup your files
Copy the folders to backup from the server to a safe location (like your Desktop)
Remove the old inventory from server
Remove the entire
jaksam_inventoryfolder from your server
Install the new version
Download the latest version
Extract and copy the new
jaksam_inventoryfolder to your server
Restore your backups
Copy your backup folders back into the new
jaksam_inventoryfolder:Replace
_data/with your backup_data/Replace
_hooks/with your backup_hooks/Replace
integrations/with your backupintegrations/Replace
_images/with your backup_images/Replace
dist/menu_translations/with your backupdist/menu_translations/Replace
current_config.jsonwith your backupcurrent_config.jsonReplace
dist/assets/variables.csswith your backupdist/assets/variables.css
Start your server and test
Quick Reference
_data/
β Always
_defaults/
β Always
_hooks/
β Always
_modules_/
β Always
integrations/
β Always
current_config.json
β Always
dist/assets/variables.css
Only if you customized default theme globally
_images/
Only if you added custom images
_locales/
Only if you added custom translations
dist/menu_translations/
Only if you added custom menu translations
Troubleshooting
Items disappeared?
Restore the
_data/folder from your backup
Crafting recipes missing?
Restore the
_hooks/folder from your backup
Settings reset?
Restore the
current_config.jsonfile from your backup
Theme colors reset?
Restore
dist/assets/variables.cssfrom your backup
Server won't start?
Wait 30 seconds (database is updating automatically)
If still broken, restore your entire backup and contact support
Last updated
Was this helpful?