Keeping Resources Up to Date
Guide for keeping LuaBeans resources updated to the latest version.
Update Methods
LuaBeans resources can be updated through several methods:
Method 1: Tebex Asset Escrow (Recommended)
If you purchased through Tebex Asset Escrow:
Login to Tebex Dashboard
Go to your Tebex account
Navigate to "My Purchases"
Find "LuaBeans - Community Manager"
Download Latest Version
Click "Download" or "Update"
Download the ZIP file
Extract to a temporary location
Backup Current Installation
# Backup your current installation cp -r /path/to/luabeans /path/to/luabeans.backupUpdate Files
Stop your FiveM server (if running)
Replace old files with new files
Keep your custom configuration files (
config.luaif modified)
Verify Installation
Check
fxmanifest.luais presentVerify all files are in place
Start server and check for errors
Method 2: Git Repository
If using Git:
Method 3: Manual Update
If updating manually:
Download Latest Version
Download from authorized source
Extract ZIP file
Compare Files
Compare with current installation
Note any new files or changes
Update Files
Replace old files with new
Preserve custom configurations
Keep any custom modifications
What to Keep
When updating, always preserve:
Configuration Files -
config.lua(if customized)Custom Integrations - Any custom code you've added
Database Config - Your database connection settings
API Tokens - Your API tokens and keys
Pre-Update Checklist
Before updating:
Post-Update Checklist
After updating:
Version Information
Check your current version:
Web Panel
Check package.json:
FiveM Resources
Check fxmanifest.lua:
Breaking Changes
Some updates may include breaking changes:
Configuration Changes - Check
config.luarequirementsAPI Changes - Verify API compatibility
Database Changes - Run migrations if required
Dependency Updates - Update Node.js or dependencies
Always read the changelog before updating!
Rollback
If an update causes issues:
Stop Server
Restore Backup
Restore Database (if applicable)
Start Server
Troubleshooting
Update Fails
Issue: Update doesn't work
Solutions:
Check file permissions
Verify disk space
Check for locked files
Try manual update
Contact support
Errors After Update
Issue: Errors after updating
Solutions:
Check console logs
Verify all files were updated
Check configuration compatibility
Review changelog for changes
Restore from backup if needed
Configuration Lost
Issue: Configuration reset after update
Solutions:
Restore
config.luafrom backupVerify custom config wasn't overwritten
Re-apply custom settings
Check update instructions for config changes
Support
For update issues:
Check Changelog
Review Troubleshooting
Contact support through authorized channels
Last updated
