Discord link for more scripts: https://discord.gg/U5YDgbh
It’s a code to dump/backup your database into a .sql file automatically. The dump happens on the moment that you starts your server, it took just some seconds. Very simple installation/ configuration.
- Download MySQL Async
- Download Fivem SQL Dumper
- Start both scripts (MySQL must be first)
- Configure the Dump
- Done
You must set your Database name and the tables that you wanna dump
It’s standalone, works on any framework
Please, report here if you found any bugs
If you are using an older version of MySQL Async: Change the first line in sv.lua:
MySQL.ready(function ()
To:
AddEventHandler(‘onMySQLReady’,function()