incremental database backup
Hello, I am looking for a way to incrementally backup my MYSQL database. I checked the marketplace, but everything seems to be for full dumps, as opposed to incrementally dumping only the newest changes.
I've looked into building something myself, but I will need to make sure binary logging is enabled, I will also need access to the MYSQL configuration (my.cnf file).
Can I do this with Railway? How do I get command line acceess?
Thank you.
3 Replies
Project ID:
N/A
N/A
I don't think you need command line access, you should be able to write MySQL commands to change the settings you need